@charset "UTF-8";

@font-face {
  font-family: "GothamRounded_Book";
  src: url("../font/GothamRounded-Bold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "GothamRounded_Book";
  src: url("../font/GothamRounded-Medium.otf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "GothamRounded_Book";
  src: url("../font/GothamRounded-Book.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "GothamRounded_Book";
  src: url("../font/GothamRounded-Light.otf") format("opentype");
  font-weight: 400;
}

body {
  font-family: "GothamRounded_Book" !important ;
  color: #686868 !important;
  font-weight: 500 !important;
}
a {
  text-decoration: unset !important;
}

section#login_section {
  width: 100%;
  height: 100vh;
  position: relative;
}
.login_form {
  flex-direction: column;
}

a.login-logo {
  width: 100%;
  text-align: center;
  color: #00b450;
  font-size: 35px;
  display: block;
  font-weight: 500;
  margin-bottom: 20px;
  text-decoration: unset;
}
#login .Login-box {
  width: 70%;
}
h3.Login-head {
  width: 100%;
  color: #000;
  margin: 0 0 26px 0;
  font-size: 30px;
}
#login .form-group {
  margin-bottom: 25px;
}
#login .form-group .form-control {
  height: 55px;
  padding-left: 40px;
  border: 1px solid #e4e7ea;
  border-radius: 0px;
  font-size: 14px;
}
#login .form-field {
  position: relative;
}
#login i.fa {
  position: absolute;
  left: 13px;
  top: 19px;
  color: #686868;
  font-size: 15px;
}
input#login {
  background: #f07ba2 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: block;
  padding: 13px 25px;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
}

main {
  position: relative;
  min-height: 100vh;
}

