@import url("../../css/fonts.css");
*:focus {
  outline: none;
}
.form-control:focus,
.form-select:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus,
.form-control:active {
  background: transparent;
}
input:active {
  background-color: transparent;
}
.alert {
  border: 0;
  border-radius: 0;
  padding: 5px 10px;
}
.pending {
  background-color: #e7e304;
  color: #2c2b2b;
  padding: 2px 10px;
  width: max-content;
  font-size: 12px;
  border-radius: 50px;
}
.success {
  background-color: #049838;
  color: #fff;
  padding: 2px 10px;
  width: max-content;
  border-radius: 50px;
  font-size: 12px;
}
.cancel {
  background-color: #c20303;
  color: #fff;
  padding: 2px 10px;
  width: max-content;
  border-radius: 50px;
  font-size: 12px;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    background-color: #fff;
    background-image: radial-gradient(#e6e6e6 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    margin: 0;
    padding: 0;
    height: 100%;
  }
  .dashboard {
    margin: 0;
    position: relative;
    height: 100%;
    display: flex;
  }
  .menu_toggle {
    display: block;
    position: fixed;
    z-index: 999;
    top: 54px;
    width: 100%;
    background-color: #0f0f0f;
  }
  .menu_toggle .fa-solid {
    font-size: 25px;
  }
  label #btn,
  label #cancel {
    cursor: pointer;
    transition: all 0.5s ease;
    z-index: 999;
    margin-left: 0px;
    background-color: rgb(21, 24, 23);
    color: #ffffff;
    padding: 7px 10px;
    border-radius: 2px;
    box-shadow: #000 0px 10px 25px -5px;
  }
  label #cancel {
    opacity: 0;
    visibility: hidden;
  }
  #check:checked ~ label #btn {
    margin-left: 20%;
    opacity: 0;
    visibility: hidden;
  }
  #check:checked ~ label #cancel {
    margin-left: 20%;
    opacity: 1;
    visibility: visible;
  }
  #check:checked ~ .left {
    width: 50%;
    background-color: rgb(23, 24, 24);
    top: 0;
    left: 0;
    height: 100vh;
    position: fixed;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 9;
    transition: all 0.5s ease;
  }
  /* left menu styling */
  .left {
    width: 50%;
    background-color: rgb(23, 24, 24);
    top: 0;
    left: -300px;
    height: 100vh;
    position: fixed;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 9;
    transition: all 0.5s ease;
  }
  .logo {
    padding: 10px 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Teko;
    font-size: 24px;
    text-align: center;
  }
  .logo img {
    width: 90px;
    height: auto;
  }
  .menubar {
    display: contents;
    align-items: center;
    justify-content: center;
    padding: 10px;
    height: 100%;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  .menubar ul {
    padding: 0;
    list-style: none;
    text-decoration: none;
  }
  .menubar li {
    padding: 15px 10px;
    border-bottom: 1px solid #2c2b2b;
    text-decoration: none;
  }
  .menubar a {
    color: #fff;
    text-decoration: none;
  }
  .menubar ul li:hover {
    background-color: #fcbc03;
  }
  .menubar .fa-solid {
    color: #ffffff;
    margin-right: 5px;
    font-size: 16px;
  }
  .menubar span {
    display: contents;
  }
  .copyright {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 10px;
    color: #fcbc03;
    font-size: 12px;
    background-color: #171818;
    width: 100%;
    text-align: center;
  }
  /* left menu styling end */

  /* right styling */
  .right {
    width: 100%;
    height: 100%;
    right: 0;
    border: 0px solid;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .right_top {
    background-color: #fcbc03;
    padding: 15px 15px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 999;
  }
  .right_top a {
    color: #fff;
    padding: 0px 3px;
    position: relative;
    text-decoration: none;
  }
  .tab_right .fa-brands {
    color: #fff;
    font-size: 25px;
  }
  .tab_right .fa-solid {
    color: #fff;
    font-size: 25px;
  }
  .notify_bar a {
    padding: 0px 15px;
  }
  .notify {
    background-color: rgb(255, 0, 0);
    position: absolute;
    top: -5px;
    right: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner {
    background: url("../../images/dash.jpg");
    background-repeat: no-repeat;
    background-attachment: inherit;
    height: auto;
    background-size: cover;
    overflow: hidden;
    display: flex;
    padding: 20px 20px;
    align-items: end;
    justify-content: space-between;
    margin-top: 53px;
  }
  .banner_items {
    display: flex;
    flex-direction: column;
  }
  .banner_items p {
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
  }
  .banner_items h2 {
    color: #fff;
    font-family: Teko;
    letter-spacing: 1px;
    font-size: 30px;
    margin: 0;
    padding: 0;
  }
  .banner_items span {
    background-color: rgb(4, 156, 52);
    color: #fff;
    width: max-content;
    padding: 3px 15px;
    font-weight: bolder;
    border-radius: 25px;
    font-size: 12px;
  }
  .banner_items .btn-primary {
    width: max-content;
    padding: 10px 18px;
    border-radius: 50px;
    font-weight: bold;
    margin-top: 40px;
    background-color: #fcbc03;
    border: 0;
    font-size: 16px;
    font-weight: lighter;
  }
  .dash_holder {
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
  .dash_tab {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .tab {
    background-color: #fcbc03;
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    padding: 20px 30px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: #000 0px 20px 25px -20px;
  }
  .tab_left {
    display: flex;
    flex-direction: column;
    gap: 3px;
    color: #fff;
    font-weight: 450px;
    word-break: break-all;
  }
  .tab_left span {
    font-family: Teko;
    font-size: 30px;
  }
  .transaction_table {
    padding: 0;
    margin-top: 20px;
  }
  .table {
    padding: 0;
  }
  .table thead tr {
    background-color: #ce9a04;
    color: #fff;
  }
  .table tbody tr:nth-child(even) {
    background-color: #fcbc03;
    color: #fff;
  }
  .views_all {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }
  .views_all .btn-primary {
    border-radius: 50px;
    background-color: #fcbc03;
    border: 0;
    padding: 15px 30px;
    box-shadow: #000 0px 20px 25px -20px;
  }
  .form {
    padding: 0;
    margin-top: 20px;
  }
  .input_holder {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
  }
  .input_box {
    display: flex;
    gap: 5px;
    align-items: center;
    flex: 1;
    border: 1px solid #c3c2c2;
    padding: 3px 10px;
    position: relative;
  }
  .input_box input,
  .select {
    width: 100%;
    border: 0;
    padding: 6px 10px;
    background-color: inherit;
  }
  .input_box textarea {
    width: 100%;
    border: 0;
    padding: 6px 10px;
    background-color: inherit;
    height: 200px;
  }
  .form .btn-primary {
    background-color: #fcbc03;
    border-radius: 50px;
    padding: 13px 30px;
    font-weight: bold;
    border: 0;
  }
  /* Plans styling*/
  .plans {
    padding: 0px 50px;
    padding-bottom: 80px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    gap: 30px;
    justify-content: center;
    align-items: center;
  }
  .plan {
    background-color: rgb(194 145 3);
    background-image: radial-gradient(#b08303 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    border-radius: 15px;
    top: 0;
    position: relative;
    box-shadow: #000000 0px 20px 20px -15px;
    transition: all 0.5s ease;
    border: 2px solid #fff;
  }
  .plan:hover {
    box-shadow: #111110 0px 0px 40px 1px;
    top: -10px;
    transition: all 0.5s ease;
  }
  .plan h2 {
    font-size: 30px;
    color: #ffffff;
  }
  .planList {
    padding: 0;
    display: flex;
    width: 100%;
  }
  .planList ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
  }
  .planList li {
    text-align: center;
    padding: 15px 0px;
    font-size: 18px;
    color: #fff;
    font-weight: lighter;
    letter-spacing: 2px;
    border-bottom: 1px solid #ce9a04;
  }
  .planPrice {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .planPrice h2 {
    margin: 0;
    padding: 0;
  }
  .planPrice .btn {
    background-color: #fcbc03;
    text-transform: uppercase;
    padding: 15px 30px;
    left: 0;
    font-weight: 600;
    position: relative;
    border: 0;
    border-radius: 52px;
    transition: all 0.5s ease;
    box-shadow: #111110 0px 20px 25px -20px;
  }
  .planPrice .btn:hover {
    left: 0;
    transition: all 0.5s ease;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #fff;
    color: #fcbc03;
    border: 0px;
  }
  .planPrice input {
    border: 0;
    padding: 10px;
    background-color: #fff;
    border-radius: 50px;
  }
  /* Plans styling end */

  /* right styling end */
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    background-color: #fff;
    background-image: radial-gradient(#e6e6e6 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    margin: 0;
    padding: 0;
    height: 100%;
  }
  .dashboard {
    margin: 0;
    position: relative;
    height: 100%;
    display: flex;
  }
  /* left menu styling */
  .left {
    width: 10%;
    background-color: rgb(23, 24, 24);
    top: 0;
    left: 0;
    height: 100vh;
    position: fixed;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .logo {
    padding: 20px 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Teko;
    font-size: 14px;
    text-align: center;
  }
  .logo img {
    width: 53px;
    height: auto;
  }
  .menubar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  .menubar ul {
    padding: 0;
    list-style: none;
    text-decoration: none;
  }
  .menubar li {
    padding: 15px 10px;
    border-bottom: 1px solid #2c2b2b;
    text-decoration: none;
  }
  .menubar a {
    color: #fff;
    text-decoration: none;
  }
  .menubar ul li:hover {
    background-color: #fcbc03;
  }
  .menubar .fa-solid {
    color: #ffffff;
    margin-right: 5px;
    font-size: 25px;
  }
  .menubar span {
    display: none;
  }
  .copyright {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 10px;
    color: #fcbc03;
    font-size: 12px;
    background-color: #171818;
    width: 100%;
    text-align: center;
  }
  /* left menu styling end */

  /* right styling */
  .right {
    width: 90%;
    height: 100%;
    right: 0;
    border: 1px solid;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .right_top {
    background-color: #fcbc03;
    padding: 15px 15px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: inherit;
    z-index: 999;
  }
  .right_top a {
    color: #fff;
    padding: 0px 3px;
    position: relative;
    text-decoration: none;
  }
  .tab_right .fa-brands {
    color: #fff;
    font-size: 30px;
  }
  .tab_right .fa-solid {
    color: #fff;
    font-size: 30px;
  }
  .notify_bar a {
    padding: 0px 15px;
  }
  .notify {
    background-color: rgb(255, 0, 0);
    position: absolute;
    top: -5px;
    right: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner {
    background: url(../../images/dash.jpg);
    background-repeat: no-repeat;
    background-attachment: inherit;
    height: auto;
    background-size: cover;
    overflow: hidden;
    display: flex;
    padding: 20px 20px;
    align-items: end;
    justify-content: space-between;
    margin-top: 54px;
  }
  .banner_items {
    display: flex;
    flex-direction: column;
  }
  .banner_items p {
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
  }
  .banner_items h2 {
    color: #fff;
    font-family: Teko;
    letter-spacing: 1px;
    font-size: 30px;
    margin: 0;
    padding: 0;
  }
  .banner_items span {
    background-color: rgb(4, 156, 52);
    color: #fff;
    width: max-content;
    padding: 3px 15px;
    font-weight: bolder;
    border-radius: 25px;
    font-size: 12px;
  }
  .banner_items .btn-primary {
    width: max-content;
    padding: 10px 18px;
    border-radius: 50px;
    font-weight: bold;
    margin-top: 40px;
    background-color: #fcbc03;
    border: 0;
    font-size: 16px;
    font-weight: lighter;
  }
  .dash_holder {
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
  .dash_tab {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .tab {
    background-color: #fcbc03;
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    padding: 20px 30px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: #000 0px 20px 25px -20px;
  }
  .tab_left {
    display: flex;
    flex-direction: column;
    gap: 3px;
    color: #fff;
    font-weight: 450px;
    word-break: break-all;
  }
  .tab_left span {
    font-family: Teko;
    font-size: 30px;
  }
  .transaction_table {
    padding: 0;
    margin-top: 20px;
  }
  .table {
    padding: 0;
  }
  .table thead tr {
    background-color: #ce9a04;
    color: #fff;
  }
  .table tbody tr:nth-child(even) {
    background-color: #fcbc03;
    color: #fff;
  }
  .views_all {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }
  .views_all .btn-primary {
    border-radius: 50px;
    background-color: #fcbc03;
    border: 0;
    padding: 15px 30px;
    box-shadow: #000 0px 20px 25px -20px;
  }
  .form {
    padding: 0;
    margin-top: 20px;
  }
  .input_holder {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
  }
  .input_box {
    display: flex;
    gap: 5px;
    align-items: center;
    flex: 1;
    border: 1px solid #c3c2c2;
    padding: 3px 10px;
    position: relative;
  }
  .input_box input,
  .select {
    width: 100%;
    border: 0;
    padding: 6px 10px;
    background-color: inherit;
  }
  .input_box textarea {
    width: 100%;
    border: 0;
    padding: 6px 10px;
    background-color: inherit;
    height: 200px;
  }
  .form .btn-primary {
    background-color: #fcbc03;
    border-radius: 50px;
    padding: 13px 30px;
    font-weight: bold;
    border: 0;
  }
  /* Plans styling*/
  .plans {
    padding: 0px 50px;
    padding-bottom: 80px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    gap: 30px;
    justify-content: center;
    align-items: center;
  }
  .plan {
    background-color: rgb(194 145 3);
    background-image: radial-gradient(#b08303 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    border-radius: 15px;
    top: 0;
    position: relative;
    box-shadow: #000000 0px 20px 20px -15px;
    transition: all 0.5s ease;
    border: 2px solid #fff;
  }
  .plan:hover {
    box-shadow: #111110 0px 0px 40px 1px;
    top: -10px;
    transition: all 0.5s ease;
  }
  .plan h2 {
    font-size: 30px;
    color: #ffffff;
  }
  .planList {
    padding: 0;
    display: flex;
    width: 100%;
  }
  .planList ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
  }
  .planList li {
    text-align: center;
    padding: 15px 0px;
    font-size: 18px;
    color: #fff;
    font-weight: lighter;
    letter-spacing: 2px;
    border-bottom: 1px solid #ce9a04;
  }
  .planPrice {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .planPrice h2 {
    margin: 0;
    padding: 0;
  }
  .planPrice .btn {
    background-color: #fcbc03;
    text-transform: uppercase;
    padding: 15px 30px;
    left: 0;
    font-weight: 600;
    position: relative;
    border: 0;
    border-radius: 52px;
    transition: all 0.5s ease;
    box-shadow: #111110 0px 20px 25px -20px;
  }
  .planPrice .btn:hover {
    left: 0;
    transition: all 0.5s ease;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #fff;
    color: #fcbc03;
    border: 0px;
  }
  .planPrice input {
    border: 0;
    padding: 10px;
    background-color: #fff;
    border-radius: 50px;
  }
  /* Plans styling end */

  /* right styling end */
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    background-color: #fff;
    background-image: radial-gradient(#e6e6e6 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    margin: 0;
    padding: 0;
    height: 100%;
  }
  .dashboard {
    margin: 0;
    position: relative;
    height: 100%;
    display: flex;
  }
  /* left menu styling */
  .left {
    width: 10%;
    background-color: rgb(23, 24, 24);
    top: 0;
    left: 0;
    height: 100vh;
    position: fixed;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .logo {
    padding: 20px 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Teko;
    font-size: 14px;
    text-align: center;
  }
  .logo img {
    width: 53px;
    height: auto;
  }
  .menubar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  .menubar ul {
    padding: 0;
    list-style: none;
    text-decoration: none;
  }
  .menubar li {
    padding: 15px 10px;
    border-bottom: 1px solid #2c2b2b;
    text-decoration: none;
  }
  .menubar a {
    color: #fff;
    text-decoration: none;
  }
  .menubar ul li:hover {
    background-color: #fcbc03;
  }
  .menubar .fa-solid {
    color: #ffffff;
    margin-right: 5px;
    font-size: 18px;
  }
  .menubar span {
    display: none;
  }
  .copyright {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 10px;
    color: #fcbc03;
    font-size: 12px;
    background-color: #171818;
    width: 100%;
    text-align: center;
  }
  /* left menu styling end */

  /* right styling */
  .right {
    width: 90%;
    height: 100%;
    right: 0;
    border: 1px solid;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .right_top {
    background-color: #fcbc03;
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: inherit;
    z-index: 999;
  }
  .right_top a {
    color: #fff;
    padding: 0px 3px;
    position: relative;
    text-decoration: none;
  }
  .tab_right .fa-brands {
    color: #fff;
    font-size: 50px;
  }
  .tab_right .fa-solid {
    color: #fff;
    font-size: 50px;
  }
  .notify_bar a {
    padding: 0px 15px;
  }
  .notify {
    background-color: rgb(255, 0, 0);
    position: absolute;
    top: -5px;
    right: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner {
    padding: 0;
    background: url("../../images/dash.jpg");
    background-repeat: no-repeat;
    background-attachment: inherit;
    height: auto;
    background-size: cover;
    overflow: hidden;
    display: flex;
    padding: 20px 20px;
    align-items: end;
    justify-content: space-between;
    margin-top: 30px;
  }
  .banner_items {
    display: flex;
    flex-direction: column;
  }
  .banner_items p {
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
  }
  .banner_items h2 {
    color: #fff;
    font-family: Teko;
    letter-spacing: 1px;
    font-size: 40px;
    margin: 0;
    padding: 0;
  }
  .banner_items span {
    background-color: rgb(4, 156, 52);
    color: #fff;
    width: max-content;
    padding: 3px 15px;
    font-weight: bolder;
    border-radius: 25px;
    font-size: 12px;
  }
  .banner_items .btn-primary {
    width: max-content;
    padding: 10px 18px;
    border-radius: 50px;
    font-weight: bold;
    margin-top: 40px;
    background-color: #fcbc03;
    border: 0;
    font-size: 16px;
    font-weight: lighter;
  }
  .dash_holder {
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
  .dash_tab {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .tab {
    background-color: #fcbc03;
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    padding: 20px 30px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: #000 0px 20px 25px -20px;
  }
  .tab_left {
    display: flex;
    flex-direction: column;
    gap: 3px;
    color: #fff;
    font-weight: 450px;
    word-break: break-all;
  }
  .tab_left span {
    font-family: Teko;
    font-size: 30px;
  }
  .transaction_table {
    padding: 0;
    margin-top: 50px;
  }
  .table {
    padding: 0;
  }
  .table thead tr {
    background-color: #ce9a04;
    color: #fff;
  }
  .table tbody tr:nth-child(even) {
    background-color: #fcbc03;
    color: #fff;
  }
  .views_all {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }
  .views_all .btn-primary {
    border-radius: 50px;
    background-color: #fcbc03;
    border: 0;
    padding: 15px 30px;
    box-shadow: #000 0px 20px 25px -20px;
  }
  .form {
    padding: 0;
    margin-top: 20px;
  }
  .input_holder {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
  }
  .input_box {
    display: flex;
    gap: 5px;
    align-items: center;
    flex: 1;
    border: 1px solid #c3c2c2;
    padding: 3px 10px;
    position: relative;
  }
  .input_box input,
  .select {
    width: 100%;
    border: 0;
    padding: 6px 10px;
    background-color: inherit;
  }
  .input_box textarea {
    width: 100%;
    border: 0;
    padding: 6px 10px;
    background-color: inherit;
    height: 200px;
  }
  .form .btn-primary {
    background-color: #fcbc03;
    border-radius: 50px;
    padding: 13px 30px;
    font-weight: bold;
    border: 0;
  }
  /* Plans styling*/
  .plans {
    padding: 0px 50px;
    padding-bottom: 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 30px;
    justify-content: center;
    align-items: center;
  }
  .plan {
    background-color: rgb(194 145 3);
    background-image: radial-gradient(#b08303 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    border-radius: 15px;
    top: 0;
    position: relative;
    box-shadow: #000000 0px 20px 20px -15px;
    transition: all 0.5s ease;
    border: 2px solid #fff;
  }
  .plan:hover {
    box-shadow: #111110 0px 0px 40px 1px;
    top: -10px;
    transition: all 0.5s ease;
  }
  .plan h2 {
    font-size: 30px;
    color: #ffffff;
  }
  .planList {
    padding: 0;
    display: flex;
    width: 100%;
  }
  .planList ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
  }
  .planList li {
    text-align: center;
    padding: 15px 0px;
    font-size: 18px;
    color: #fff;
    font-weight: lighter;
    letter-spacing: 2px;
    border-bottom: 1px solid #ce9a04;
  }
  .planPrice {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .planPrice h2 {
    margin: 0;
    padding: 0;
  }
  .planPrice .btn {
    background-color: #fcbc03;
    text-transform: uppercase;
    padding: 15px 30px;
    left: 0;
    font-weight: 600;
    position: relative;
    border: 0;
    border-radius: 52px;
    transition: all 0.5s ease;
    box-shadow: #111110 0px 20px 25px -20px;
  }
  .planPrice .btn:hover {
    left: 0;
    transition: all 0.5s ease;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #fff;
    color: #fcbc03;
    border: 0px;
  }
  .planPrice input {
    border: 0;
    padding: 10px;
    background-color: #fff;
    border-radius: 50px;
  }
  /* Plans styling end */

  /* right styling end */
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    background-color: #fff;
    background-image: radial-gradient(#e6e6e6 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    margin: 0;
    padding: 0;
    height: 100%;
  }
  .dashboard {
    margin: 0;
    position: relative;
    height: 100%;
    display: flex;
  }
  /* left menu styling */
  .left {
    width: 15%;
    background-color: rgb(23, 24, 24);
    top: 0;
    left: 0;
    height: 100vh;
    position: fixed;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .logo {
    padding: 20px 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Teko;
    font-size: 20px;
    text-align: center;
  }
  .logo img {
    width: 100px;
    height: auto;
  }
  .menubar {
    display: block;
    height: 100%;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  .menubar ul {
    padding: 0;
    list-style: none;
    text-decoration: none;
  }
  .menubar li {
    padding: 20px 10px;
    border-bottom: 1px solid #2c2b2b;
    text-decoration: none;
  }
  .menubar a {
    color: #fff;
    text-decoration: none;
  }
  .menubar ul li:hover {
    background-color: #fcbc03;
  }
  .menubar .fa-solid {
    color: #ffffff;
    margin-right: 5px;
    font-size: 16px;
  }
  .menubar span {
    display: contents;
  }
  .copyright {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 10px;
    color: #fcbc03;
    font-size: 12px;
    background-color: #171818;
    width: 100%;
    text-align: center;
  }
  /* left menu styling end */

  /* right styling */
  .right {
    width: 85%;
    height: 100%;
    right: 0;
    border: 1px solid;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .right_top {
    background-color: #fcbc03;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: inherit;
    z-index: 999;
  }
  .right_top a {
    color: #fff;
    padding: 0px 3px;
    position: relative;
    text-decoration: none;
  }
  .tab_right .fa-brands {
    color: #fff;
    font-size: 50px;
  }
  .tab_right .fa-solid {
    color: #fff;
    font-size: 50px;
  }
  .notify_bar a {
    padding: 0px 15px;
  }
  .notify {
    background-color: rgb(255, 0, 0);
    position: absolute;
    top: -5px;
    right: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner {
    background: url("../../images/dash.jpg");
    background-repeat: no-repeat;
    background-attachment: inherit;
    height: auto;
    background-size: cover;
    overflow: hidden;
    display: flex;
    padding: 20px 50px;
    align-items: end;
    justify-content: space-between;
  }
  .banner_items {
    display: flex;
    flex-direction: column;
  }
  .banner_items p {
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
  }
  .banner_items h2 {
    color: #fff;
    font-family: Teko;
    letter-spacing: 1px;
    font-size: 40px;
    margin: 0;
    padding: 0;
  }
  .banner_items span {
    background-color: rgb(4, 156, 52);
    color: #fff;
    width: max-content;
    padding: 3px 15px;
    font-weight: bolder;
    border-radius: 25px;
    font-size: 12px;
  }
  .banner_items .btn-primary {
    width: max-content;
    padding: 10px 18px;
    border-radius: 50px;
    font-weight: bold;
    margin-top: 40px;
    background-color: #fcbc03;
    border: 0;
    font-size: 16px;
    font-weight: lighter;
  }
  .dash_holder {
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
  .dash_tab {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .tab {
    background-color: #fcbc03;
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    padding: 20px 30px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: #000 0px 20px 25px -20px;
  }
  .tab_left {
    display: flex;
    flex-direction: column;
    gap: 3px;
    color: #fff;
    font-weight: 450px;
    word-break: break-all;
  }
  .tab_left span {
    font-family: Teko;
    font-size: 30px;
  }
  .transaction_table {
    padding: 0;
    margin-top: 50px;
  }
  .table {
    padding: 0;
  }
  .table thead tr {
    background-color: #ce9a04;
    color: #fff;
  }
  .table tbody tr:nth-child(even) {
    background-color: #fcbc03;
    color: #fff;
  }
  .views_all {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }
  .views_all .btn-primary {
    border-radius: 50px;
    background-color: #fcbc03;
    border: 0;
    padding: 15px 30px;
    box-shadow: #000 0px 20px 25px -20px;
  }
  .form {
    padding: 0;
    margin-top: 20px;
  }
  .input_holder {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
  }
  .input_box {
    display: flex;
    gap: 5px;
    align-items: center;
    flex: 1;
    border: 1px solid #c3c2c2;
    padding: 3px 10px;
    position: relative;
  }
  .input_box input,
  .select {
    width: 100%;
    border: 0;
    padding: 6px 10px;
    background-color: inherit;
  }
  .input_box textarea {
    width: 100%;
    border: 0;
    padding: 6px 10px;
    background-color: inherit;
    height: 200px;
  }
  .form .btn-primary {
    background-color: #fcbc03;
    border-radius: 50px;
    padding: 13px 30px;
    font-weight: bold;
    border: 0;
  }
  /* Plans styling*/
  .plans {
    padding: 0px 50px;
    padding-bottom: 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 30px;
    justify-content: center;
    align-items: center;
  }
  .plan {
    background-color: rgb(194 145 3);
    background-image: radial-gradient(#b08303 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    border-radius: 15px;
    top: 0;
    position: relative;
    box-shadow: #000000 0px 20px 20px -15px;
    transition: all 0.5s ease;
    border: 2px solid #fff;
  }
  .plan:hover {
    box-shadow: #111110 0px 0px 40px 1px;
    top: -10px;
    transition: all 0.5s ease;
  }
  .plan h2 {
    font-size: 30px;
    color: #ffffff;
  }
  .planList {
    padding: 0;
    display: flex;
    width: 100%;
  }
  .planList ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
  }
  .planList li {
    text-align: center;
    padding: 15px 0px;
    font-size: 18px;
    color: #fff;
    font-weight: lighter;
    letter-spacing: 2px;
    border-bottom: 1px solid #ce9a04;
  }
  .planPrice {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .planPrice h2 {
    margin: 0;
    padding: 0;
  }
  .planPrice .btn {
    background-color: #fcbc03;
    text-transform: uppercase;
    padding: 15px 30px;
    left: 0;
    font-weight: 600;
    position: relative;
    border: 0;
    border-radius: 52px;
    transition: all 0.5s ease;
    box-shadow: #111110 0px 20px 25px -20px;
  }
  .planPrice .btn:hover {
    left: 0;
    transition: all 0.5s ease;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #fff;
    color: #fcbc03;
    border: 0px;
  }
  .planPrice input {
    border: 0;
    padding: 10px;
    background-color: #fff;
    border-radius: 50px;
  }
  /* Plans styling end */

  /* right styling end */
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    background-color: #fff;
    background-image: radial-gradient(#e6e6e6 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    margin: 0;
    padding: 0;
    height: 100%;
  }
  #check {
    display: none;
  }
  .menu_toggle {
    display: none;
  }
  .dashboard {
    margin: 0;
    position: relative;
    height: 100%;
    display: flex;
  }
  /* left menu styling */
  .left {
    width: 15%;
    background-color: rgb(23, 24, 24);
    top: 0;
    left: 0;
    height: 100vh;
    position: fixed;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .logo {
    padding: 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Teko;
    font-size: 30px;
  }
  .logo img {
    width: 100px;
    height: auto;
  }
  .menubar {
    display: block;
    height: 100%;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  .menubar ul {
    padding: 0;
    list-style: none;
    text-decoration: none;
  }
  .menubar li {
    padding: 20px 15px;
    border-bottom: 1px solid #2c2b2b;
    text-decoration: none;
  }
  .menubar a {
    color: #fff;
    text-decoration: none;
  }
  .menubar ul li:hover {
    background-color: #fcbc03;
  }
  .menubar .fa-solid {
    color: #ffffff;
    margin-right: 5px;
    font-size: 16px;
  }
  .menubar span {
    display: contents;
  }
  .copyright {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 10px;
    color: #fcbc03;
    font-size: 14px;
    background-color: #171818;
    width: 100%;
    text-align: center;
  }
  /* left menu styling end */

  /* right styling */
  .right {
    width: 85%;
    height: 100%;
    right: 0;
    border: 1px solid;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .right_top {
    background-color: #fcbc03;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: inherit;
    z-index: 999;
  }
  .right_top a {
    color: #fff;
    padding: 0px 3px;
    position: relative;
    text-decoration: none;
  }
  .tab_right .fa-brands {
    color: #fff;
    font-size: 50px;
  }
  .tab_right .fa-solid {
    color: #fff;
    font-size: 50px;
  }
  .notify_bar a {
    padding: 0px 15px;
  }
  .notify {
    background-color: rgb(255, 0, 0);
    position: absolute;
    top: -5px;
    right: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner {
    padding: 0;
    background: url("../../images/dash.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: auto;
    background-size: cover;
    overflow: hidden;
    display: flex;
    padding: 50px 50px;
    align-items: top;
    justify-content: space-between;
  }
  .banner_items {
    display: flex;
    flex-direction: column;
  }
  .banner_items p {
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
  }
  .banner_items h2 {
    color: #fff;
    font-family: Teko;
    letter-spacing: 1px;
    font-size: 40px;
    margin: 0;
    padding: 0;
  }
  .banner_items span {
    background-color: rgb(4, 156, 52);
    color: #fff;
    width: max-content;
    padding: 3px 15px;
    font-weight: bolder;
    border-radius: 25px;
    font-size: 12px;
  }
  .banner_items .btn-primary {
    width: max-content;
    padding: 10px 18px;
    border-radius: 50px;
    font-weight: bold;
    margin-top: 40px;
    background-color: #fcbc03;
    border: 0;
    font-size: 16px;
    font-weight: lighter;
  }
  .dash_holder {
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
  .dash_tab {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .tab {
    background-color: #fcbc03;
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    padding: 20px 30px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: #000 0px 20px 25px -20px;
  }
  .tab_left {
    display: flex;
    flex-direction: column;
    gap: 3px;
    color: #fff;
    font-weight: 450px;
    word-break: break-all;
  }
  .tab_left span {
    font-family: Teko;
    font-size: 30px;
  }
  .transaction_table {
    padding: 0;
    margin-top: 50px;
  }
  .table {
    padding: 0;
  }
  .table thead tr {
    background-color: #ce9a04;
    color: #fff;
    font-size: 14px;
  }
  .table thead tr td {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    font-size: 14px;
  }
  .table tbody tr:nth-child(even) {
    background-color: #fcbc03;
    color: #fff;
  }
  .views_all {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }
  .views_all .btn-primary {
    border-radius: 50px;
    background-color: #fcbc03;
    border: 0;
    padding: 15px 30px;
    box-shadow: #000 0px 20px 25px -20px;
  }
  .form {
    padding: 0;
    margin-top: 20px;
  }
  .input_holder {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
  }
  .input_box {
    display: flex;
    gap: 5px;
    align-items: center;
    flex: 1;
    border: 1px solid #c3c2c2;
    padding: 3px 10px;
    position: relative;
  }
  .input_box input,
  .select {
    width: 100%;
    border: 0;
    padding: 6px 10px;
    background-color: inherit;
  }
  .input_box textarea {
    width: 100%;
    border: 0;
    padding: 6px 10px;
    background-color: inherit;
    height: 200px;
  }
  .form .btn-primary {
    background-color: #fcbc03;
    border-radius: 50px;
    padding: 13px 30px;
    font-weight: bold;
    border: 0;
  }
  /* Plans styling*/
  .plans {
    padding: 0px 50px;
    padding-bottom: 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 30px;
    justify-content: center;
    align-items: center;
  }
  .plan {
    background-color: rgb(194 145 3);
    background-image: radial-gradient(#b08303 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    border-radius: 15px;
    top: 0;
    position: relative;
    box-shadow: #000000 0px 20px 20px -15px;
    transition: all 0.5s ease;
    border: 2px solid #fff;
  }
  .plan:hover {
    box-shadow: #111110 0px 0px 40px 1px;
    top: -10px;
    transition: all 0.5s ease;
  }
  .plan h2 {
    font-size: 30px;
    color: #ffffff;
  }
  .planList {
    padding: 0;
    display: flex;
    width: 100%;
  }
  .planList ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
  }
  .planList li {
    text-align: center;
    padding: 15px 0px;
    font-size: 18px;
    color: #fff;
    font-weight: lighter;
    letter-spacing: 2px;
    border-bottom: 1px solid #ce9a04;
  }
  .planPrice {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .planPrice h2 {
    margin: 0;
    padding: 0;
  }
  .planPrice .btn {
    background-color: #fcbc03;
    text-transform: uppercase;
    padding: 15px 30px;
    left: 0;
    font-weight: 600;
    position: relative;
    border: 0;
    border-radius: 52px;
    transition: all 0.5s ease;
    box-shadow: #111110 0px 20px 25px -20px;
  }
  .planPrice .btn:hover {
    left: 0;
    transition: all 0.5s ease;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #fff;
    color: #fcbc03;
    border: 0px;
  }
  .planPrice input {
    border: 0;
    padding: 10px;
    background-color: #fff;
    border-radius: 50px;
  }
  /* Plans styling end */

  /* right styling end */
}
