
html{
    overflow: hidden;
}
@import url("https://fonts.googleapis.com/css?family=Acme|Lobster|Patua+One|Rubik|Sniglet");
* {
  box-sizing: border-box;
}


body {
    margin: 0px;
    font-family: 'segoe ui';
    position: relative;
  }

  
  .nav {
    height: 100px;
    width: 100%;
    padding: 10px 0;
    background-color: white;
    position: relative;
  }
  
  .nav > .nav-header {
    display: inline;

  }
  .navbar{
    box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%);
    z-index: 2;
    height: 85px;
  }

  .scroller{
    height: calc(100vh - 85px) !important;
    overflow-y: auto;
    overscroll-behavior-y: contain;
 }

 
span.i {
    vertical-align: middle;
    margin-right: 15px;
}

  
.nav-header{
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1000;
    background: #fff;
}

#sidebar{
    width: 300px;
}

.main-content{
    width: calc(100vw - 85px);
}

#wrapper {
    overflow-x: hidden;
  }

  .wrapper-sub{
    position: fixed;
    top: 85px;
    width: 100vw;
  }
  
  #sidebar-wrapper {
    width: 300px;
    transition: margin 0.25s ease-out;
  }



  
  /* body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
    margin-left: 0;
  } */
  
  @media (min-width: 996px) {

    #sidebar-wrapper.overlay {
        display: none;
    }

    #sidebar-wrapper.overlay.enabled {
        display: block;
        margin-left: 0px !important;
    }

    #page-content-wrapper.overlay.enabled {
        margin-left: 300px !important;
    }
    
  }

  @media (max-width: 996px) {

    #sidebar-wrapper.overlay {
        display: none;
    }

    #sidebar-wrapper.overlay.enabled {
        display: block;
        margin-left: 0px !important;
    }

    #page-content-wrapper.overlay.enabled {
        margin-left: 300px !important;
    }
  
  }

  li > a.link-dark, li p > a.link-dark {
    border-radius: 5px;
    color: black;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none !important;
}

li#admin > img {
    padding: unset;
}

li#welcome a:hover, li#admin p > a:hover {
    color: rgb(255, 154, 154) !important;
}

li#mainMenu {
    padding: 5px 10px;
    line-height: 40px;
}



/* .link-dark:focus,.link-dark:hover {
    color: rgb(255, 255, 255);
} */

li#mainMenu:hover a.link-dark ,li#mainMenu:active {
    /* background: #1478c3;
    color: rgb(255, 255, 255); */
    color: #1478c3;
}

li#subMenu ul li a {
    font-size: 16px;
    font-weight: 400;
}

li#subMenu ul li {
    padding: 5px 0px;
}

li#subMenu a:hover,li#subMenu a:active {
    /* background: #1478c3; */
    /* padding: 5px 10px; */
    color: #1478c3;
}

li#subMenu a.link-dark {
    margin-top: 20px;
    line-height: 40px;
    margin-left: 1.25em !important;
}

li.text-toggle[aria-expanded=false] .text-collapsed {
    display: none;
}

li.text-toggle[aria-expanded=true] .text-expanded {
    display: none;
}

/* Card */
.card {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    margin-bottom: 1rem;
}

/* Sidebar */
.sidebarShadow {
    /* position: fixed; */
    z-index: 1;
    box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)!important;
    /* min-height: 100vh !important; */
}

.main-content {
    height: calc(100vh - 85px) !important;
    position: relative;
    overflow-y: scroll;
    scroll-behavior: auto;
    overscroll-behavior-y:contain;
}

/*
Table
*/

table {
    border-radius: 5px;
}

.table>:not(caption)>*>* {
    border-bottom: unset !important;
    border-top: unset !important;
}

table.dataTable thead th {
    /* border-bottom: 1px solid gray !important; */
    padding: 10px 6px !important;
}

table.dataTable tfoot th {
    /* border-top: 1px solid gray !important; */
    padding: 10px 6px !important;
}

#example_wrapper div.dt-buttons {
    margin-bottom: 20px !important;
}

