body {
    font-family: 'Nunito', sans-serif !important;
    color: #282828;
    background: #f5f7f8;
    font-size: 14px;
}

.amount-coin {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .amount-coin img {
        width: 30px;
    }

.buycards {
    background-color: white;
    box-shadow: 0px 0px 7px #0000002b;
    margin-bottom: 10px;
}

.amount-coin .coin-item {
    margin: 10px;
    font-size: 20px;
    font-weight: 600;
}

.num-thanks {
    display: flex;
    align-items: center;
    justify-content: end;
}

    .num-thanks input {
        width: 100px;
        text-align: right;
    }

.thankscard {
    padding: 10px;
}

.num-thanks label {
    margin-right: 10px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 17px;
}

.thankscard span {
    color: #666666;
    display: block;
    text-align: right;
    font-size: 15px;
    margin-top: 5px;
}

.num-thanks input:disabled, .num-thanks input[readonly] {
    background-color: #ffffff;
}

.Bekind-input {
    position: relative;
}

.dol-sign {
    position: absolute;
    right: 83px;
    font-weight: 600;
}

.num-thanks.Bekind-input label {
    font-size: 18px;
}

.num-thanks .checkicon img {
    width: 27px;
    margin-right: 6px;
}

.total-buy-amount {
    text-align: right;
}

    .total-buy-amount p {
        font-size: 17px;
        margin-bottom: 9px;
    }

    .total-buy-amount .total-am {
        font-weight: 600;
    }

.paybtn {
    text-align: center;
}

    /*.paybtn .btn {
        background-color: #f6cc5e;
        font-weight: 500;
        padding: 10px 60px;
    }*/

.donate-form .form-control {
    border-radius: 0;
    border: 0px;
    border-bottom: 1px solid #d9d9d9;
    padding-left: 0px;
}

    .donate-form .form-control:focus {
        outline: 0px;
        box-shadow: none;
    }

.donate-form label {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 15px;
}

.rem-message {
    font-size: 13px;
    color: #979797;
}

.btn-select-dont {
    background-color: #929397;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 13px;
}

    .btn-select-dont:hover {
        color: #ffffff;
    }

.box {
    width: 600px;
    position: absolute;
    margin-left: 500px;
}

.box-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .box-inner img {
        width: 70%
    }

.modal-header {
    border-bottom: none;
}
.paybtn {
    width: 170px;
    text-align: center;
    margin: 0 auto;
}
#frmLogin h3{font-size:18px; font-weight:600; margin-bottom:15px; padding:0; text-align:center;}
/*Pop up*/
.animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
    border-radius: 25px 25px 0 0;
    margin: 0;
}
.height-scape {
    padding: 0.5rem 1.3rem 0rem !important;
    display: block;
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

.modal {
    position: fixed;
    top: initial !important;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: auto;
    bottom: 0;
    overflow: hidden;
    outline: 0;
}




.modal-dialog {
    margin: 0;
}

.modal-body h2 {
    font-size: 17px;
    text-align: left;
}

.modal-dialog {
    max-width: 100%
}

.modal-body.label_custm label {
    font-size: 16px;
    color: #000;
}
.modal-body.label_custm span.colr-spn {
    color: #ccc;
    font-size: 13px;
}
.modal-header.head-styl {
    background-color: #dee2e6;
    display: block;
    text-align: center;
    font-style: italic;
}




div.logoutPage {
    height: 100vh;
    background: linear-gradient( 45deg, #0a303e, #00adef);
}
    div.logoutPage .forgetWrapper {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 30%;
    }
    div.logoutPage input#EmailAddress.emailUser {
        height: 60px;
        font-size: 1.7rem;
    }

div.logoutPage span.input-group-addon {
    background: #fff;
}

div.logoutPage span.input-group-addon i {
    font-size: 2.5rem;
    color: #01a1de;
}
    div.logoutPage input.btn.forgetBtn {
        border-radius: 0 !important;
        background: #0080b1;
        text-transform: uppercase;
    }

div.logoutPage input.btn.forgetBtn:hover {
    background: #08475f;
}
    div.logoutPage .goBack a {
        font-size: 1.8rem;
        text-transform: uppercase;
    }
.reSetPassword {
    padding: 2rem;
    background: #fff;
    border-radius: 5px;
}
    .reSetPassword form#login-form h3 {
        font-size: 2rem;
        font-weight: bold;
    }
    .reSetPassword form#login-form input.form-control {
        height: 40px;
        border: 1px solid #b8b8b8;
    }
    .reSetPassword form#login-form input[type=submit]:hover {
        background: #08475f;
    }

    .reSetPassword form#login-form input[type=submit] {
        background: #0080b1;
        border-radius: 0 !important;
        color: #fff;
        text-transform: uppercase;
    }
    .reSetPassword form#login-form label.text-info {
        color: #222;
    }
