/* :root {
    --primary: #40bfc1;
    --lightpri: #40e0d0;
    --lightbackground: #fafafa;
    --darkpri: #434e52;
    --text: #212121;
    --background: #f8f8f8;
    --hover: #757575;
    --shadow: #efefef;
} */

body {
    font-size: 14px !important;
    overflow-y: hidden;
    zoom: 100%;
}
.modal-backdrop {
    z-index: -1;
  }

.bg{
    background-color: #222;
  }
#page-content-wrapper{
    background-color: #424242;
}
.border-right {
    border-right: 0.1px solid var(--primary) !important;
}
.bg-menu-background{
    /* background-color: var(--menu-background); */
    /* background: rgb(24,22,17);
    background: radial-gradient(circle, rgba(24,22,17,1) 0%, rgba(0,0,0,1) 48%, rgba(70,60,13,1) 90%, rgba(94,82,17,1) 100%); */
    background: rgb(24,22,17);
    background: linear-gradient(0deg, rgba(24,22,17,1) 0%, rgba(0,0,0,1) 48%, rgba(70,60,13,1) 90%, rgba(94,82,17,1) 100%);
    color: white;
}
.bg-menu-background-list{
    /* background-color: var(--menu-background); */
    color: white;
    border-color: white;
}
.bg-menu-background-list:hover{
    background-color: var(--lightprimary);
}
input {
    margin-bottom: 10px;
}
.list-group-item {
    font-weight: bold;
    font: caption;
    border: unset;
    background-color: unset;
}
.list-group-item.active{
    background-color: var(--lightprimary);
    color: var(--primary);
    border-color: white;
}
.list-group-item-action:hover > ul > li > a {
    color: var(--primary) !important;
}
.list-group-item-action:hover > ul > li > a:hover {
    color: white !important;
}
.onActive > ul > li > a {
    color: var(--primary) !important;
}
.btn-group{
    cursor: pointer;
    min-width: 150px;
}
.btn-left{
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background-color: var(--primary);
    padding: 5px 10px 5px 10px;
}
.inner-btn{
    min-width: 64px;
    font-weight: normal;
    color: var(--primary);
    padding: 5px 10px 5px 10px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-style: solid;
    border-color: var(--primary);
    border-width: 1px;
}


/* table {
    zoom: 70%;
} */


/* .form-control {
    font-size: 12px !important;
    height: calc(1.75rem + 2px) !important;
} */
.page-item.active .page-link {
    background-color: var(--primary);
    border-color: var(--darkpri);
}

.table.dataTable tbody tr {
    font-size: 12px !important;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 1001 !important
}

th {
    font-size: 12px;
}

td {
    font-size: 13x;
}

a {
    text-decoration: none !important;
}

button {
    font-size: 14px;
}

input {
    font-size: 14px;
}

/* form {
    overflow-y: scroll;
    overflow-x: hidden;
} */

.btn-wait {
    background-color: aqua;
    border-width: thin;
    color: black;
}

.btn-approved {
    background-color: greenyellow;
    border-width: thin;
    color: black;
}

.btn-using {
    background-color: orange;
    border-width: thin;
    color: black;
}

.btn-done {
    background-color: darkolivegreen;
    border-width: thin;
    color: white;
}

.btn-over {
    background-color: blueviolet;
    border-width: thin;
    color: white;
}

.btn-refuse {
    background-color: red;
    border-width: thin;
    color: white;
}

.btn-cancel {
    background-color: gray;
    border-width: thin;
    color: white;
}

.form-inline {
    overflow-y: hidden;
    overflow-x: hidden;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 1px;
}

.pri {
    color: var(--primary) !important;
}
.darkpri {
    color: var(--darkpri) !important;
}
.border-pri {
    border-width: 1px;
    border-style: solid;
    border-color: var(--primary) !important;
}
.btn-outline-primary{
    color: var(--primary) !important;
    border-color: var(--primary);
}
.btn-primary{
    background-color: var(--primary) !important;
    border-color: var(--primary);
    color: white !important;
}
.background-primary{
    background-color: var(--primary) !important;
    border-color: var(--primary);
    color: white !important;
}
/* .carousel-item img {
    width: auto;
    height:360px;
} */
/* .carousel {
    
  } */
