@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: myFont;
  src: url(../Proxima-Nova-Font.otf);
}
body,
span {
  font-family: myFont !important;
}

a {
  color: #3e3e51;
  font-family: myFont;
}
a:hover, a:focus {
  text-decoration: none;
}

p {
  font-family: myFont;
}

h1,
h2,
h3,
h4,
h5 {
  color: #000;
  font-family: "Montserrat", sans-serif;
}

.max-width {
  padding-left: 60px !important;
}

.nav-width {
  width: calc(100% - 60px) !important;
}

.uk-accordion-title::before {
  display: none;
  position: absolute;
  right: 0;
}

.uk-accordion-title {
  padding: 0.5rem 0.5rem !important;
}

.d-block {
  display: block !important;
}

.opacity {
  display: none !important;
}

.visible {
  opacity: 1 !important;
}

.menu2 {
  border-radius: 5px;
}

.menu2:hover .bar-1,
.menu2:hover .bar-2,
.menu2:hover .bar-3 {
  background: #ff0002;
}

.menu2 div {
  position: relative;
  width: 25px;
  height: 25px;
  /* background: #fff; */
}

.menu2 span {
  position: absolute;
  width: 100%;
  height: 2.5px;
  border-radius: 5px;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 1s, width 1s;
}

.menu2 .bar-1 {
  width: 50%;
  left: 100%;
  right: 0;
  transform: translate(-100%, -7.5px);
}

.menu2 .bar-3 {
  width: 70%;
  left: auto;
  right: 0;
  transform: translate(0, 5px);
}


    .hero-section2  {
      margin-bottom: 20px;
    }
    .app-buttons img {
      height: 40px;
      margin-right: 10px;
    }
    @media (max-width: 768px) {
      .hero-text {
        text-align: center;
      }
    }



#login-bg {
  background-image: none;
}