.forgetText {
    font-weight: bold;
}
.loginMainWrapper .logo {
    text-align: center;
    margin: 2rem 0;
}
div.logoutPage .forgetWrapper .panel.panel-default {
    box-shadow: 0 0 20px #000;
}
.loginMainWrapper {
    position: fixed;
    background: #fff;
    width: 30%;
    padding: 2rem;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -70%);
    z-index: 2;
    border-radius: 10px;
}
.loginBackground {
    background: url('../images/login-left-img.jpg');
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
}
    .loginBackground:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        left: 0;
        background: #000000;
        opacity: 0.5;
        z-index: 1;
    }
.login-right-section{
    position: relative;
    width: 43%;
    padding: 50px 80px;
}
.login-form-section{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 80px;
    right: 80px;
}
.login-heading{
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.login-sml-heading{
    font-size: 13px;
    color: #878888;
    font-weight: normal;
}
.login-form-control{
    margin-top: 30px;
}
.login-form-control .input-group-text{
    background: #fff;
    padding-left: 15px;
}
.login-form-control .form-control{
    background: #fff;
    height: 50px;
    border-left: 0px;
    padding-left: 0px;
}
.login-form-control .form-control:focus{
    box-shadow: none;
    border: 1px solid #ced4da;
    border-left: 0px;
}
.login-form-control .input-group {
    height: 50px;
}
.login-btn{
    height: 50px;
    line-height: 50px;
    background: #00adee;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    -webkit-box-shadow: 1px 1px 10px -2px rgba(0,0,0,0.75); 
    box-shadow: 1px 1px 10px -2px rgba(0,0,0,0.75);
    border: 1px solid transparent;
}
.login-btn:hover{
    border: 1px solid #00adee;
    color: #00adee;
    background: #ffffff;
    text-decoration: none;
}
.blue-text-link{
    text-decoration: underline;
    color: #0d5195;
}
.blue-text-link:hover{
    text-decoration: none;
}

/* Start Dashboard */
.sb-topnav.navbar-dark #sidebarToggle {
    color: rgba(255, 255, 255, 0.5);
}
.svg-inline--fa.fa-w-14 {
    width: .875em;
}