header#masterhead {
  background: #4f5467;
  padding: 15px 0px;
  position: relative;
  z-index: 1;
}
a.logout_btn {
  color: #ffffff !important;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.sidebar_wrapper {
  z-index: 0;
  position: absolute;
  width: 220px;
  padding-top: 60px;
  height: 100%;
  top: 0;
  bottom: 0;
  background: #222d32 !important;
  border-left: solid 4px #A9D15E;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}
.navigation_link {
  padding: 40px 20px;
}
ul.nav_list {
  padding: 0px;
  list-style-type: none;
}
ul.nav_list li a {
  display: inline-flex;
  align-items: center;
  width: 100%;
  color: #fff;
  letter-spacing: 0.5px;
}
ul.nav_list li {
  margin-bottom: 20px;
}
ul.nav_list li a i {
  margin-right: 12px;
  color: #A9D15E;
  font-size: 20px;
}

.page_content_wrapper {
  margin: 0 0 0 220px;
  background: #edf1f5;
  min-height: 100vh;
}
div#page-wrapper {
  min-height: 100vh;
}
.content_header {
  background: #fff;
  padding: 20px 40px;
}
.content_header .page_title {
  margin-bottom: 0px;
  font-weight: 600;
}
.content_body {
  padding: 30px;
}
.dashboard_box {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 20px;
  overflow: hidden;
}
.digits {
  color: #000;
  font-weight: 700;
  font-size: 25px;
  margin: 10px 0px;
}
.dashboard_box .label {
  color: #fff;
  font-size: 13px;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 4px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.label_icon {
  position: absolute;
  right: -30px;
  top: -30px;
  border-radius: 50px;
  width: 80px;
  height: 80px;
}
.blue .label_icon,
.blue .label {
  background: #499cff;
}
.pink .label_icon,
.pink .label {
  background: #da5087;
}
.orange .label_icon,
.orange .label {
  background: #c47330;
}
.green .label_icon,
.green .label {
  background: #19975c;
}
.label_icon i {
  font-size: 25px;
  position: absolute;
  left: 19px;
  bottom: 16px;
  color: #fff;
}

.upload-files-container {
  background-color: #ffffff;
  padding: 20px;
}
.drag-file-area {
  border: 2px dashed #6b6b6b;
  padding: 20px;
  text-align: center;
}
.drag-file-area .upload-icon {
  font-size: 50px;
  color: #000;
}
.drag-file-area h3 {
  font-size: 18px;
  margin: 0px 6px;
}
.drag-file-area label {
  font-size: 18px;
}
.drag-file-area label .browse-files-text {
  color: #A9D15E;
  font-weight: 600;
  cursor: pointer;
}
.default-file-input {
  opacity: 0;
  display: none;
}
.cannot-upload-message {
  background-color: #ffc6c4;
  font-size: 17px;
  display: flex;
  max-width: 500px;
  align-items: center;
  justify-content: space-between;
  margin: 5px auto;
  padding: 5px 10px 5px 30px;
  border-radius: 5px;
  color: #bb0000;
  display: none;
}
.msg {
  display: flex;
  align-items: center;
  margin: 10px auto 0px;
  justify-content: center;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cannot-upload-message span,
.upload-button-icon {
  padding-right: 10px;
}
.cannot-upload-message span:last-child {
  padding-left: 20px;
  cursor: pointer;
}
.file-block {
  color: #f7fff7;
  background-color: #222d32;
  transition: all 1s;
  position: relative;
  display: none;
  margin: 10px 0 15px;
  padding: 10px 20px;
  border-radius: 25px;
  cursor: pointer;
}
.file-info {
  font-size: 15px;
  text-align: center;
  margin: auto;
}
.file-icon {
  margin-right: 10px;
}
.file-name,
.file-size {
  padding: 0 3px;
}
.remove-file-icon {
  cursor: pointer;
}
.progress-bar {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 4.5%;
  width: 0;
  height: 5px;
  border-radius: 25px;
  background-color: #4bb543;
}
.upload-button {
  /* background-color: #A9D15E; */
  /* color: #f7fff7; */
  /* display: flex; */
  /* align-items: center; */
  /* font-size: 18px; */
  /* border: none; */
  /* margin: 18px auto 0;
  padding: 10px 50px; */
  /* font-weight: 600; */


    /* background-color: #A9D15E; */
    color: #f7fff7;
    display: flex;
    align-items: center;
    font-size: 18px;
    border: none;
    margin: 18px auto 0;
    padding: 6px 50px;
    font-weight: 600;
}

.list_table {
  background: #fff;
  padding: 20px;
}
table.data_list {
  width: 100%;
}
thead {
  background: #222d32;
  color: #fff;
}
tbody td,
thead th {
  font-weight: 500;
  padding: 15px;
}
tbody tr:nth-child(odd) td {
  background-color: #f5f5f5;
}
.error {
  color: red;
}

footer.footer {
  background: #4f5467;
  color: #fff;
  padding: 5px 0px;
  margin-left: 220px;
}

td {
  /* width: 160px; */
  font-size: 14px;
}

.pink-button {
  background: #f07ba2 none repeat scroll 0 0;
  /* display: flex; */
  /* border: medium none;
  color: #ffffff;
  
  padding: 13px 25px;
  width: 100%; 
  font-weight: 500;
  font-size: 20px; */
}

.blue-button {
  background: rgb(54, 33, 236) none repeat scroll 0 0;
}
.blue-button:hover {
  color: rgb(54, 33, 236);
  background-color: white;
  border: 1px solid rgb(54, 33, 236);
  border-color: rgb(54, 33, 236);
}
.filter-button {
  background: #f07ba2 none repeat scroll 0 0;
  margin: 0px;
  text-align: center;
  /* height: 39px;
  padding: 10px 36px; */
}
.filter-button:hover,
.pink-button:hover {
  color: #f07ba2;
  background-color: white;
  border: 1px solid #f07ba2;
  border-color: #f07ba2;
}
.transactionToDate,
.transactionFromDate {
  border-radius: 0;
}
.star {
  color: red;
}
.dates-label {
  margin: 9px;
  width: 100px;
}
.to-label {
  margin: 9px;
  width: 25px;
}
.clearfix {
  margin: 25px 0px;
}
.save-button {
    color: #f7fff7;
    display: flex;
    align-items: center;
    font-size: 18px;
    border: none;
    /* margin: 18px auto 0; */
    padding: 6px 50px;
    font-weight: 600;
}