.login {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.login .login-wrapper {
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}
.login .login-wrapper .login-left {
  background-image: linear-gradient(180deg, rgba(254, 249, 228, 0) 0%, #d6bb40 100%);
  height: 390px;
  padding: 3rem 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.login .login-wrapper .login-left img {
  height: 100px;
  width: 100px;
  margin: 0 auto;
}
.login .login-wrapper .login-left h3 {
  color: #ff0002;
  font-weight: bold;
  font-size: 16px;
}
.login .login-wrapper .login-left span {
  color: #011cfb;
}
.login .login-wrapper .login-right {
  border: 1px solid #d9d9d9;
  padding: 1.45rem 2rem;
  border-left: none;
  height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.login .login-wrapper .login-right p {
  margin: 0;
}
.login .login-wrapper .login-right .submit {
  background: #011cfb;
  color: #fff;
  border-radius: 5px;
  margin: 0 auto;
  display: block;
  margin-top: 2rem;
}
.login .login-wrapper .login-right .athr {
  color: #ff0002;
  margin-top: 1rem;
}

aside {
  width: 250px;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 100000;
  transition: all 0.3s ease-in-out;
  background: #fff;
  position: fixed;
}
aside h3 {
  text-align: center;
  margin: 0.5rem 0;
}
aside i {
  margin-left: 0.8rem;
  margin-right: 1rem;
}
aside .logo {
  transition: all 0.3s ease-in-out;
  color: #ff0002;
  font-weight: bold;
  font-size: 17px;
  margin-left: 1rem;
}
aside .brand {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  margin-left: 0.6rem;
}
aside .brand img {
  width: 40px;
}
aside li {
  border-bottom: 1px solid #d9d9d9;
}
aside li:first-child {
  border-top: 1px solid #d9d9d9;
}
aside .uk-list .list {
  display: flex;
  width: 100%;
  align-items: center;
  color: #555;
  padding: 0.5rem 0.5rem;
  font-size: 14px;
}
aside .uk-list .list:hover {
  text-decoration: none;
}
aside .uk-list .list .list-name {
  transition: all 0.3s ease-in-out;
}
aside .uk-list .list .dropicon {
  position: absolute;
  right: 0;
}
aside .uk-list .list .dropicon i {
  transition: all 0.3s ease-in-out;
}
aside .uk-list .list h3 {
  margin-left: 1.3rem;
}

.uk-list > * > ul,
.uk-list > :nth-child(n+2),
.uk-list > li:nth-child(n+2),
.uk-list > li > ul {
  margin-top: 0;
}

aside::-webkit-scrollbar {
  width: 0.5rem;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

aside:hover::-webkit-scrollbar {
  display: block !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

aside::-webkit-scrollbar-track {
  background-color: transparent;
}

aside::-webkit-scrollbar-thumb {
  background-color: #a6a6a6;
  border-radius: 1rem;
  width: 40px;
}

.uk-accordion-content {
  background: rgba(214, 187, 64, 0.05);
}

.uk-open > .uk-accordion-title > .list-name {
  color: #c68401;
}

.uk-open > .uk-accordion-title > .dropicon > i {
  transform: rotate(90deg);
}

article {
  width: 100%;
  padding-left: 250px;
  transition: all 0.3s ease-in-out;
  background: #e7e7e7;
  position: relative;
  z-index: 1000;
  min-height: 100vh;
}
article nav {
  border-bottom: 1px solid #d9d9d9;
  padding: 1rem;
  position: fixed;
  width: calc(100% - 250px);
  background: linear-gradient(-270deg, #d6bb40 0%, #c68401 100%);
  z-index: 10000;
  transition: all 0.3s ease-in-out;
}
article nav .ham {
  cursor: pointer;
}
article nav i {
  margin: 0 0.5rem;
}
article .title {
  padding-left: 3rem;
  margin-top: 4rem;
  padding-top: 1rem;
  padding-right: 3rem;
}
article .title h4 {
  font-weight: bold;
  margin: 0;
}
article .title .uk-button {
  font-size: 12px;
  border: 1px solid #c68401;
  border-radius: 3px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 20px;
  padding: 5px 10px;
  background: transparent;
  color: #c68401;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
article .title .uk-button:hover {
  background: #c68401;
  color: #fff;
}

.save-btn {
  font-size: 12px;
  border: 1px solid #c68401;
  border-radius: 3px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 20px;
  padding: 5px 10px;
  background: transparent;
  color: #c68401;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.save-btn:hover {
  background: #c68401;
  color: #fff;
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  border-color: #c68401;
}

.wrapper {
  margin: 4.5rem 1rem 0 1rem;
  background: #fff;
  box-shadow: 0 0px 15px -9px rgba(0, 0, 0, 0.56), 0 4px 0px 0px rgba(0, 0, 0, 0), 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}
.wrapper .content_wrapper {
  padding: 1rem 3rem;
  margin-bottom: 1rem;
  position: relative;
  min-height: calc(100vh - 8.3rem);
}
.wrapper .content_wrapper #export-dext {
  display: block;
  position: absolute;
  right: 320px;
  top: 45px;
}

.export {
  cursor: pointer;
}

#example_wrapper {
  overflow: auto;
  border: 1px solid #d9d9d9;
}

#example_wrapper::-webkit-scrollbar {
  height: 0.5rem;
}

#example_wrapper::-webkit-scrollbar-track {
  background-color: transparent;
}

#example_wrapper::-webkit-scrollbar-thumb {
  background-color: #a6a6a6;
  border-radius: 1rem;
  width: 40px;
}

.dataTables_length {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
}

.dataTables_info,
.dataTables_paginate {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#example_filter {
  padding-top: 1.5rem;
  padding-right: 1.5rem;
}

.uk-table td,
.uk-table th {
  padding: 10px;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  font-size: 12px;
}

.uk-table th {
  border-top: 1px solid #d9d9d9;
  color: #000;
}

.uk-table td:last-child,
.uk-table th:last-child {
  border-right: 1px solid #d9d9d9;
}

.uk-table-striped tbody tr:nth-of-type(odd),
.uk-table-striped > tr:nth-of-type(odd) {
  background: #fff;
}

.uk-table td {
  background: #fff;
}

.active,
.list:hover {
  color: #c68401 !important;
  border-left: 3px solid #c68401;
  background: rgba(214, 187, 64, 0.2);
}

.fa-edit {
  color: #ffc107;
}

.fa-trash-alt {
  color: #ff0002;
}

.uk-dropdown {
  padding: 0.7rem 1rem;
  max-width: none !important;
  min-width: 0 !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  cursor: pointer;
  border: 1px solid #d9d9d9;
}

.show-logo {
  transition: all 0.3s ease-in-out;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  margin-left: 0.5rem;
  display: block;
}

.user {
  cursor: pointer;
}

.uk-dropdown-nav {
  margin-left: 3rem !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

form .form-wrapper {
  margin-bottom: 1rem;
}

@media (min-width: 960px) {
  .width {
    width: 60px;
  }
  .d-block {
    display: block !important;
  }
  .opacity {
    display: none !important;
  }
  .visible {
    opacity: 1 !important;
  }
  .mob-close-icon {
    display: none;
  }
}
@media (max-width: 960px) {
  aside {
    width: 0;
    border-right: 1px solid #d9d9d9;
  }
  aside .brand {
    width: 100% !important;
  }
  article {
    width: calc(100% - 0px);
    padding-left: 0;
  }
  article nav {
    width: calc(100% - 0px);
  }
  .width {
    width: 250px;
  }
  .d-block {
    display: none !important;
  }
  .opacity {
    display: block !important;
  }
  .visible {
    opacity: 0 !important;
  }
  .mob-close-icon {
    display: block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .mob-close-icon:hover {
    color: #ff0002;
  }
}
@media (min-width: 767px) {
  #export-mob {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #example_wrapper .uk-grid .uk-width-1-2 {
    width: 100% !important;
  }
  #export-dext {
    display: none !important;
  }
}
@media (max-width: 639px) {
  .uk-width-2-5,
.uk-width-1-2,
.uk-width-3-5 {
    width: 100% !important;
  }
  #example_filter {
    margin-top: 1rem;
  }
  .login-right {
    border-left: 1px solid #d9d9d9 !important;
  }
}/*# sourceMappingURL=style.css.map */