#layoutAuthentication {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  #layoutAuthentication #layoutAuthentication_content {
    min-width: 0;
    flex-grow: 1;
  }
  #layoutAuthentication #layoutAuthentication_footer {
    min-width: 0;
  }
  
  #layoutSidenav {
    display: flex;
  }
  #layoutSidenav #layoutSidenav_nav {
    flex-basis: 301px;
    flex-shrink: 0;
    transition: transform 0.15s ease-in-out;
    z-index: 1038;
    transform: translateX(-301px);
  }
  #layoutSidenav #layoutSidenav_content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    flex-grow: 1;
    min-height: calc(100vh - 56px);
    margin-left: -301px;
    padding-bottom:60px;
    background: #f4f6f8;
  }
  
  .sb-sidenav-toggled #layoutSidenav #layoutSidenav_nav {
    transform: translateX(0);
  }
  .fixed-top, .sb-nav-fixed #layoutSidenav #layoutSidenav_nav, .sb-nav-fixed .sb-topnav{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .sb-sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1037;
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
  }
  
  @media (min-width: 992px) {
    #layoutSidenav #layoutSidenav_nav {
      transform: translateX(0);
    }
    #layoutSidenav #layoutSidenav_content {
      margin-left: 0;
      transition: margin 0.15s ease-in-out;
    }
  
    .sb-sidenav-toggled #layoutSidenav #layoutSidenav_nav {
      transform: translateX(-301px);
    }
    .sb-sidenav-toggled #layoutSidenav #layoutSidenav_content {
      margin-left: -301px;
    }
    .sb-sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
      display: none;
    }
  }
  .sb-nav-fixed .sb-topnav {
    z-index: 1039;
  }
  .sb-nav-fixed #layoutSidenav #layoutSidenav_nav {
    width: 301px;
    height: 100vh;
    z-index: 1038;
    background-image: linear-gradient(to right,  #0187dc , #00adef);
    top: 72px;
  }
  .sb-nav-fixed #layoutSidenav #layoutSidenav_content {
    padding-left: 321px;
    top: 92px;
}
  .sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav {
    padding-top: 56px;
  }
  .sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav .sb-sidenav-menu {
    overflow-y: auto;
  }
  /* .sb-nav-fixed #layoutSidenav #layoutSidenav_content {
    padding-left: 301px;
    top: 56px;
  } */
  
  #layoutError {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  #layoutError #layoutError_content {
    min-width: 0;
    flex-grow: 1;
  }
  #layoutError #layoutError_footer {
    min-width: 0;
  }
 
  
  .nav .nav-link .sb-nav-link-icon,
  .sb-sidenav-menu .nav-link .sb-nav-link-icon {
    margin-right: 0.5rem;
  }
  
  .sb-topnav {
    padding-left: 0;
    height: 73px;
    z-index: 1039;
  }
  .sb-topnav .navbar-brand {
    width: 301px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0;
  }
  .sb-topnav.navbar-dark #sidebarToggle {
    color: rgba(255, 255, 255, 0.5);
  }
  .sb-topnav.navbar-light #sidebarToggle {
    color: #212529;
  }
  
  .sb-sidenav {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-wrap: nowrap;
  }
  .sb-sidenav .sb-sidenav-menu {
    flex-grow: 1;
  }
  .sb-sidenav .sb-sidenav-menu .nav {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-heading {
    padding: 1.75rem 1rem 0.75rem;
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
  }
  .sb-sidenav .sb-sidenav-menu .nav .nav-link {
    align-items: center;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    position: relative;
    color: #FFF;
    padding-left: 50px;
    text-align: left;
    font-size: 16px;
  }
  .sb-sidenav .sb-sidenav-menu .nav .nav-link{
    background-position: 20px 14px;
    margin: 0 0 10px 20px;
  }
  .sb-sidenav .sb-sidenav-menu .nav .nav-link.active, .sb-sidenav .sb-sidenav-menu .nav .nav-link:hover{
    background-color: #f4f6f8;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #00adee;
  }
  

.dashboard{
    background-image:url("../images/dashboard-icon.png");
    background-repeat: no-repeat;
}

.dashboard:hover,.sb-sidenav .sb-sidenav-menu .nav .nav-link.dashboard.active{
    background-image:url("../images/dashboard-icon-hover.png");
    background-repeat: no-repeat;
    background-position: 20px 14px;
}
.user-mangement{
    background-image:url("../images/user-management.png");
    background-repeat: no-repeat;
}
.user-mangement:hover, .sb-sidenav .sb-sidenav-menu .nav .nav-link.user-mangement.active{
    background-image:url("../images/user-management-hover.png");
    background-repeat: no-repeat;
    background-position: 20px 14px;
}
.customer-cupport{
    background-image:url("../images/customer-support.png");
    background-repeat: no-repeat;
}
.customer-cupport:hover, .sb-sidenav .sb-sidenav-menu .nav .nav-link.customer-cupport.active{
    background-image:url("../images/customer-support-hover.png");
    background-repeat: no-repeat;
    background-position: 20px 14px;
}

.report-of-transactions{
    background-image:url("../images/Reports-of-Transactions.png");
    background-repeat: no-repeat;
}
.report-of-transactions:hover, .sb-sidenav .sb-sidenav-menu .nav .nav-link.report-of-transactions.nav-link.active{
    background-image:url("../images/Reports-of-Transactions-hover.png");
    background-repeat: no-repeat;
    background-position: 20px 14px;
}

  .sb-sidenav .sb-sidenav-menu .nav .nav-link .sb-nav-link-icon {
    font-size: 0.9rem;
  }
  .sb-sidenav .sb-sidenav-menu .nav .nav-link .sb-sidenav-collapse-arrow {
    display: inline-block;
    margin-left: auto;
    transition: transform 0.15s ease;
  }
  .sb-sidenav .sb-sidenav-menu .nav .nav-link.collapsed .sb-sidenav-collapse-arrow {
    transform: rotate(-90deg);
  }
  .sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-nested {
    margin-left: 1.5rem;
    flex-direction: column;
  }
  .header-search{
      position: relative;
  }
  .header-search .form-control{
      padding-left:40px;
      min-width: 337px;
  }
.header-search-icon{
    position: absolute;
    left: 0;
    margin: 10px 14px;
    color: #495057;
    font-size: 17px;
    z-index: 9;
}


.top-menu{}
.top-menu li a i{
    color: #3b4f5d;
    font-size: 20px;
}
span.counter {
    background-color: #00adee;
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 4px 6.5px;
    position: absolute;
    right: -9px;
    top: -6px;
}

.profile-nav .peer span{
    display: block;
}
.profile-nav .profile-pic{ 
    width: 39px;
    height: 39px;
    border-radius: 100%;
    overflow: hidden;
}
.profile-nav>a{
    color: #232323;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    text-decoration: none;
}
.top-menu li > a.dropdown-toggle::after{
    content: none;
}

h2.main-title {
    color: #14213d;
    font-size: 24px;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.widget-content {
    padding: 1rem 1.5rem;
    flex-direction: row;
    align-items: center;
    border: 0px;
    border-radius: 10px;
}
.widget-content .widget-content-wrapper {
    display: flex;
    flex: 1;
    position: relative;
    align-items: center;
}
.widget-content .widget-content-right {
    margin-left: auto;
}
.widget-content .widget-content-left .widget-heading {
    opacity: .8;
    font-weight: 800;
    font-size: 24px;
    color: #00adee;
}
.widget-content .widget-content-left .widget-subheading {
    font-weight: bold;
    opacity: .5;
}
.title{
    font-size: 20px;
    color: #14213d;
    font-weight: 700;
}
.table{
    border-collapse:separate; 
  border-spacing: 0 1em;
}
.table thead tr th{
    text-transform: uppercase;
}
.table tbody tr{
    background: #FFF;
}
.table tbody tr td{
    vertical-align: middle;
}
.table .badge{ 
    padding: .5rem 1rem;
}
.pending{ 
    background: #fdf8da;
    color: #9b8e4a !important;
}
.done{ 
    background: #e4fdd6;
    color: #75ab57 !important;
}

#customers thead tr {
    background: #0190e1;
    color: #fff;
}

.footer {
    background: #0190e1;
    line-height: 17px !important;
}

.footer p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin:0px;
    padding:5px 0;
}
.save-btn {
    background: #ffb000;
    color: #fff;
    border-radius: 50px;
    min-width: 120px;
    padding: 10px 20px;
    margin-bottom: 2rem;
}
.btn-grey {
    color: #fff;
    background-color: #616161 !important;
}

