@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    font-family: 'Rubik', sans-serif;
}

.navbar-nav {
    align-items: center;
}

.bg-dark {
    background-color: #232A31 !important;
}

.loader-container {
    width: 100%;
    height: 100vh;
    background: gray;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loader {
    width: 50px;
    height: 50px;
    border: 5px solid;
    color: #3498db;
    border-radius: 50%;
    border-top-color: transparent;
    animation: loader 1.2s linear infinite;
}

@keyframes loader {
    25% {
        color: #2ecc71;
    }
    50% {
        color: #f1c40f;
    }
    75% {
        color: #e74c3c;
    }
    to {
        transform: rotate(360deg);
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px;
}

.signup-btn {
    margin: 0 10px;
}

.btn-sm {
    padding: 15px 20px;
    line-height: normal;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.green-box {
    background-color: #2DBE60;
    border-radius: 4px;
    border-color: #2DBE60;
    box-shadow: 0 0 5px rgba(1, 84, 30, 0.3);
    color: #fff;
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
    margin-right: 20px;
    text-align: center;
    width: 225px;
}

.grey-box {
    background-color: #F1F5F6;
    border-radius: 4px;
    border-color: #F1F5F6;
    box-shadow: 0 0 5px rgba(1, 84, 30, 0.3);
    color: #232A31;
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
    margin-right: 0;
    text-align: center;
}

.btn-primary {
    background-color: #2DBE60;
    border-radius: 4px;
    border-color: #2DBE60;
    box-shadow: 0 0 5px rgba(1, 84, 30, 0.3);
    color: #fff;
    text-transform: uppercase;
}

.btn-primary:hover {
    background-color: transparent;
    color: #2DBE60;
    border: 1px solid #2DBE60;
}

.navbar-brand {
    max-width: 230px;
}

.navbar {
    padding: 15px 16px;
    height: 80px;
}

.navbar-dark .navbar-nav .nav-link.sign-in {
    color: #2DBE60;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #2DBE60;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.btn-primary:focus,
.btn-primary.focus {
    background-color: #2DBE60;
    border: 1px solid #2DBE60;
    box-shadow: none;
    color: #fff;
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #67727C;
}


/* Banner */

.banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-btn-grp {
    display: flex;
    width: 48%;
    justify-content: right;
}

.main-banner {
    background: url(../img/banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: calc(100vh - 150px);
    display: flex;
    align-items: center;
    margin-top: 79px;
    margin-bottom: 0;
}

.main-banner .display-4 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    width: 52%;
    margin-bottom: 0;
}

.btn-lg {
    padding: 20px 30px;
    line-height: normal;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle,
.btn-secondary:focus,
.btn-secondary.focus {
    background-color: #F1F5F6;
    border-radius: 4px;
    border-color: #F1F5F6;
    box-shadow: 0 0 5px rgba(1, 84, 30, 0.3);
    color: #232A31;
}

.btn-secondary:hover {
    background-color: transparent;
    color: #F1F5F6;
    border: 1px solid #F1F5F6;
}

.banner-btn-grp .btn-primary {
    margin-right: 20px;
}

.banner-btn-grp .btn {
    height: 62px;
}

.main {
    padding: 50px 0;
}

h2 {
    font-size: 35px;
    color: #1E1D1C;
    font-weight: 500;
    margin: 0;
}

ul.ex-rate {
    padding: 0;
    margin-top: 35px;
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

ul.ex-rate li {
    list-style: none;
    border-bottom: 1px solid #CCD2D8;
    padding-bottom: 25px;
    padding-top: 25px;
    font-size: 20px;
    color: #4C4D4D;
    font-weight: 500;
}

ul.ex-rate li:last-child {
    border-bottom: 0;
}

ul.ex-rate li span {
    margin: 0 10px;
    vertical-align: text-bottom;
}

footer {
    background-color: #F1F5F6;
    padding: 50px 0;
}

footer ul {
    margin: 0 0 15px 0;
    padding: 0;
}

footer ul li {
    list-style: none;
    display: inline-block;
    padding: 0 20px;
}

footer ul li a {
    color: #4C4D4D;
    font-size: 16px;
    line-height: normal;
}

footer ul li a:hover {
    text-decoration: none;
    color: #1E1D1C;
}

footer p {
    margin-bottom: 0;
    color: #67727C;
    font-size: 14px;
    line-height: normal;
}

.chat-area {
    position: fixed;
    right: 25px;
    bottom: 25px;
}

.btn-info {
    background-color: transparent;
    border: none;
    padding: 0;
}

.btn-info img {
    outline: none;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle,
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    background-color: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
}


/* Sign in page */

.sign-in-area {
    height: calc(100vh - 156px);
    background: #c4e3c4;
    display: flex;
    align-items: center;
}

.signin-box {
    width: 40%;
    margin: auto;
    background-color: #fff;
    padding: 25px;
    box-shadow: 0 0 15px #aaa;
    border-radius: 5px;
}

.signin-title {
    font-size: 35px;
    font-weight: 500;
    color: #1E1D1C;
    margin-bottom: 25px;
}

.signin-box .form-group {
    position: relative;
}

.show-hide {
    position: absolute;
    right: 8px;
    top: 42px;
}

.show-hide a {
    color: #4C4D4D;
    font-size: 14px;
    text-decoration: none;
}

.signin-box label {
    color: #67727C;
    font-size: 14px;
}

.signin-box .form-control {
    height: 46px;
    border-radius: 4px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #2DBE60;
}

.password-input {
    padding-right: 60px;
}

input[type=checkbox]+label {
    display: inline-block;
    margin: 0;
    cursor: pointer;
    padding: 0;
}

input[type=checkbox] {
    display: none;
}

input[type=checkbox]+label:before {
    content: "\2714";
    border: 1px solid #4C4D4D;
    border-radius: 2px;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-left: 4px;
    padding-bottom: 0.3em;
    margin-right: 5px;
    vertical-align: text-bottom;
    color: transparent;
    transition: .2s;
}

input[type=checkbox]+label:active:before {
    transform: scale(0);
}

input[type=checkbox]:checked+label:before {
    background-color: MediumSeaGreen;
    border-color: MediumSeaGreen;
    color: #fff;
}

input[type=checkbox]:disabled+label:before {
    transform: scale(1);
    border-color: #aaa;
}

input[type=checkbox]:checked:disabled+label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}

.signin-box .form-check {
    padding-left: 0;
    margin-bottom: 0;
}

.rem-forgot {
    margin: 10px 0 20px 0;
}

.rem-forgot a {
    color: #4C4D4D;
    font-size: 14px;
}

.sign-box-link,
.rem-forgot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.signup-link {
    font-size: 15px;
    text-decoration: none;
}

a.signup-link:hover {
    color: #4C4D4D;
}


/* Sign up page */

.sign-up-area {
    min-height: calc(100vh - 156px);
    padding: 120px 0 50px 0;
    background: #c4e3c4;
    display: flex;
    align-items: center;
}

.signup-box {
    width: 90%;
    margin: auto;
    background-color: #fff;
    padding: 25px;
    box-shadow: 0 0 15px #aaa;
    border-radius: 5px;
}

.signup-title {
    font-size: 35px;
    font-weight: 500;
    color: #1E1D1C;
    margin-bottom: 25px;
}

.signup-box .form-group {
    position: relative;
}

.show-hide {
    position: absolute;
    right: 8px;
    top: 42px;
}

.show-hide a {
    color: #4C4D4D;
    font-size: 14px;
    text-decoration: none;
}

.signup-box label {
    color: #67727C;
    font-size: 14px;
}

.signup-box .form-control {
    height: 46px;
    border-radius: 4px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #2DBE60;
}

.password-input {
    padding-right: 60px;
}

.signup-box .form-control {
    margin-bottom: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.gender-label {
    display: block;
}

.star {
    color: red !important;
    display: inline;
    float: none;
}

.signup-box-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.signup-box-link .signin-link {
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
}

a.signin-link:hover {
    color: #4C4D4D;
}

.signup-box .custom-file-input,
.custom-file,
.custom-file-label {
    height: 46px;
}

.signup-box .custom-file-label::after {
    content: "Upload";
    height: 44px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.sign-up-area h6 {
    font-size: 16px;
    color: #67727C;
    width: 80%;
    font-weight: 400;
    margin: 0 auto 20px auto;
    line-height: 24px;
}

.verification-code {
    display: flex;
    justify-content: space-around;
    width: 30%;
    margin: auto;
}

.verification-code .form-control {
    width: 50px;
    text-align: center;
}

.verification-box-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.verification-box-link .btn {
    margin-bottom: 20px;
}


/* Step1 - Estimate */

.send-money-wrapper {
    padding-top: 120px;
    position: relative;
    min-height: calc(100vh - 156px);
}

.steps-holder {
    width: 100%;
}

.steps-holder ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    position: relative;
}

.steps-holder ul li {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex-basis: 25%;
}

.steps-holder ul::before {
    content: "";
    width: 72%;
    height: 5px;
    background-color: #aaa;
    position: absolute;
    top: 26%;
}

.step {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    border: 4px solid #aaa;
    line-height: normal;
    font-size: 15px;
    font-weight: 500;
    color: #232A31;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.step.active {
    border: 4px solid #2DBE60;
}

.step.success::after {
    width: 20px;
    height: 20px;
    content: "";
    background-image: url(../img/tick.png);
    position: absolute;
    right: -7px;
    top: -5px;
    border-radius: 50%;
}

.send-money-main label {
    color: #67727C;
    font-size: 14px;
}

.send-money-main .form-control {
    margin-bottom: 20px;
}

.send-money-main .form-control {
    height: 46px;
    border-radius: 4px;
}

.send-money-main {
    margin-top: 40px;
}

.currency-name {
    color: #4C4D4D;
    font-size: 12px;
    position: absolute;
    right: 30px;
    top: 45px;
}

.pr-txtbox {
    padding-right: 40px;
}

.max-amount {
    display: block;
    font-size: 14px;
    color: #232A31;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    text-align: center;
    padding: 0;
    border-radius: 5px;
    margin-bottom: 15px;
    text-align: left;
}

.max-amount span {
    font-weight: 500;
}

.currency-rate {
    color: #232A31;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

hr {
    border-top: 1px solid #aaa;
}

.gen-title {
    font-weight: 500;
    color: #1E1D1C;
    margin-bottom: 25px;
}

.custome-box-btn-grp {
    display: flex;
    justify-content: flex-start;
}

.custom-box-btn {
    cursor: pointer;
    font-size: 16px;
    background-color: #fff;
    padding: 15px;
    border: 2px solid #67727C;
    border-radius: 5px;
    color: #232A31;
    text-align: center;
    position: relative;
    transition: all ease-in-out 0.15s;
    font-weight: 500;
    flex-basis: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 34px;
}

.custom-box-btn:last-child {
    margin-right: 0;
}

.custom-box-btn:hover {
    background-color: #fff;
    border: 2px solid #2DBE60;
    color: #232A31;
}

.custom-box-btn.selected {
    background-color: #fff;
    border: 2px solid #2DBE60;
    color: #232A31;
}

.custom-box-btn.selected::after {
    background-image: url(../img/tick.png);
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    right: -11px;
    width: 20px;
    height: 20px;
}

.custom-box-btn h6 {
    margin: 5px 0;
    font-size: 13px;
    font-weight: 400;
}

.custom-box-btn p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
}

.summary-wrapper {
    background-color: #fff;
    padding: 15px;
    margin-top: 48px;
    border: 1px dashed #4C4D4D;
    box-shadow: 0 0 5px #ddd;
    transition: all ease-in-out 0.15s;
}

.sticky {
    position: sticky;
    top: 90px;
}

h5 {
    font-size: 20px;
    color: #1E1D1C;
    font-weight: 500;
    margin-bottom: 20px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.left-title {
    font-size: 14px;
}

.right-title {
    font-size: 15px;
    font-weight: 500;
}


/* Step2 */

.rec-list-header {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    align-items: center;
}

.rec-list-header .gen-title {
    margin-bottom: 0;
}

ol.reciver-list {
    margin: 0 0 25px 0;
    padding: 0;
    list-style: none;
    counter-reset: item;
}

ol.reciver-list li {
    padding: 15px 30px 15px 0;
    border-bottom: 1px solid #aaa;
    counter-increment: item;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}

ol.reciver-list li:before {
    margin-right: 10px;
    content: counter(item);
    background: #bfb;
    border-radius: 50%;
    color: #1E1D1C;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    line-height: 29px;
    font-size: 12px;
    vertical-align: middle;
}

ol.reciver-list li:after {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #aaa;
    border-radius: 50%;
}

ol.reciver-list li.selected:after {
    background-image: url(../img/tick.png);
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
    width: 20px;
    height: 20px;
}

ul.reciver-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.reciver-details li {
    list-style: none;
    padding: 5px 0;
    font-size: 15px;
    color: #4C4D4D;
}

ul.reciver-details li span {
    font-weight: 500;
}

.rec-tag {
    font-size: 14px;
    font-weight: 500;
    color: #232A31;
    padding-bottom: 9px;
    padding-top: 9px;
    padding-left: 5px;
    padding-right: 5px;
    border-top: 2px solid #232A31;
    border-bottom: 2px solid #232A31;
}

.modal-dialog {
    max-width: 850px;
}

.reciver-details li .form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reciver-details li .form-group .form-control {
    width: 100%;
}

.reciver-details li .form-group label {
    width: 65%;
    margin-right: 5px;
    margin-bottom: 0;
}


/* Step 3 */

.green-txt {
    color: #2DBE60;
}


/* Step 4 */

.red {
    color: #ff2700;
}


/* Become an agent */

.become-agent {
    padding-top: 120px;
    padding-bottom: 100px;
}

.highlited-title {
    color: #ff2700;
}

.become-agent ul {
    padding: 0 0 0 15px;
}

.agent-form-info-box {
    border: 1px solid #67727C;
    padding: 25px;
}

.agent-form-info-box .form-control {
    margin-bottom: 20px;
}

.agent-form-info-box .form-control {
    height: 46px;
    border-radius: 4px;
}

.agent-form-info-box .form-check {
    padding-left: 0;
    margin-bottom: 0;
}

.agent-form-info-box .form-group {
    position: relative;
}

.agent-form-info-box input[type="checkbox"]+label::before {
    width: 23px;
    height: 23px;
}

.agent-form-info-box .small {
    display: block;
}


/* Profile */

.profile-area {
    min-height: calc(100vh - 156px);
    padding: 120px 0 50px 0;
    background: #c4e3c4;
    display: flex;
    align-items: center;
}

.profile-box {
    width: 90%;
    margin: auto;
    background-color: #fff;
    padding: 25px;
    box-shadow: 0 0 15px #aaa;
    border-radius: 5px;
}

.title-with-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-link {
    padding: 0;
}

.profile-title {
    font-size: 35px;
    font-weight: 500;
    color: #1E1D1C;
    margin-bottom: 0;
}

.id-card {
    border: 1px solid #67727C;
    padding: 10px;
    max-width: 120px;
}


/* my receivers */

.rec-area {
    min-height: calc(100vh - 156px);
    padding: 120px 0 50px 0;
    background: #c4e3c4;
    display: flex;
    align-items: center;
}

.rec-box {
    width: 100%;
    margin: auto;
    background-color: #fff;
    padding: 25px;
    box-shadow: 0 0 15px #aaa;
    border-radius: 5px;
}

.receivers-list .table {
    color: #232A31;
    font-weight: 400;
}

.receivers-list .table thead th {
    font-size: 14px;
    font-weight: 500;
    color: #4C4D4D;
}

.receivers-list .table td {
    font-size: 14px;
    color: #232A31;
}


/* Track a Transfer */

.track-box {
    width: 100%;
    margin: auto;
    background-color: #fff;
    padding: 25px;
    box-shadow: 0 0 15px #aaa;
    border-radius: 5px;
}

.track-box .form-control {
    margin-bottom: 20px;
}

.track-box .form-control {
    height: 46px;
    border-radius: 4px;
}

.track-box .btn {
    margin-top: 32px;
}

.track-box-status {
    padding: 15px;
    border: 2px dashed #232A31;
    background-color: #fff;
    position: relative;
    border-radius: 5px;
}

.track-done {
    border: 2px dashed #2DBE60;
    background-color: #bfb;
}

.track-done::after {
    top: calc(50% - 10px);
    content: '';
    background-image: url(../img/tick.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 14px;
}


/* Contact */

.contact-box {
    width: 90%;
    margin: auto;
    background-color: #fff;
    padding: 25px;
    box-shadow: 0 0 15px #aaa;
    border-radius: 5px;
}

.contact-title {
    font-size: 35px;
    font-weight: 500;
    color: #1E1D1C;
    margin-bottom: 25px;
}

.contact-box .form-group {
    position: relative;
}

.contact-box label {
    color: #67727C;
    font-size: 14px;
}

.contact-box .form-control {
    height: 46px;
    border-radius: 4px;
}

.contact-box .form-control {
    margin-bottom: 20px;
}

.contact-box textarea.form-control {
    height: auto;
}

.to {
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 42px;
    font-size: 15px;
}


/* New CSS 25-July-2020 */

.hide-data {
    display: none;
}

.profile-content h6 {
    color: #2DBE60;
}