body {
    background: rgba(14, 17, 22, 1);
}

:root {
    --main--color: #33a4ac;
}

::-webkit-scrollbar {
    width: 8px;
}
.dropdown-toggle::after {
    display: none;
}
/* Track */
::-webkit-scrollbar-track {
    background: grey;
}

/* Position the dropdown menu directly below the input field */
.input-group.position-relative {
    position: relative;
}

.dropdown-menu.search-div {
    position: absolute; /* Position it absolutely relative to the input group */
    top: 100%; /* Place it directly below the input field */
    left: 0; /* Align with the left of the input field */
    width: 100%; /* Ensure the dropdown has the same width as the input field */
    max-height: 300px; /* Limit the height to prevent overflow */
    overflow-y: auto; /* Enable scrolling for overflow */
    display: none; /* Hide by default and show via JavaScript */
    z-index: 1000; /* Ensure it appears above other elements */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add a subtle shadow for better visibility */
}

/* Style for individual search items */
.search-item {
    cursor: pointer;
}

/* Style for when there are no results found */
.search-item.no-results {
    text-align: center;
    color: #999;
}

.fa-magnifying-glass {
    color: var(--main--color) !important;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
}

.card-container {
    position: relative;
    display: inline-block;
}

.card-image {
    width: 100%;
    height: auto;
}

p {
    margin-bottom: 0 !important;
}

.card-number-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
}


.dropdown-toggle:empty::after
{
    display: none;
}
.dropdown-item:hover {
    background-color: rgb(17, 156, 199) !important;
    border-radius: 10px;
}

.fa-ellipsis-v:before, .fa-ellipsis-vertical:before{
    color: white !important;
}
/* 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;
    height: 40px;
}

textarea {
    background-color: #1e1e1e !important;
    border-color: #1e1e1e !important;
    color: white !important;
    border-color: #ffffff12 !important;
    border-radius: 12px !important;
}

.delete_button{
    color:#871414;background:none !important;border:none !important
}

select {
    background-color: #1e1e1e !important;
    border-color: #1e1e1e !important;
    color: white !important;
    border-color: #ffffff12 !important;
    border-radius: 12px !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: auto;
    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: #33a4ac !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: #33a4ac;
    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);
}

.card_item_x{
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
}

.card_item_x:hover{
    background: #25282f;
    transition: all 0.3s ease-in-out;
}

body {
    <!--background: linear-gradient(-->
    <!--    194.47deg,-->
    <!--    rgba(56, 58, 57, 0.7) -34.99%,-->
    <!--    #0e1116 34.91%-->
    <!--);-->
    padding-bottom: 1.5rem;
}

h1 {
    color: white;
}
.btn1 {
    width: 25vw;
    border-radius: 12px;
    background-color: #33a4ac;
    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;
    height: 40px;
    margin-bottom: 20px;
}
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: #33a4ac;
}
.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: 6vw;
    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;
}
select{
    margin-bottom: 20px;
}
textarea{
    margin-bottom: 20px;
}
.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);
}


.add-icon{
    width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; cursor: pointer;
}
/* 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;
}

.hidden{
    display: none !important;
}
.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;
}

#country_id {
    width: 100% !important; /* Make the select element take up the full width */
}

.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);
}
input{
    height: 40px;
}
.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;
}


.card-container {
  perspective: 1000px;
}

.credit-card {
    margin-left: 15px;
  width: 360px;
  height: 240px;
  background: linear-gradient(135deg, #fefefe, #d1d8e0);
  border-radius: 15px;
  position: relative;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.credit-card .card-front, .credit-card .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  padding: 20px;
  border-radius: 15px;
}

.card-front {
  background: linear-gradient(135deg, #f0f0f0, #c9d1d9);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1);
}

.card-logo {
  align-self: flex-end;
  margin-bottom: 20px;
}

.card-logo img {
  width: 70px;
  float: right;
}

.card-chip img {
  width: 50px;
  margin-bottom: 10px;
  float: left;
}

.card-number {
  font-size: 1.6rem;
  letter-spacing: 2px;
  color: #333;
  font-weight: bold;
  text-align: center;
}

.card-holder,
.expiry-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.9rem;
}

.card-holder {
  align-items: flex-start;
}

.expiry-date {
  align-items: flex-end;
}

/* Adjust the position of the text (Cardholder and Expiry Date) */
.card-details {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.card-back {
  background-color: #dfe9f3;
  transform: rotateY(180deg);
}

.magnetic-strip {
  background-color: #000;
  height: 40px;
  width: 100%;
  margin-top: 20px;
}

.signature {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.signature span {
  background-color: #fff;
  padding: 5px;
  margin-right: 10px;
  font-size: 0.9rem;
}

.cvv {
  padding: 5px;
  border-radius: 5px;
  color: #333;
}


.card-img-container {
    min-height: 100vh;
    width: 100%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-img {
    /* width: 500px; */
    height: 300px;
    color: #fff;
    cursor: pointer;
    perspective: 1000px;
}

.card-img-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 1s;
    transform-style: preserve-3d;
}

.card-img-front, .card-img-back {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, #0045c7, #ff2c7d);
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 30px;
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
    backface-visibility: hidden;
}

.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.map-img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: -1;
}

.card-img-no {
    font-size: 35px;
    margin-top: 45px;
}

.card-img-holder {
    font-size: 12px;
    margin-top: 25px;
}

.name {
    font-size: 22px;
    margin-top: 20px;
}

.bar {
    background: #222;
    margin-left: -30px;
    margin-right: -30px;
    height: 60px;
    margin-top: 10px;
}

.card-img-cvv {
    margin-top: 20px;
}

.card-img-cvv div {
    flex: 1;
}

.card-img-cvv img {
    width: 100%;
    display: block;
    line-height: 0;
}

.card-img-cvv p {
    background: #fff;
    color: #000;
    font-size: 22px;
    padding: 10px 20px;
}

.card-img-text {
    margin-top: 30px;
    font-size: 14px;
}

.signature {
    margin-top: 30px;
}

.card-img-back {
    transform: rotateY(180deg);
}

.card-img:hover .card-img-inner {
    transform: rotateY(-180deg);
}

@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);
    }
  }