/*12-02-2021 CSS Start Heare*/
.select, .form-control {
    border: 0;
    border-bottom:1px solid #ccc;
}
.title-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px 0;
}
.user-icon {
    font-size: 24px;
    color: #00c851;
}

.custom-table {
    margin-bottom:20px;
}
.custom-table thead tr th {
    background: #0190e1;
    color: #fff;
    font-weight:600;
}
.custom-table tbody tr td {
    font-size:15px;
    color:#333;
}
div.dataTables_wrapper div.dataTables_length label {
    float: left;
}
div.dataTables_wrapper div.dataTables_info {
    float:left;

}
div.dataTables_wrapper div.dataTables_paginate {
    float:right;
}
.active-icon, .inactive-icon {
    font-size: 20px;
}
#BekindAdminUser span a{
    margin: 5px;
    cursor:pointer;
}
.btn {
    border-radius: 0.5rem !important;
}


.switch label input[type="checkbox"]:disabled + .lever {
    cursor: default;
}

.switch label .lever {
    position: relative;
    display: inline-block;
    margin: 0 1rem;
    margin-right: .625rem;
    vertical-align: middle;
    content: "";
    background-color: #818181;
    border-radius: .9375rem;
    width: 2.5rem;
    height: .9375rem;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.switch label {
    cursor: pointer;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.switch label input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    /*position: absolute;*/
    /*pointer-events: none;*/
    opacity: 1;
}
.widget-icon img {
    width: 67px;
}
  
/* End Dashboard */

.chat-main {
    position: relative;
}
.notfication-circle {
    position: absolute;
    top: -10px;
    left: 15px;
    background: #f73150;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    border-radius: 10px;
    text-align: center;
    padding: 2px 7px;
}


/*toggle css start*/
 
 
:root {
    --my-toggle-background: #e5e7eb;
    --my-toggle-label-color: #1f2937;
    --my-toggle-sublabel-color: #6b7280;
    --my-toggle-width: 50px;
    --my-toggle-height: calc(var(--my-toggle-width) / 2);
    --my-toggle-gap-size: 4px;
    --my-toggle-text-color: #fff;
    --my-toggle-orb-background-color: #fff;
    --my-toggle-orb-size: calc(var(--my-toggle-height) - (var(--my-toggle-gap-size) * 2));
    --my-toggle-active-background-color: #34d399;
    --my-toggle-inactive-background-color: #f87171;
}
 

 

/*.my-card {
    background: #fff;
    padding: 2em;
    border-radius: 10px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}*/

.my-toggle-group {
    display: flex;
    align-items: center;
}

    .my-toggle-group .my-toggle {
        background: var(--my-toggle-background);
        width: var(--my-toggle-width);
        height: var(--my-toggle-height);
        border-radius: var(--my-toggle-height);
        display: inline-block;
        overflow: hidden;
        position: relative;
    }

        .my-toggle-group .my-toggle .my-toggle-text {
            width: calc(var(--my-toggle-width) / 2);
            position: absolute;
            height: var(--my-toggle-height);
            font-size: 0.75rem;
            color: var(--my-toggle-text-color);
            top: 0;
            display: flex;
            line-height: var(--my-toggle-orb-size);
            display: flex;
            align-items: center;
            justify-content: center;
            pointer-events: none;
            left: var(--my-toggle-gap-size);
            font-weight: 500;
        }

            .my-toggle-group .my-toggle .my-toggle-text:nth-child(2) {
                left: calc(50% - var(--my-toggle-gap-size));
                right: var(--my-toggle-gap-size);
            }

        .my-toggle-group .my-toggle .my-toggle-orb {
            width: var(--my-toggle-orb-size);
            height: var(--my-toggle-orb-size);
            display: block;
            border-radius: var(--my-toggle-orb-size);
            top: var(--my-toggle-gap-size);
            right: var(--my-toggle-gap-size);
            transition: all 0.2s cubic-bezier(0.22, 1, 0.36, 1);
            position: absolute;
            background: var(--my-toggle-orb-background-color);
            z-index: 2;
            pointer-events: none;
        }

        .my-toggle-group .my-toggle input[type="checkbox"] {
            height: var(--my-toggle-width);
            width: var(--my-toggle-width);
            margin: 0;
            background: var(--my-toggle-active-background-color);
            position: relative;
            cursor: pointer;
            appearance: none;
        }

            .my-toggle-group .my-toggle input[type="checkbox"]:checked {
                background: var(--my-toggle-inactive-background-color);
            }

                .my-toggle-group .my-toggle input[type="checkbox"]:checked ~ .my-toggle-orb {
                    transform: translateX(calc(-1 * (calc(var(--my-toggle-width) - var(--my-toggle-orb-size))) + calc(var( --my-toggle-gap-size ) * 2)));
                }

    .my-toggle-group label {
        padding-left: 1.5em;
        font-weight: 500;
        color: var(--my-toggle-label-color);
        font-size: 1.125rem;
        flex: 1;
    }

        .my-toggle-group label small {
            margin-top: 0.5em;
            display: block;
            font-weight: 400;
            font-size: 0.875rem;
            color: var(--my-toggle-sublabel-color);
        }
 /*toggle css end*/
span.open-status {
    border: 1px solid #28a745;
    color: #28a745;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: bold;
}

span.inProgress-status {
    border: 1px solid #bf830a;
    color: #bf830a;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: bold;
}

span.closed-status {
    border: 1px solid #c50000;
    color: #c50000;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: bold;
}
/*05-01-2022*/
.approvedbtns {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
}
.approvedbtns button.btn {
    padding: 12px 25px;
}
.approvedbtns .btn-secondary {
    color: #fff;
    background-color: #afafaf !important;
}


/* 01-02-2022 */

/***Font Family ***/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: 'Roboto', sans-serif;
}

