body {
    background: rgba(14, 17, 22, 1);
}

:root {
    --main--color: #008cbb;
}

::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--main--color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    opacity: 0.8;
}

.test {
    background: rgba(255, 255, 255, 0.03);
}
form input {
    background-color: #1e1e1e !important;
    border-color: #1e1e1e !important;
    color: white !important;
    border-color: #ffffff12 !important;
    border-radius: 10px !important;
}
form input::placeholder {
    color: white !important;
}
.input-group {
    position: relative;
}
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }

  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input:checked + .slider {
    background-color: #2196F3;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }

.custom-container {
    width: 90%;
    margin: auto;
}

.input-group .fa-magnifying-glass {
    color: var(--main--color) !important;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
}
.fa-bell {
    color: #aaa !important;
    font-size: 22px;
    cursor: pointer;
}

.main-image-grad {
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: relative;
    height: 100vh;
}

.input-group {
    display: flex;
    align-items: center;
}

.search-input,
.search-icon {
    height: 100%;
}

@media (max-width: 768px) {

    .search-form,
    .test {
        display: none !important;
    }
}
.navbar {
    background-color: rgba(255, 255, 255, 0.03);
}
.logo {
    position: relative;
    bottom: 60px;
    width: 250px;
}
.auth_logo {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 250px;
}

.navbar-nav .nav-item a {
    color: grey;
}

.value-dropdown {
    color: white;
    background: rgba(255, 255, 255, 0.02);
    margin-top: 1rem !important;
}
.dropdown-menu {
    background: linear-gradient(
        194.47deg,
        rgba(56, 58, 57, 0.7) -34.99%,
        #0e1116 34.91%
    );

    border-radius: 20px;
    max-height: 70vh;
}
@media (max-width: 997px) {
    .action .menu {
        left: 50%;
        transform: translate(-130%, 70%);
    }
}

@media (max-width: 576px) {
    .action .menu {
        /* right: 12%; */
        /* bottom: 60%; */
        transform: translate(-60%, 60%);
    }
}

.notification-div-sm {
    background: linear-gradient(
        194.47deg,
        rgba(56, 58, 57, 0.7) -34.99%,
        #0e1116 34.91%
    );
    color: white;
}

.add-new-value {
    background: linear-gradient(
        194.47deg,
        rgba(56, 58, 57, 0.7) -34.99%,
        #0e1116 34.91%
    );
    color: white;

    border-radius: 20px;

    margin-top: 1rem !important;
}
/* .add-new-value-item {
    position: relative;
    border-radius: 20px;
} */


.notification-div {
    background: linear-gradient(
        194.47deg,
        rgba(56, 58, 57, 0.7) -34.99%,
        #0e1116 34.91%
    );
    color: white;
    width: 50vw;
    border-radius: 20px;
    max-height: 70vh;
    overflow-y: scroll;
    margin-top: 1rem !important;
}

.notification-item {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 20px;
}

.notification-item a {
    color: white;
}

.notification-text {
    color: grey;
}

.sub-menu-link p {
    position: relative;
    padding: 10px;
    bottom: 10px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.sub-menu-link span {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    position: absolute;
    left: 134px;
}

.action {
    top: 20px;
    right: 300px;
    z-index: 999;
}

.action .profile {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.action .profile .user-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.action .menu {
    position: absolute;
    top: 120px;
    padding: 10px 20px;
    background: linear-gradient(
        194.47deg,
        rgba(56, 58, 57, 0.7) -34.99%,
        #0e1116 34.91%
    );
    width: 250px;
    border-radius: 15px;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
}

.action .menu.active {
    top: 80px;
    visibility: visible;
    opacity: 1;
}

.action .menu h3 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 20px 0;
    font-weight: 500;
    color: #555;
    line-height: 1.5em;
}

.action .menu h3 span {
    font-size: 14px;
    color: #cecece;
    font-weight: 300;
}

.action .menu ul li {
    list-style: none;
    padding: 5px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
}
.action .menu ul li p {
    color: red;
    margin: 10px;
    color: rgba(52, 52, 52, 1);
}

.action .menu ul li img {
    max-width: 20px;
    margin-right: 10px;
    transition: 0.5s;
    position: absolute;
    left: 10px;
}

.action .menu ul li:hover img {
    opacity: 1;
}

.action .menu ul li a {
    display: inline-block;

    color: white;
    font-weight: 500;
    transition: 0.5s;
    margin-left: -20px;
    position: relative;
    top: 0;
    left: 10px;
}
.action .menu ul li a::before {
    content: "";
    width: 210px;
    height: 1px;
    background-color: rgba(52, 52, 52, 1);
    position: absolute;
    bottom: -10px;
}

.action .menu ul li:hover a {
    color: gray;
}
.user-image {
    cursor: pointer;
}
/* end user sup-menu  */

.sub-menu {
    background: linear-gradient(
        194.47deg,
        rgba(56, 58, 57, 0.7) -34.99%,
        #0e1116 34.91%
    );
    padding: 20px;
    margin: 10px;
}
@media (max-width: 992px) {
    .sub-menu-wrap {
        width: 60%;
        right: 8%;
    }

    .sub-menu-link span {
        left: 100px;
    }
}

@media (max-width: 768px) {
    .sub-menu-wrap {
        width: 80%;
        right: 5%;
    }

    .sub-menu-link span {
        left: 80px;
    }

    .sub-menu-link p {
        font-size: 14px;
    }

    .sub-menu-link span {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .sub-menu-wrap {
        width: 90%;
        right: 5%;
    }

    .sub-menu-link {
        flex-direction: column;
        align-items: flex-start;
    }

    .sub-menu-link span {
        left: 10px;
        position: static;
    }

    .sub-menu-link p {
        font-size: 14px;
    }

    .sub-menu-link span {
        font-size: 12px;
    }
}

.nav-item.active a {
    color: var(--main--color);
}

.nav-item.active .nav-icon-1 {
    color: var(--main--color);
}

.navbar .nav-item.active {
    background-color: #ffffff08;
    border-radius: 10px;
}

.navbar .nav-item:hover {
    background-color: #ffffff08;
    border-radius: 10px;
}

.navbar .nav-item:hover .nav-icon-1 {
    color: var(--main--color);
}
.navbar .nav-item {
    height: 6vh;
}
.navbar ul li a:hover {
    color: var(--main--color) !important;
}
button {
    border-radius: 20px !important;
    background-color: #116f8d !important;
    border: none !important;
}

.nav-icon-1 {
    color: grey;
    font-size: 20px;
}

.nav-icon-2 {
    display: flex;
    align-items: center;
    margin: 5px;
}

.navbar ul li:hover {
    transition: 0.3s ease-in-out;
}
.fa-bell:hover {
    transition: 0.3s ease-in-out;
    color: var(--main--color) !important;
}
.card {
    background-color: rgba(255, 255, 255, 0.03);

    color: white;
    border-radius: 12px;
    flex-direction: row !important;
    padding: 2rem;
}

.main h5 {
    position: relative;
    top: 60px;
    left: 0px;
}
.text {
    position: relative;
    top: 30px;
    left: 0px;
}

.div-container {
    margin-top: -30px;
    margin-left: 55px;
}
a {
    text-decoration: none;
    color: #008cbb;
}

.bank-image img {
    border-radius: 12px;
    position: relative;
    color: #fff;
    filter: brightness(50%);
    transition: all 0.4s;
}
.bank-image img:hover {
    filter: brightness(100%);
}
.overlay::before {
    z-index: 10;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    background: linear-gradient(
        rgba(17, 111, 141, 0),
        rgba(17, 111, 141, 0.75)
    );
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.tesxt a img {
    z-index: 22;
}
.bank-image h1 {
    position: relative;
    bottom: 150px;
    left: 12px;
    color: white;
    font-family: "Lexend", sans-serif;
    font-size: 23.09px;
    font-weight: 600;
    line-height: 28.86px;
}
.tesxt {
    position: relative;
    bottom: 140px;
    left: 12px;
}
/* Start Banks Section */
.add-bank-item-icon {
    color: white;
    background-color: #116f8d;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
}
hr {
    opacity: 1;
    height: 5px;
    background: linear-gradient(to right, #00d7ff 50%, transparent 50%);
}
.Visa-img {
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: relative;
    background-position: center;
}

.layout {
    background: linear-gradient(103.68deg, #0da6c2 9.19%, #0e39c6 112.14%);
    position: absolute;
    width: 90%;
    height: 100%;
    border-radius: 10px;
    left: 5%;
    top: -10%;
    z-index: -1;
    opacity: 0.2;
}

.layout1 {
    background: linear-gradient(121.67deg, #61de70 -22.05%, #0da6c2 77.18%);
    position: absolute;
    width: 90%;
    height: 100%;
    border-radius: 10px;
    left: 5%;
    top: -10%;
    z-index: -1;
    opacity: 0.2;
}
@media (min-width: 997px) {
    .layout {
        height: 50%;
        top: 15%;
 
    }
}
.auth_link {
    color: grey;
    cursor: pointer;
    padding: 15px 0;
    position: relative;
}
.auth_link.active {
    color: white;
    border-bottom: var(--main--color) 4px solid;
}
.auth_link:hover {
    color: white;
    border-bottom: var(--main--color) 4px solid;
}
.auth_link.active::after,
.auth_link:hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 4px;
    background-color: rgba(0, 215, 255, 1);
    box-shadow: 0 0 10px rgba(0, 215, 255, 1), 0 0 20px rgba(0, 215, 255, 1),
        0 0 30px rgba(0, 215, 255, 1);
}

body {
    background: linear-gradient(
        194.47deg,
        rgba(56, 58, 57, 0.7) -34.99%,
        #0e1116 34.91%
    );
}

h1 {
    color: white;
}
.btn1 {
    width: 25vw;
    border-radius: 12px;
    background-color: #116f8d;
    border: none;
    color: white;
    transition: all 0.4s;
}
.btn1:hover {
    background-color: #115166;
}
form input {
    background-color: #1e1e1e !important;
    border-color: #1e1e1e !important;
    color: white !important;
    border-color: #ffffff12 !important;
    border-radius: 12px !important;
}
form input::placeholder {
    color: #5e5e5e !important;
}
form label {
    color: #aeaeae;
}
.image {
    width: 100%;
}
a {
    text-decoration: none;
    color: white;
    transition: all 0.4s;
}
a:hover {
    color: #116f8d;
}
.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -27px;
    position: relative;
    z-index: 2;
    color: #aeaeae;
    right: 10px;
    transition: all 0.4s;
    cursor: pointer;
    opacity: 0.2;
}
.field-icon:hover {
    opacity: 1;
    color: white;
}
hr {
    opacity: 1;
    height: 5px;
    background: linear-gradient(to right, #00d7ff 50%, transparent 50%);
}
.otp input {
    border-radius: 50px !important;
    text-align: center;
    font-size: 30px;
    width: 10vw;
    height: 10vh;
    background-color: #ffffff0a !important;
}

.forgot_link {
    width: fit-content;
}

@media (max-width: 675px) {
    .main-image-grad {
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 10px;
        position: relative;
        height: 40vh;
    }

    .logo-container {
        height: 70px;
    }

    .auth_logo {
        width: 180px;
    }
}
.modal-header {
    border-radius: 20px;
    border-bottom: 1px solid;
    background: linear-gradient(
        194.47deg,
        rgba(56, 58, 57, 0.7) -34.99%,
        #0e1116 34.91%
    );
}

.modal-header h1 {
    text-align: center;
}
.modal-content {
    background: linear-gradient(
        194.47deg,
        rgba(56, 58, 57, 0.7) -34.99%,
        #0e1116 34.91%
    );
    border-radius: 12px;
}

.modal-header .left-icon {
    position: absolute;
    left: 15px;
    font-size: 1.5rem;
    cursor: pointer;
    color: white;
}
.modal-title {
    color: white;
}
.modal-body {
    background: linear-gradient(
        194.47deg,
        rgba(56, 58, 57, 0.7) -34.99%,
        #0e1116 34.91%
    );
}
.form-select {
    background-color: #1e1e1e !important;
    border-color: #1e1e1e !important;
    color: white !important;
    border-color: #ffffff12 !important;
    border-radius: 10px !important;
}
.textarea {
    background-color: #1e1e1e !important;
    border-color: #1e1e1e !important;
    color: white !important;
    border-color: #ffffff12 !important;
    border-radius: 10px !important;
}

.input-group-text {
    background-color: #1e1e1e !important;
    color: white !important;
}
.input-group .visa-icon {
    position: absolute;
    z-index: 1;
    top: 12px;
    left: 10px;
}
.form-select {
    padding-left: 40px;
}
.input-group-span::after {
    content: "";
    position: absolute;
    left: 48px;
    top: 57px;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
    height: 20px;
}

.form-input::placeholder {
    color: white !important;
}
.btn-outline-info {
    border-radius: 20px;
    border: 1px solid rgba(0, 140, 187, 1);
}
.btn-outline-info:hover {
    background: var(--main--color);
}
/* End Bank Section  */
.modal-body1 p {
    font-family: Lexend;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    width: -305px;
    width: 29px;
}

/* start icon drop down */
.Icon-dropdown {
    background-color: white;
    border: none;
    width: 300px;
}
.dropdown-menu li {
    position: relative;
    padding-bottom: 0.5rem;
}

.dropdown-menu li::after {
    content: "";
    display: block;
    margin: -0.5rem 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dropdown-menu li:last-child::after {
    display: none;
}
/* end icon drop down */
.toggle1 {
    position: absolute;
    top: 55%;
    right: -80px;
}

.field-icon1 {
    cursor: pointer;
    font-size: 0.9em;
    color: rgba(255, 255, 255, 1);
}
.field-icon1{
    float: right;

    position: relative;
    z-index: 2;
    color: #aeaeae;
    right: 0px;
    transition: all 0.4s;
    cursor: pointer;
    opacity: 0.2;
}
.fa-globe {
    color: white;
    position: absolute;
    top: 45px;
    left: 10px;
}
.input-container {
    position: relative;
}

.input-container .icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
}

.input-container .form-control {
    padding-left: 30px;
}
/* start settings */
.profile-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
}
.text-container {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    width: 100%;
    text-align: center;
}
.nova::after {
    content: "";
    display: block;
    margin: -0.5rem 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.buttons .active {
    background-color: #007bff;
    color: white;
}

.buttons .inactive {
    background-color: rgba(
        187,
        187,
        187,
        1
    ) !important;
}
.layout10 {
    background: rgba(255, 255, 255, 0.03);
}
.accent {
    accent-color: var(--main--color);
    height: 2px;
    transition: all 0.2s;
}
.accent:hover {
    box-shadow: 0 0 5px rgba(0, 215, 255, 1), 0 0 10px rgba(0, 215, 255, 1),
        0 0 15px rgba(0, 215, 255, 1);
}
.otp-modal input {
    border-radius: 50px !important;
    text-align: center;
    font-size: 30px;
    height: 6vh;
    margin: 4px;
    background-color: #ffffff0a !important;
}

.blue-screen {
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    background-size: contain;
    width: 350px;
}
.layout3 {
    z-index: -3;
    position: absolute;
    top: 5%;
    left: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}
.layout4 {
    z-index: -3;
    position: absolute;
    top: -4%;
    left: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 768px) {
    .blue-screen {
        width: 100%;
    }

    .layout3,
    .layout4 {
        width: 39%;
        top: 51%;
        transform: translateY(-47%);
        left: 38%;
        right: 0;
        max-height: 11%;
    }
}

@media (max-width: 576px) {
    .blue-screen {
        width: 100%;
    }
    .layout3,
    .layout4 {
        width: 50%;
        top: 54%;
        left: 45%;
        right: 0;
    }

}
.reload-icon {
    cursor: pointer;
}

.reload-icon:hover {
    animation: rotate 2s linear;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* end settings */
.dw-trash-icon{
    position: absolute ;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.download-icon:hover {
    animation: download-animation 0.5s ease-in-out;
  }

  @keyframes download-animation {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(-5px);
    }
  }

  .trash-icon:hover {
    animation: trash-animation 0.5s ease-in-out;
  }

  @keyframes trash-animation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(10deg);
    }
  }
