.sms {
    background: #e5e5e5;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 0.8em;
    color: black;
    font-family: 'Alef';
    border: 1px solid #c3c3c3;
}

.sms-link {
    color: #0d6eb9;
    text-decoration: underline;
}

#summary td {
    padding: .25rem;
    font-weight: bold;
}

.text-red {
    color: #F02950;
}

.text-purple {
    color: #6e08a2;
}

.text-pink {
    color: #e226a1;
}

.card-text-bless {
    border: none;
    -webkit-box-shadow: 0px 2px 2px rgb(0 0 0 / 4%), 0px 0px 2px rgb(0 0 0 / 3%) !important;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 4%), 0px 0px 2px rgb(0 0 0 / 3%) !important;
}

.header-color {
    font-weight: bold;
    color: #6e08a2;
    margin-bottom: 4px;
}

.media-border {
    border-radius: 10px;
    border: 3px solid #fdaed5;
    background: #fdaed5;
}

.text-count {
    font-size: 0.8em;
    float: left;
}

input[type=checkbox] {
    cursor: pointer;
}

input,
select,
textarea {
    background-color: white !important;
}

a.bless {
    color: #e226a1;
    font-size: 0.8em;
}

a.bless:hover {
    color: #0069d9;
}

.inspiration-area {
    background: #ffefff;
    padding: 5px 10px;
    border-radius: 10px;
    font-family: 'Rubik';
    font-size: 0.9em;
    font-style: italic;
    border: 2px solid #fdaed5;
}

.mega-card-good {
    font-size: 0.8em;
    font-weight: bold;
    text-shadow: -1px -1px 0px rgb(255 255 255), 1px 1px 0px rgb(0 0 0 / 60%);
    opacity: 0.7;
    color: black;
}

.mega-card-val {
    font-size: 1.2em;
    font-weight: bold;
    text-shadow: -1px -1px 0px rgb(255 255 255), 1px 1px 0px rgb(0 0 0 / 60%);
    opacity: 0.7;
    color: black;
}

.mega-card-val-num {
    font-size: 1.2em;
}

.mega-card-valid {
    font-size: 0.8em;
    font-weight: bold;
    text-shadow: -1px -1px 0px rgb(255 255 255), 1px 1px 0px rgb(0 0 0 / 60%);
    opacity: 0.7;
    color: black;
}

.mega-card-num {
    font-size: 1.2em;
    font-weight: bold;
    text-shadow: -1px -1px 0px rgb(255 255 255), 1px 1px 0px rgb(0 0 0 / 60%);
    opacity: 0.7;
    color: black;
}

@import url('https://fonts.googleapis.com/css?family=Roboto');
body {
    font-family: 'Roboto', sans-serif;
}

* {
    margin: 0;
    padding: 0;
}

i {
    margin-right: 10px;
}


/*------------------------*/

input:focus,
button:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
}


/*----------step-wizard------------*/

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}


/*---------signup-step-------------*/

.bg-color {
    background-color: #333;
}

.signup-step-container {
    padding: 50px 0px;
    padding-bottom: 60px;
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard>div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}

span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    background: #e225a1;
    color: #fff;
    border-color: #e225a1;
}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

.wizard .nav-tabs>li.active>a i {
    color: #e225a1;
}

.wizard .nav-tabs>li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs>li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

.wizard .nav-tabs>li a i {
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.wizard .nav-tabs>li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}

.wizard h3 {
    margin-top: 0;
}

.prev-step,
.next-step {
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    /* margin-top: 30px; */
}

.btn-next-step {
    color: #fff;
    background-color: #e225a1;
    border-color: #ac1c7a;
}

.btn-next-step:hover {
    color: #fff;
    background-color: #99166c;
}