.amount-coin {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .amount-coin img {
        width: 30px;
    }

.buycards {
    background-color: white;
    box-shadow: 0px 0px 7px #0000002b;
    margin-bottom: 10px;
}

.amount-coin .coin-item {
    margin: 10px;
    font-size: 20px;
    font-weight: 600;
}

.num-thanks {
    display: flex;
    align-items: center;
    justify-content: end;
    justify-content: space-between;
}

    .num-thanks input {
        width: 100px;
        text-align: right;
    }

input#NumberOfNudge {
    border: 0;
}
    input#NumberOfNudge:focus {
        outline: 0 !important;
    }
.thankscard {
    padding: 10px;
}

.num-thanks label {
    margin-right: 10px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
}

.thankscard span {
    color: #666666;
    display: block;
    text-align: right;
    font-size: 15px;
    margin-top: 5px;
}

.num-thanks input:disabled, .num-thanks input[readonly] {
    background-color: #ffffff;
}

.Bekind-input {
    position: relative;
}

.dol-sign {
    position: absolute;
    right: 83px;
    font-weight: 600;
}

.num-thanks.Bekind-input label {
    font-size: 18px;
}

.num-thanks .checkicon img {
    width: 27px;
    margin-right: 6px;
}

.total-buy-amount {
    text-align: right;
}

    .total-buy-amount p {
        font-size: 17px;
        margin-bottom: 9px;
    }

    .total-buy-amount .total-am {
        font-weight: 600;
    }

.paybtn {
    text-align: center;
}

    .paybtn .btn {
        background: linear-gradient( 96deg, #f6cc5e, #f0f50ba8);
        padding: 10px 60px;
        border: none;
        font-weight: 600;
    }
button.btn.paybtn {
    background: linear-gradient( 96deg, #f6cc5e, #f0f50ba8);
    padding: 10px 60px;
    border: none;
    font-weight: 600;
}




.donate-form .form-control {
    border-radius: 0;
    border: 0px;
    border-bottom: 1px solid #d9d9d9;
    padding-left: 0px;
}

    .donate-form .form-control:focus {
        outline: 0px;
        box-shadow: none;
    }

.donate-form label {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 15px;
}

.rem-message {
    font-size: 13px;
    color: #979797;
}

.btn-select-dont {
    background-color: #929397;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 13px;
}

    .btn-select-dont:hover {
        color: #ffffff;
    }


   /* */


.img_fluid{
    width:60px;
    height:50px;
}