.maincontent::-webkit-scrollbar {
    display: none;
}
.btn-outline-primary:hover{
    color: white !important;
    background-color: var(--primary) !important;
    border-color: var(--primary);
}

.btn-pri {
    background-color: var(--primary) !important;
    color: var(--background);
}

.titlebar {
    background: var(--lightpri);
    background: linear-gradient(90deg, var(--lightpri) 35%, rgba(240, 244, 195, 0) 100%);
    border-color: var(--shadow);
    color: var(--darkpri);
    padding: 5px 5px 5px 5px;
}
.sub-menu{
 padding: 5px;
}
.sub-menu > a {
    color: white;
}
.sub-menu > a:hover {
    color: var(--lightprimary);
}
.navbar-brand {
    align-items: center;
    display: flex;
}
.topnav {
    background-color: var(--darkpri);
    box-shadow: 0px 0px 5px var(--shadow);
    color: var(--text);
    /* height: 50px !important; */
    padding: 0px 10px 0px 10px;
}

.s_table {
    border-style: solid;
    border-color: var(--darkpri);
    border-radius: 0px;
    border-width: 1px;
    padding: 5px 5px 5px 5px;
    margin-top: 10px;
}

.navside {
    background-color: var(--darkpri);
    height: 95vh;
}
@media only screen and (min-width: 991px) {
    .loginpaneL{
        padding-right: 0;
        background-color: var(--primary);
    }
}
.loginpaneR{
    padding-left: 0;
}

.sidelink {
    color: #FFF;
    text-align: start;
}

.onActive {
    background-color: var(--primary);
    color: #FFF;
    border-color: white;
}

.sidelink:hover {
    background-color: var(--primary);
    color: var(--shadow)
}

.sidelink:active {
    background-color: var(--darkpri);
    color: var(--shadow)
}
.main-container{
    height:100vh;
    overflow-y: scroll;
    background-color: #424242;
}
.active-r {
    background-color: rgb(219, 255, 219);
}

.container-fluid {
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
}
.card-field{
    /* padding : 10px; */
    /* margin : 5px; */
}
.card-content{
    /* overflow: scroll; */
}

