#cashcard .main-color-red {
  color: #e31c79;
}

#cashcard  {
  color: #202020;
}

#cashcard .main-color-black {
  color: #202020;
}

#cashcard .main-color-grey {
  color: #626262;
}

#cashcard .main-color-blue {
  color: #003f67;
}

#cashcard .main-bg-color-blue {
  background-color: #003f67;
}

#cashcard .main-bg-color-red {
  color: #e31c79;
}

#cashcard .termAndConditions-bg {
  background-image: url("/static/images/TermAndConditions/bg/termAndConditions-bg-1.svg");
  z-index: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top;
  background-size: cover;
  height: 55rem;
}

#cashcard .btn-red {
  background-color: #e31c79;
  border-radius: 25px;
  color: #fff;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  width: 150px;
  height: 56px;
  padding: 0px;
}

#cashcard .height-100 {
  height: 100vh;
}

#cashcard .card {
  width: 100%;
  border: none;
  /* height: 600px; */
  padding: 40px;
  /* box-shadow: 0px 5px 20px 0px #d2dae3; */
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 4px 14px 30px rgba(9, 30, 66, 0.1);
  border-radius: 30px;
}

#cashcard .card-termAndConditions .card-body {
  padding: 55px;
}

#cashcard .card-termAndConditions {
  top: -160px;
}

#cashcard .card-termAndConditions h1 {
  font-weight: 500;
  font-size: 64px;
  line-height: 68px;
  text-align: center;
  color: #003f67;
}

#cashcard .card-termAndConditions h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #202020;
}

#cashcard .card-termAndConditions h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  color: #626262;
  /* padding: 10px; */
}

#cashcard .content-table p {
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  /* text-indent: 10px; */
  color: #202020;
  padding: 5px;
  margin-bottom: 0px;
}

#cashcard .content-table .sub {
  text-indent: 10px;
}

#cashcard .term-content .sub {
  text-indent: 10px;
}

#cashcard .termAndConditions-content {
  top: 200px;
}

#cashcard .termAndConditions-content .term-content {
  width: 100%;
  height: 40vh;
  padding: 30px;
}

#cashcard .termAndConditions-content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #202020;
  text-align: start;
}

#cashcard .card h6 {
  color: red;
  font-size: 20px;
}

#cashcard .inputs input {
  width: 40px;
  height: 40px;
}

#cashcard input[type="number"]::-webkit-inner-spin-button,
#cashcard input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/* #cashcard .breadcrumb {
  padding-top: 30px !important;
} */

#cashcard .card-2 .content {
  margin-top: 50px;
}

#cashcard .card-2 .content a {
  color: red;
}

#cashcard .form-control:focus {
  box-shadow: none;
  border: 2px solid red;
}

#cashcard .validate {
  border-radius: 20px;
  height: 40px;
  background-color: red;
  border: 1px solid red;
  width: 140px;
}

#cashcard .verifyOTP-section2 {
  height: auto;
  width: 100%;
}

#cashcard .accordion-body {
  height: 400px;
}

#cashcard .accordion-collapse.collapse.show {
  height: 40vh;
}

@media (max-width: 767px) {
    #cashcard .accordion-item {
        /* border: none; */
        border-radius: 20px;
        margin-top: 20px;
    }
}

@media (min-width: 767px) {
    #cashcard .accordion-item {
        /* border: none; */
        border-radius: 20px;
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    #cashcard .accordion-button {
        background: #d7f5ff;
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        border: none;
        transition: none;
        transform: none;
        /*border-radius: 20px 20px 0px 0px !important;*/
        color: #003f67;
        padding-left: 0px;
    }
}