.skip-btn {
    background-color: #cec12d;
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.term-check {
    font-size: 14px;
    font-weight: 400;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}

.footer-link {
    margin-top: 30px;
}

.all-info-container {}

.list-content {
    margin-bottom: 10px;
}

.list-content a {
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}

.list-content a[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.list-content a i {
    text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}

.list-box {
    padding: 10px;
}

.signup-logo-header .logo_area {
    width: 200px;
}

.signup-logo-header .nav>li {
    padding: 0;
}

.signup-logo-header .header-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-inline li {
    display: inline-block;
}

.pull-right {
    float: left;
}


/*-----------custom-checkbox-----------*/


/*----------Custom-Checkbox---------*/

input[type="checkbox"] {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after {
    position: absolute;
    content: "";
    display: inline-block;
}

input[type="checkbox"]::before {
    height: 16px;
    width: 16px;
    border: 1px solid #999;
    left: 0px;
    top: 0px;
    background-color: #fff;
    border-radius: 2px;
}

input[type="checkbox"]::after {
    height: 5px;
    width: 9px;
    left: 4px;
    top: 4px;
}

input[type="checkbox"]:checked::after {
    content: "";
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}

input[type="checkbox"]:checked::before {
    background-color: #18ba60;
    border-color: #18ba60;
}

@media (max-width: 767px) {
    .sign-content h3 {
        font-size: 40px;
    }
    .wizard .nav-tabs>li a i {
        display: none;
    }
    .signup-logo-header .navbar-toggle {
        margin: 0;
        margin-top: 8px;
    }
    .signup-logo-header .logo_area {
        margin-top: 0;
    }
    .signup-logo-header .header-flex {
        display: block;
    }
}


/* ---------------------------------*/

body {
    background-color: #fff;
}

body .textcontainer {
    padding: 5px;
    text-align: center;
}

body .particletext {
    text-align: center;
    font-size: 28px;
    position: relative;
    color: #e370c1;
    font-weight: bold;
    font-family: 'Rubik';
}

body .particletext.bubbles>.particle {
    opacity: 0;
    position: absolute;
    background-color: rgba(33, 150, 243, 0.5);
    animation: bubbles 3s ease-in infinite;
    border-radius: 100%;
}

body .particletext.hearts>.particle {
    opacity: 0;
    position: absolute;
    background-color: #cc2a5d;
    animation: hearts 3s ease-in infinite;
}

body .particletext.hearts>.particle:before,
body .particletext.hearts>.particle:after {
    position: absolute;
    content: '';
    border-radius: 100px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #cc2a5d;
}

body .particletext.hearts>.particle:before {
    transform: translateX(-50%);
}

body .particletext.hearts>.particle:after {
    transform: translateY(-50%);
}

body .particletext.lines>.particle {
    position: absolute;
    background-color: rgba(244, 67, 54, 0.5);
    animation: lines 3s linear infinite;
}

body .particletext.confetti>.particle {
    opacity: 0;
    position: absolute;
    animation: confetti 3s ease-in infinite;
}

body .particletext.confetti>.particle.c1 {
    background-color: rgba(76, 175, 80, 0.5);
}

body .particletext.confetti>.particle.c2 {
    background-color: rgba(156, 39, 176, 0.5);
}

body .particletext.fire>.particle {
    position: absolute;
    background-color: rgba(255, 193, 7, 0.5);
    border-radius: 40px;
    border-top-right-radius: 0px;
    animation: fires 0.8s linear infinite;
    transform: rotate(-45deg);
    opacity: 0;
}

body .particletext.fire>.particle:before {
    position: absolute;
    content: '';
    top: 60%;
    left: 40%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    border-radius: 40px;
    border-top-right-radius: 0px;
    background-color: rgba(251, 140, 0, 0.5);
}

body .particletext.sunbeams>.particle {
    position: absolute;
    background-color: rgba(253, 216, 53, 0.5);
    animation: sunbeams 3s linear infinite;
}

@keyframes bubbles {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
        transform: translate(0, -20%);
    }
    100% {
        opacity: 0;
        transform: translate(0, -1000%);
    }
}

@keyframes hearts {
    0% {
        opacity: 0;
        transform: translate(0, 0%) rotate(45deg);
    }
    20% {
        opacity: 0.8;
        transform: translate(0, -20%) rotate(45deg);
    }
    100% {
        opacity: 0;
        transform: translate(0, -1000%) rotate(45deg);
    }
}

@keyframes lines {
    0%,
    50%,
    100% {
        transform: translateY(0%);
    }
    25% {
        transform: translateY(100%);
    }
    75% {
        transform: translateY(-100%);
    }
}

@keyframes confetti {
    0% {
        opacity: 0;
        transform: translateY(0%) rotate(0deg);
    }
    10% {
        opacity: 1;
    }
    35% {
        transform: translateY(-800%) rotate(270deg);
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(2000%) rotate(1440deg);
    }
}

@keyframes fires {
    0% {
        transform: rotate(-70deg) translateY(0%);
    }
    25% {
        transform: rotate(-20deg) translateY(-5%);
        opacity: 1;
    }
    50% {
        transform: rotate(-70deg) translateY(-10%);
    }
    75% {
        transform: rotate(-20deg) translateY(-20%);
    }
    100% {
        transform: rotate(-70deg) translateY(-40%);
        opacity: 1;
    }
}

@keyframes sunbeams {
    0% {
        transform: translateY(40%) rotate(0deg);
    }
    50% {
        transform: translateY(-40%) rotate(180deg);
    }
    100% {
        transform: translateY(40%) rotate(360deg);
    }
    0%,
    14%,
    17%,
    43%,
    53%,
    71%,
    80%,
    94%,
    100% {
        opacity: 0;
    }
    6%,
    15%,
    24%,
    28%,
    48%,
    55%,
    78%,
    82%,
    99% {
        opacity: 1;
    }
}


/* ------------------------------------------------------ */

.funkyradio div {
    clear: both;
    overflow: hidden;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty~label,
.funkyradio input[type="checkbox"]:empty~label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio input[type="radio"]:empty~label:before,
.funkyradio input[type="checkbox"]:empty~label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label,
.funkyradio input[type="checkbox"]:hover:not(:checked)~label {
    color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked)~label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked~label,
.funkyradio input[type="checkbox"]:checked~label {
    color: #777;
}

.funkyradio input[type="radio"]:checked~label:before,
.funkyradio input[type="checkbox"]:checked~label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:focus~label:before,
.funkyradio input[type="checkbox"]:focus~label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked~label:before,
.funkyradio-default input[type="checkbox"]:checked~label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked~label:before,
.funkyradio-primary input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked~label:before,
.funkyradio-success input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked~label:before,
.funkyradio-danger input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked~label:before,
.funkyradio-warning input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked~label:before,
.funkyradio-info input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #5bc0de;
}


/* -------------------------------- */

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.btn-group>.btn-group:last-child>.btn,
.btn-group>.btn:last-child:not(.dropdown-toggle) {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.box:after {
    background: linear-gradient(to right, #c46bf0 25%, #f07adc 25%, #f07adc 50%, #aee0fa 50%, #aee0fa 75%, #8aa0fa 75%);
    position: absolute;
    content: '';
    height: 4px;
    right: 0;
    left: 0;
    top: 0;
}

.mega-card {
    object-fit: cover;
    width: 100%;
    height: 250px;
	max-width: 400px;
    margin: 0 auto;
    background: white;
    border-radius: 24px;
    border: 2px solid lightgray;
    /* box-shadow: 10px 10px 10px red; */
    -webkit-box-shadow: 0px 5px 9px 1px rgb(169 169 169 / 60%);
    box-shadow: 0px 5px 9px 1px rgb(169 169 169 / 60%);
}

.bg-trans {
    background: transparent;
    box-shadow: none !important;
    border: none !important;
}

.text-tab-header {
    padding: 0 0 10px 0;
    background: #fffffe;
    color: #e226a1;
    font-family: 'Rubik';
    text-align: right !important;
}

.btn-gift:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #e225a1;
    border-color: #ac1c7a;
}

.btn {
	border-radius: 4px;
}

.btn-gift {
    color: #100345;
    background-color: #dfe0fb;
    border-color: #7e1359;
}

.btn-gift:hover {
    color: #080221;
    text-decoration: none;
}

.text-gift {
    color: #e226a1;
}

.error-borders {
    border: 2px solid red !important;
}

.text-bless {
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.6);
}

.bg-megacard {
    background-size: cover;
}

.gift-header {
	font-weight: bold;
    color: #da9f0a;
}

.c-1 {
	color:#c46cf1;;
}

.c-2 {
	color:#f07adc;
}

.c-3 {
	color:#8aa0fa;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #ffd5d5 !important;
}


.balance-repay {
	padding: 5px;
    border: 1px solid #3847a5;
    background: #dbedff;
	margin: 5px 0;
	}

.balance-charge {
	padding: 5px;
    border: 1px solid #38a54f;
    background: #e2ffdb;
	margin: 5px 0;
	}
	
	.text-repay {
		color: #3847a5;
	}
	
	.text-charge {
		color:#38a54f;
	}

	.btn-balance-link {
		color: #303438;
		text-decoration:none;
	}
	
	.btn-balance-link:hover {
		color: #303438;
		text-decoration:none;
	}
	
	.input-success {
		background-color: #cef1ce !important;
	}
	
	.input-error {
		background-color: #fbe3e3 !important;
	}
	
	
		