.card {
    padding-left: 10px;
    padding-right: 10px;
    /* -webkit-box-shadow: 0px 0px 15px -5px rgba(82,82,82,0.53);
    -moz-box-shadow: 0px 0px 15px -5px rgba(82,82,82,0.53);
    box-shadow: 0px 0px 15px -5px rgba(82,82,82,0.53); */
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 3px;
    border-color: var(--primary);
    /* background-color: #deddf0; */
    background-color: var(--lightbackground);
    /* margin: 0px auto; */
    color: var(--darkpri);
    text-decoration: none;
}
.card-nobo {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 5px;
    border-color: #aeaeae;
    background-color: #deddf0;
    border-width: 1px;
    border-style: solid;
    background-color: var(--lightbackground);
    /* margin: 0px auto; */
    color: var(--darkpri);
    text-decoration: none;
}
.content-field{
    padding: 10px;
}
.card-title{
    padding-top: 20px;;
    color: var(--primary);
}
.bg-menu-background-top{
    background-color: var(--primary);
}
.bg-menu-background-top{
    -webkit-box-shadow: 0px 0px 10px -5px rgba(82,82,82,0.53);
    -moz-box-shadow: 0px 0px 10px -5px rgba(82,82,82,0.53);
    box-shadow: 0px 0px 10px -5px rgba(82,82,82,0.53);
}
.bold-border {
    height: 70px;
    background-color: var(--primary);
    margin-bottom : 10px;
}
.left-bg {
    background-color: var(--primary);
    padding-left: 10px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.form-layout{
    padding: 0.5rem;
}
.form-control{
    padding-top: 0.25rem;
}
.l-field{
    padding-bottom: 20px;
}
.activebtn{
    background-color: var(--primary);
    color: #fafafa !important;
}
.l-card {
    margin-bottom: 10px;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    min-height: 300px !important;
}
.l-card:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.l-card-title{
    text-align: left;
    padding:10px 10px 0px 10px;
    font-size: 16px;
    color: #444;
    font-weight: bold;
}
.l-card-date{
    padding: 10px 10px 10px 10px;
    font-size: 12px;
    color: #777;
    font-weight: bold;
}

.card-form {
    padding: 5px;
    border-radius: 0px;
    height: 82vh;
    margin: 0px auto;
    color: var(--darkpri);
    text-decoration: none;
    z-index: 500;
}

.cardbtn {
    border-color: var(--darkpri);
    border-style: solid;
    padding: 5px;
    box-shadow: 2px var(--shadow);
    border-radius: 0px;
    border-width: 2px;
    padding-top: 20px;
    height: 150px;
    margin: 0px auto;
    color: var(--darkpri);
    text-decoration: none;
}

.blogcard {
    background-color: #fbf4f9 !important;
}
.newscard {
    background-color: #e1f2fb !important;
}
.eventcard {
    background-color: #f6e5f5 !important;
}
.profilecard{
    background-color: var(--lightprimary);
}
@media print {
    .noPrint {
        display:none;
    }
  }
  @media screen {
     .onlyPrint {
         display: none;
     }
  }

.cardbtnregis {
    padding: 20px;
}

.cardbtn:hover {
    border-color: var(--shadow);
    padding: 5px;
    border-style: solid;
    padding-top: 20px;
    color: var(--shadow);
    box-shadow: 2px var(--shadow);
    border-radius: 0px;
    border-width: 1px;
    height: 150px;
    margin: 0px auto;
    background-color: var(--darkpri);
    text-decoration: none;
}

.primary{
    color: var(--primary)
}
.title{
    font-weight: 500;
    margin-bottom: 16px;;
}
.row-E{
    min-height: 40px;
    padding-top: 10px;
    background-color: #f3f3f3;
    padding-bottom: 5px;
}
.row-O{
    min-height: 40px;
    padding-top: 10px;
    padding-bottom: 5px;
}
.w-1{
    min-width: 90px !important;
}
.w-2{
    min-width: 180px !important;
}
.w-3{
    min-width: 270px !important;
}
.w-100{
    width: 100% !important;
}
/* .table-responsive {
    display: table;
} */
.pa-2{
    padding-right: 30px;
    padding-left: 30px;
}
.pa-1{
    padding-right: 15px;
    padding-left: 15px;
}
.h-100{
    min-height: 80vh;
}
.h-80{
    min-height: 70vh;
}

.h-60{
    min-height: 50vh;
}
.fix-card {
    width:100% !important;
    min-height: 350px !important;
}
.slide-field{
    width: 100%;
    height: 500px;
    background: #DBD0BC;
    overflow-y: hidden;
}
@media only screen and (max-width: 991px) {
    .slide-field-inner {
        display: grid;
        grid-gap: calc(var(--gutter) / 2);
        grid-template-columns: repeat(10, calc(100% - var(--gutter) * 2));
        grid-template-rows: minmax(150px, 1fr);
        
        overflow-x: scroll;
        scroll-snap-type: x proximity;
        padding-bottom: calc(.75 * var(--gutter));
        margin-bottom: calc(-.25 * var(--gutter));
        list-style: none;
        padding: 0;
    }
}
@media only screen and (min-width: 991px) {
    .slide-field-inner {
        display: grid;
        grid-gap: calc(var(--gutter) / 2);
        grid-template-columns: repeat(10, calc(600px - var(--gutter) * 2));
        grid-template-rows: minmax(150px, 1fr);
        
        overflow-x: scroll;
        scroll-snap-type: x proximity;
        padding-bottom: calc(.75 * var(--gutter));
        margin-bottom: calc(-.25 * var(--gutter));
        list-style: none;
        padding: 0;
    }
}


.slide-item {
    scroll-snap-align: center;
    padding: calc(var(--gutter) / 2 * 5);
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
/* width */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey; 
    border-radius: 5px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--primary); 
    border-radius: 5px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: var(--darkpri); 
  }


  