@media (min-width: 767px) {
    #cashcard .accordion-button {
        background: #d7f5ff;
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        border: none;
        transition: none;
        transform: none;
        /*border-radius: 20px 20px 0px 0px !important;*/
        color: #003f67;
        padding-left: 0px;
    }
}

    .accordion-item:first-of-type .accordion-button {
        border-top-left-radius: 0 !important;
    }

    .accordion-item:last-of-type .accordion-button.collapsed {
        border-bottom-left-radius: 0 !important;
    }

    #cashcard .accordion-button-grey {
        background: #fafafa !important;
    }

    #cashcard .inputacceptTerm {
        background: #d7f5ff;
        border: none;
        transition: none;
        transform: none;
        color: #003f67;
        align-items: center !important;
        text-align: center;
        padding-right: 0px;
    }

    #cashcard .inputacceptTerm-grey {
        background: #fafafa !important;
    }
    /*#cashcard .inputacceptTerm .form-check-input {
   margin-right: 0px;
   margin-top: .70em;
}*/

    #cashcard .col-lg-1 {
        width: 5.33333333% !important;
    }

    #cashcard .col-lg-11 {
        width: 94.66666667% !important;
    }

    #cashcard .btnacceptTerm {
        padding-left: 0;
        padding-right: 0;
    }

    #cashcard .term-content-height {
        height: 60vh !important;
    }

    #cashcard .btn-termAndConditions {
        margin: 30px;
    }

    #cashcard .btn-termAndConditions-disagree {
        width: 150px;
        height: 56px;
        font-weight: 500;
        font-size: 32px;
        line-height: 36px;
        text-align: center;
        color: #a2aaad;
        background-color: #fff;
        /* margin: 10px; */
    }

    #cashcard .btn-termAndConditions-agree {
        width: 150px;
        height: 56px;
        font-weight: 500;
        font-size: 32px;
        line-height: 36px;
        text-align: center;
        color: #ffffff;
        /* margin: 10px; */
    }

        #cashcard .btn-termAndConditions-agree:disabled {
            background-color: #a2aaad;
            width: 150px;
            height: 56px;
        }

    #cashcard .btn-no-more-info {
        /* width: 216px; */
        min-height: 56px;
        font-size: 24px;
        background-color: #00b4f1;
        color: #fff;
    }

    #cashcard .btn-more-info {
        /* width: 216px; */
        min-height: 56px;
        font-size: 24px;
        background-color: #00b4f1;
        color: #fff;
    }

    #cashcard .abstract-technology {
        margin-top: -30vw !important;
        z-index: -1;
    }

    #cashcard .verifyOTP-bg-2-1 {
        top: 482px;
        left: 0px;
    }

    #cashcard .verifyOTP-bg-2-2 {
        top: 82px;
        right: 30px;
    }

    #cashcard .verifyOTP-bg-2-3 {
        top: 82px;
        left: 106px;
    }

    #cashcard .verifyOTP-bg-2-4 {
        top: 782px;
        right: 30px;
    }

    /* ========================> Loading */
    .loader {
        border: 5px solid #f3f3f3;
        border-top: 5px solid #3498db;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        animation: spin 2s linear infinite;
        -webkit-animation: spin 2s linear infinite;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @media (max-width: 575px) {
        #cashcard .term-content-height {
            height: 50vh !important;
        }

        #cashcard .termAndConditions-bg {
            background-image: url("/static/images/TermAndConditions/bg/termAndConditions-bg-1-mobile.png");
            z-index: 0;
            background-repeat: no-repeat;
            background-attachment: scroll;
            background-position: top;
            background-size: cover;
            height: 55rem;
        }

        #cashcard .card-termAndConditions h1 {
            font-weight: 700;
            font-size: 34px;
            line-height: 36px;
            text-align: center;
            color: #003f67;
        }

        #cashcard .card-termAndConditions h4 {
            font-weight: 500;
            font-size: 24px;
            line-height: 28px;
            text-align: center;
            color: #202020;
        }

        #cashcard .card-termAndConditions h5 {
            font-weight: 400;
            font-size: 20px;
            line-height: 22px;
            text-align: center;
            color: #626262;
        }

        #cashcard .card-termAndConditions {
            top: -160px;
        }

            #cashcard .card-termAndConditions .card-body {
                padding: 40px 10px;
            }

        #cashcard .btn-red {
            width: 150px;
            height: 56px;
        }

        #cashcard .btn-termAndConditions-disagree {
            font-weight: 500;
            font-size: 24px;
            line-height: 28px;
        }

        #cashcard .btn-termAndConditions-agree {
            font-weight: 500;
            font-size: 24px;
            line-height: 28px;
        }

        /* yellow */
        #cashcard .verifyOTP-bg-2-1 {
            top: 0px;
            left: 20px;
        }

        /* pink */
        #cashcard .verifyOTP-bg-2-2 {
            top: 30px;
            right: -100px;
        }

        /* plus small */
        #cashcard .verifyOTP-bg-2-3 {
            top: 82px;
            left: 106px;
        }

        /* plus large */
        #cashcard .verifyOTP-bg-2-4 {
            top: 0px;
            right: 20px;
        }

        #cashcard .abstract-technology {
            margin-top: 25vw !important;
            z-index: -1;
        }
    }

    /* Small devices (phones, 400px and up) */
    @media (min-width: 576px) and (max-width: 767px) {
        #cashcard .card-termAndConditions .card-body {
            padding: 20px;
        }

        #cashcard .card-termAndConditions h1 {
            font-weight: 700;
            font-size: 34px;
            line-height: 36px;
            text-align: center;
            color: #003f67;
        }

        #cashcard .card-termAndConditions h4 {
            font-weight: 500;
            font-size: 24px;
            line-height: 28px;
            text-align: center;
            color: #202020;
        }

        #cashcard .card-termAndConditions h5 {
            font-weight: 400;
            font-size: 20px;
            line-height: 22px;
            text-align: center;
            color: #626262;
        }

        /*#cashcard .accordion-button {
            background: #d7f5ff;
            font-weight: 500;
            font-size: 20px;
            line-height: 32px;
            border: none;
            transition: none;
            transform: none;*/
            /*border-radius: 20px 20px 0px 0px !important;*/
            /*color: #003f67;
        }*/

        #cashcard .termAndConditions-content .term-content {
            width: 100%;
            height: 70vh;
            padding: 15px;
        }

        #cashcard .abstract-technology {
            margin-top: 160vw !important;
            z-index: -1;
        }
    }

    @media (max-width: 427px) {
        #cashcard .col-lg-1 {
            width: 23.33333333% !important;
        }

        #cashcard .col-lg-11 {
            width: 75.66666667% !important;
        }
    }

    @media(min-width: 350px) and (max-width: 768px) {
        main.header-top {
            height: 2100px;
        }
    }


    @media(min-width: 768px) and (max-width: 992px) {
        #cashcard .inputacceptTerm .form-check-input {
            vertical-align: -webkit-baseline-middle;
            margin-top: 0rem;
        }

        main.header-top {
            height: 2000px;
        }
    }

    @media(max-width: 993px) {
        #cashcard .inputacceptTerm .check-all {
            margin-bottom: -.60em;
        }
    }

    @media(min-width: 993px) {
        #cashcard .inputacceptTerm .form-check-input {
            margin-right: 0px;
            margin-top: .70em;
        }
    }

    @media (min-width: 349px) and (max-width: 767px) {
    #cashcard .inputacceptTerm .form-check-input {
        vertical-align: -webkit-baseline-middle;
        margin-top: 0rem;
        margin-left: .4rem;
    }
}

    @media (max-width: 991px) {
        #cashcard .accordion-button {
            padding-left: 5px;
            padding-top: 0.6rem;
            padding-bottom: 0.6rem;
        }
    }

    @media (min-width: 427px) and (max-width: 991px) {
        #cashcard .col-lg-1 {
            width: 13.33333333% !important;
        }

        #cashcard .col-lg-11 {
            width: 85.66666667% !important;
        }
    }

    /* Medium devices (tablets, 768px and up) */
    @media (min-width: 768px) and (max-width: 991px) {
        #cashcard .abstract-technology {
            margin-top: 100vw !important;
            z-index: -1;
        }
    }

    /* Large devices (desktops, 992px and up) */
    @media (min-width: 992px) and (max-width: 1199px) {
        #cashcard .abstract-technology {
            margin-top: 30vw !important;
            z-index: -1;
        }
        /* #cashcard .breadcrumb {
    padding-top: 50px !important;
  } */
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
        #cashcard .abstract-technology {
            margin-top: 35vw !important;
            z-index: -1;
        }
    }

    @media (min-width: 1400px) {
        #cashcard .abstract-technology {
            margin-top: 30vw !important;
            z-index: -1;
        }
    }

    @media (min-width: 1400px) {
        #cashcard .abstract-technology {
            margin-top: 23vw !important;
            z-index: -1;
        }
    }

    @media (min-width: 1900px) {
        #cashcard .abstract-technology {
            margin-top: 15vw !important;
            z-index: -1;
        }
    }

    @media (min-width: 350px) and (max-width: 992px) {
        #cashcard .accordion-button:not(.collapsed)::after {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233b71ca'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E") !important;
            transform: rotate(-180deg) !important;
        }

        #cashcard .accordion-button.collapsed::after {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233b71ca'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E") !important;
        }
    }

#cashcard .form-check-input[type=checkbox]:indeterminate {
    border-color: #00b4f1
}

#cashcard .form-check-input[type=checkbox]:indeterminate {
    background-color: #00b4f1;
    border-color: #00b4f1;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E")
}