table.dataTable {
    margin-bottom: 20px !important;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button {
    border: unset !important;
    border-radius: 5px !important;
    background: rgb(0,0,0) !important;
    color:rgb(255, 255, 255) !important;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button:hover {
    background: rgba(0,0,0, 0.877) !important;
    color:rgb(255, 255, 255) !important;  
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled:hover {
    background: rgba(221, 210, 210, 0.527) !important;
    border-radius: 5px !important;
    color:rgb(255, 255, 255) !important;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.current {
    border: unset !important;
    color: #fff !important;
    border-radius: 5px !important;
    background: rgb(0,0,0) !important;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover {
    border: unset !important;
    color: #fff !important;
    border-radius: 5px !important;
    background: rgba(0,0,0, 0.808) !important;
}

.dt-buttons{
    display: none;
}

button.dt-button {
    border: unset !important;
    border-radius: 5px !important;
    background: rgb(190, 166, 166) !important;
    color:rgb(255, 255, 255) !important
}

button.dt-button {
    border: unset !important;
    border-radius: 5px !important;
    /* background: rgb(190, 166, 166) !important;
    color:rgb(255, 255, 255) !important */
    background: #fff !important;
    color: rgba(0,0,0,.87) !important;
    font-weight: 500;
    line-height: 36px;
    min-width:64px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    transform: translate3d(0, 0, 0);
    transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

button.dt-button:hover {
    /* background: rgba(190, 166, 166, 0.836) !important; */
    background: rgb(0 0 0 / 12%) !important;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

#example_filter {
    margin-bottom: 20px !important;
}

#example_filter label {
    color: #000;
}


/* Input Focus form fields */

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="file"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(236, 249, 255, 0.8) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.6) !important;
  outline: 0 none !important;
}

/* select option:checked {
    margin: 40px;
    background: rgba(0, 0, 0, 0.3) !important;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
} */

.form-group {
  margin-bottom: 10px;
}

.form-group > label {
    margin: 10px 0px;
}

.text-center{
    text-align:center;
}


.ml-auto{
    margin-left: auto;
}

.w-100{
    width: 100%;
}
.dropdown-menu{
    min-width: 9rem;
}

.dropdown-shadow {
    background: #fff;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
}

.dropdown-padding{
    padding-top: 8px;
    padding-bottom: 8px;
}
.dropdown-item:hover:not([disabled]) {
    background: rgba(0,0,0,.04);}


.font-14{font-size: 14px;}
.font-15{font-size: 15px;}
.font-16{font-size: 16px;}
.font-17{font-size:17px}
.font-18{font-size:18px;}
.font-19{font-size: 19px;}
.font-20{font-size: 20px;}

.font-weight-300{ font-weight: 300px;}
.font-weight-400{ font-weight: 400px;}
.font-weight-500{ font-weight: 500px;}
.font-weight-600{ font-weight: 600px;}
.font-weight-700{ font-weight: 700px;}


.padding-10{padding: 10px 10px 10px 10px;}
.padding-15{padding: 15px;}
.padding-20{padding: 20px;}


.h-10{height: 10px;}
.h-15{height: 15px;}
.h-20{height: 20px;}
.h-25{height: 25px;}
.h-30{height: 30px;}
.h-35{height: 35px;}
.h-40{height: 40px;}
.h-45{height: 45px;}
.h-50{height: 50px;}
.h-55{height: 55px;}
.h-60{height: 60px;}
.h-65{height: 65px;}
.h-70{height: 70px;}
.h-75{height: 75px;}
.h-80{height: 80px;}
.h-85{height: 85px;}
.h-90{height: 90px;}
.h-95{height: 95px;}
.h-100{height: 100px;}


.margin-5px-left{margin-left: 5px;}
.margin-10px-left{margin-left: 10px;}
.margin-15px-left{margin-left: 15px;}
.margin-20px-left{margin-left: 20px;}
.margin-25px-left{margin-left: 25px;}
.margin-30px-left{margin-left: 30px;}
.margin-35px-left{margin-left: 35px;}
.margin-40px-left{margin-left: 40px;}
.margin-45px-left{margin-left: 45px;}
.margin-50px-left{margin-left: 50px;}
.margin-55px-left{margin-left: 55px;}
.margin-60px-left{margin-left: 60px;}


.margin-5px-right{margin-right: 5px;}
.margin-10px-right{margin-right: 10px;}
.margin-15px-right{margin-right: 15px;}
.margin-20px-right{margin-right: 20px;}
.margin-25px-right{margin-right: 25px;}
.margin-30px-right{margin-right: 30px;}
.margin-35px-right{margin-right: 35px;}
.margin-40px-right{margin-right: 40px;}
.margin-45px-right{margin-right: 45px;}
.margin-50px-right{margin-right: 50px;}
.margin-55px-right{margin-right: 55px;}
.margin-60px-right{margin-right: 60px;}
.margin-65px-right{margin-right: 65px;}
.margin-70px-right{margin-right: 70px;}
.margin-75px-right{margin-right: 75px;}
.margin-80px-right{margin-right: 80px;}
.margin-85px-right{margin-right: 85px;}
.margin-90px-right{margin-right: 90px;}
.margin-95px-right{margin-right: 95px;}
.margin-100px-right{margin-right: 100px;}


.margin-5px-bottom{margin-bottom: 5px;}
.margin-10px-bottom{margin-bottom: 10px;}
.margin-15px-bottom{margin-bottom: 15px;}
.margin-20px-bottom{margin-bottom: 20px;}
.margin-25px-bottom{margin-bottom: 25px;}
.margin-30px-bottom{margin-bottom: 30px;}
.margin-35px-bottom{margin-bottom: 35px;}
.margin-40px-bottom{margin-bottom: 40px;}
.margin-45px-bottom{margin-bottom: 45px;}
.margin-50px-bottom{margin-bottom: 50px;}
.margin-55px-bottom{margin-bottom: 55px;}
.margin-60px-bottom{margin-bottom: 60px;}



.margin-5px-top{margin-top: 5px;}
.margin-10px-top{margin-top: 10px;}
.margin-15px-top{margin-top: 15px;}
.margin-20px-top{margin-top: 20px;}
.margin-25px-top{margin-top: 25px;}
.margin-30px-top{margin-top: 30px;}
.margin-35px-top{margin-top: 35px;}
.margin-40px-top{margin-top: 40px;}
.margin-45px-top{margin-top: 45px;}
.margin-50px-top{margin-top: 50px;}
.margin-55px-top{margin-top: 55px;}
.margin-60px-top{margin-top: 60px;}

.bg-color{background:rgb(238, 233, 233);}


/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
  
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #e9e9e9; 
    border-radius: 10px;
}
   
/* Handle */
::-webkit-scrollbar-thumb {
    background: #d3d3d3; 
    border-radius: 10px;
}
  
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: lightgray; 
}


/*Login */
.vetrical-align {
    display: flex!important;
    align-content: center!important;
    align-items: center!important;
    justify-content: center !important;
    height: 100vh;
}
.bg {
    height: 100%;
    background: #000000;
}
/* .input-bg{
    background-color: #000000;
} */
.login-bg{
    min-height: 100%;
}
.ps-5{
    padding-left: 3rem!important;
}
.pe-5{
    padding-right: 3rem!important;
}
.vectorimg{
    max-height:40vh;
}
.w-30{
    width:30% !important;
}
.text-center{
    text-align: center !important;
}
.text-white{
    color: #ffffff;
}
.font-weight-600{
    font-weight: 600;
}
/* .form-control:focus {
    background: #000000;
} */
.login .form-control::placeholder{
    color: #cfced0;
}
.login .form-control, .login .form-control:focus{
    background: #000000;
    caret-color: #ffffff;
    color:#ffffff;
    border-color: #ffffff;
    outline: none;
    box-shadow: none;
    border-width: 1.5px
}
@media (max-width: 450px) {
.h-custom {
height: 100%;
}
}