.account-header {}

input {
    border-color: #061f29 !important;
}

i {
    color: #061f29;
}

.app-action-sidebar path {
    color: #061f29;
}

.sidebar-header {
    color: #061f29;
    border-bottom: 1px solid #061f29;
}

.sidebar-header path {
    color: #061f29;
}

@media only screen and (max-width: 768px) {
    .app-toolbar {
        width: 100% !important;
    }
}

.sidebar-menu ul li a {
    display: flex;
    justify-content: start !important;
}

.sidebar-menu ul li a i {
    margin-right: 20px;
    line-height: 2px;
}

.acc-menu-item {
    display: flex;
}

.app-body {
    padding-bottom: 100px;
    background-color: #fff;
}

.app-toolbar {
    align-self: center;
    position: absolute;
    bottom: 0px;
    width: max-content;
    background-color: #fff;
}

.nav-toolbar.w-100 ul i {
    font-size: 30px;
}

.nav-toolbar ul li a {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.nav-toolbar ul li a i {
    margin-bottom: 5px;
}

.img-captcha img {
    border-radius: 5px;
    border: 1px solid rgb(255, 128, 0);
}

h3 {
    text-align: center;
    margin-top: 10px;
}

.list-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.list-card img {
    width: inherit;
    height: inherit;
}

.list-card a {
    width: 300px;
    /* height: 125px; */
    box-sizing: content-box;
    margin-bottom: 10px;
    margin-left: 10px;
}

.list-card a div {
    margin-top: -15px;
}

.list-card a:hover {
    border-color: #fb8600;
}

#sidebar {
    display: none;
}

.nav.nav-tabs.mb-3 li .active {
    color: #061f29;
}

.swal2-popup {
    font-size: 0.8rem !important;
}








/* Importing fonts from Google */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/* Reseting */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background: #ecf0f3;
}

.wrapper {
    max-width: 450px;
    min-height: 500px;
    margin: 80px auto;
    padding: 40px 30px 30px 30px;
    background-color: #ecf0f3;
    border-radius: 15px;
    box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff;
}

.logo {
    width: 60%;
    margin: auto;
}

.logo img {
    width: 100%;
    height: 80px;
}

.wrapper .name {
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 1.3px;
    padding-left: 10px;
    color: #555;
}

.wrapper .form-field input {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    background: none;
    font-size: 1.2rem;
    color: #666;
    padding: 10px 15px 10px 10px;
    /* border: 1px solid red; */
}

.wrapper .form-field {
    padding-left: 10px;
    margin-bottom: 20px;
    box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff;
}

.wrapper .form-field .fas {
    color: #555;
}

.wrapper .btn {
    box-shadow: none;
    width: 100%;
    height: 40px;
    background-color: #03A9F4;
    color: #fff;
    box-shadow: 3px 3px 3px #b1b1b1,
        -3px -3px 3px #fff;
    letter-spacing: 1.3px;
    background-color: #03A9F4;
}

.wrapper .btn:hover {
    background-color: #03A9F4;
}

.wrapper a {
    text-decoration: none;
    font-size: 0.8rem;
    color: #03A9F4;
}

.wrapper a:hover {
    color: #039BE5;
}

@media(max-width: 380px) {
    .wrapper {
        margin: 30px 20px;
        padding: 40px 15px 15px 15px;
    }
}












/*Card containing 2 cards*/
.card0 {
    margin: 40px 12px 15px 12px;
    border: 0;
}

/*Left Side card*/
.card1 {
    margin: 0;
    padding: 15px;
    padding-bottom: 0px;
    height: 100%;
}

.bill-head {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 30px;
}

.line {
    border-right: 1px grey solid;
}

.bill-date {
    color: #BDBDBD;
}

.red-bg {
    margin-top: 25px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #F44336;
    padding-left: 20px !important;
    padding: 25px 10px 25px 15px;
}

#total {
    margin-top: 0px;
    padding-left: 7px;
}

#total-label {
    margin-bottom: 0px;
    color: #ffffff;
    padding-left: 7px;
}

#heading1 {
    color: #ffffff;
    font-size: 20px;
    padding-left: 10px;
}

#heading2 {
    font-size: 27px;
    color: #D50000;
}

/*For font-awesome icons in Placeholder*/
.placeicon {
    font-family: fontawesome !important;
}

/*Right Side Card*/
.card2 {
    padding: 25px;
    margin: 0;
    height: 100%;
}

.form-card .pay {
    font-weight: bold;
}

.form-card input, .form-card textarea {
    padding: 10px 8px 10px 8px;
    border: none;
    border: 1px solid lightgrey;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 14px;
    letter-spacing: 1px;
}

.form-card input:focus, .form-card textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border: 1px solid gray;
    outline-width: 0;
}

.btn-info {
    color: #ffffff !important;
}

/*Imaged Radio Buttons*/
.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display: inline-block;
    width: 204;
    height: 100;
    border-radius: 0;
    box-sizing: border-box;
    border: 2px solid lightgrey;
    cursor: pointer;
    margin: 8px 25px 8px 0px;
}

.radio:hover {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
}

.radio.selected {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.4);
}

/*Fit image in bootstrap div*/
.fit-image {
    width: 100%;
    object-fit: cover;
}





.panel {
    background: aliceblue;
    padding: 0;
    border-radius: 10px;
    border: none;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05), 0 0 0 10px rgba(0, 0, 0, 0.05);
    color: #061f29;
    border: 1px solid #03A9F4;
}

.panel .panel-heading {
    padding: 20px 15px;
    border-radius: 10px 10px 0 0;
    margin: 0;
}

.panel .panel-heading .title {
    color: #03A9F4;
    font-size: 26px;
    font-weight: bolder;
    text-transform: capitalize;
    line-height: 20px;
    margin: 0;
}

.panel .panel-heading .btn {
    color: rgba(255, 255, 255, 0.5);
    background: transparent;
    font-size: 16px;
    text-transform: capitalize;
    border: 2px solid #fff;
    border-radius: 50px;
    transition: all 0.3s ease 0s;
}

.panel .panel-heading .btn:hover {
    color: #fff;
    text-shadow: 3px 3px rgba(255, 255, 255, 0.2);
}

.panel .panel-heading .form-control {
    color: #fff;
    background-color: transparent;
    width: 35%;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 20px;
    display: inline-block;
    transition: all 0.3s ease 0s;
}

.panel .panel-heading .form-control:focus {
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: none;
    outline: none;
}

.panel .panel-heading .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    font-weight: 500;
}

.panel .panel-body {
    padding: 0;
}

.panel .panel-body .table thead tr th {
    color: black;
    font-size: 16px;
    font-weight: bolder;
    text-transform: uppercase;
    padding: 12px;
    border: none;
}

.panel .panel-body .table tbody tr td {
    color: black;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 12px;
    vertical-align: middle;
    border: none;
}

.panel .panel-body .table tbody tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.05);
}

.panel .panel-body .table tbody .action-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.panel .panel-body .table tbody .action-list li {
    display: inline-block;
    margin: 0 5px;
}

.panel .panel-body .table tbody .action-list li a {
    color: #fff;
    font-size: 15px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.panel .panel-body .table tbody .action-list li a:hover {
    text-shadow: 3px 3px 0 rgba(255, 255, 255, 0.3);
}

.panel .panel-body .table tbody .action-list li a:before,
.panel .panel-body .table tbody .action-list li a:after {
    content: attr(data-tip);
    color: #fff;
    background-color: #111;
    font-size: 12px;
    padding: 5px 7px;
    border-radius: 4px;
    text-transform: capitalize;
    display: none;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -32px;
    transition: all 0.3s ease 0s;
}

.panel .panel-body .table tbody .action-list li a:after {
    content: '';
    height: 15px;
    width: 15px;
    padding: 0;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -18px;
    z-index: -1;
}

.panel .panel-body .table tbody .action-list li a:hover:before,
.panel .panel-body .table tbody .action-list li a:hover:after {
    display: block;
}

.panel .panel-footer {
    color: #fff;
    background-color: transparent;
    padding: 15px;
    border: none;
}

.panel .panel-footer .col {
    line-height: 35px;
}

.pagination {
    margin: 0;
}

.pagination li a {
    color: #fff;
    background-color: transparent;
    border: 2px solid transparent;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 31px;
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0 3px;
    border-radius: 50px;
    transition: all 0.3s ease 0s;
}

.pagination li a:hover {
    color: #fff;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}

.pagination li a:focus,
.pagination li.active a,
.pagination li.active a:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.pagination li:first-child a,
.pagination li:last-child a {
    border-radius: 50%;
}

@media only screen and (max-width:767px) {
    .panel .panel-heading .title {
        text-align: center;
        margin: 0 0 10px;
        font-size: 22px;
    }

    .panel .panel-heading .btn_group {
        text-align: center;
    }
}



.accountLayout {
    display: flex;
    width: 100%;
    min-height: auto;
}

.accountLayout__infoLeft {
    width: 30%;
    padding: 0 20px 20px 0
}

@media only screen and (max-width:768px) {
    .accountLayout__infoLeft {
        width: 35%
    }
}

@media only screen and (max-width:480px) {
    .accountLayout__infoLeft {
        width: 100%;
        padding: 0
    }

    .accountLayout {
        padding: 10px 0 20px 0;
    }
}


@media only screen and (max-width:768px) {
    .accountLayout__infoRight {
        width: 70%;
        margin-left: 0 !important;
    }
}

@media only screen and (max-width:480px) {
    .accountLayout__infoRight {
        width: 100%;
        margin-left: 0 !important;
    }
    .panel .panel-body .table tbody tr td {
        font-size: 12px;
    }
    .panel .panel-body .table thead tr th {
        font-size: 12px;
    }
}

@media only screen and (max-width:480px) {
    .accountLayout .container {
        flex-direction: column
    }
}
.accountLayout__infoRight {
    background-color: #fff;
    border: 1px solid #03A9F4;
    border-radius: 5px;
    min-height: auto;
    min-width: 65%;
    margin-left: 30px;
    padding: 0;
    vertical-align: baseline;
}

.profileInfo .row {
    border-bottom: 1px solid #03A9F4;
    color: #5b545b;
    font-weight: 600;
    padding: 16px 0 16px 0;
    --bs-gutter-x: 1rem;
    margin-left: unset;
    margin-right: unset;
}

.btn-center {
    display: flex;
    justify-content: center;
}

.btn-capnhat {
    height: 30px !important;
    width: 160px !important;
    margin-top: -6px;
    border: 1px solid #03A9F4;
    border-radius: 8px;
    background-color: #03A9F4;
}

.txt-payment {
    color: #fffced !important;
    font-weight: bold;
}

.userInfo_name img {
    width: 34px;
}

.userInfo_name {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.userInfo_name p {
    margin-left: 5px;
}
@media only screen and (max-width: 1920px) {
    .username {
        white-space: nowrap;
        width: 155px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media only screen and (max-width: 1920px) {
    .coin-number {
        font-size: 18px;
    }
}

.footer2 {
    background-color: #fff;
    position: fixed;
    height: 60px;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-top: 2px solid #03A9F4;
}

.footer2 i {
    color: #03A9F4;
    font-size: large;
}

.footer2 p {
    font-style: normal;
    font-size: 10px !important;
    color: black;
}
@media only screen and (max-width: 768px) {
    footer p, footer span, footer a {
        font-size: 10px !important;
    }
    .panel .panel-body .table tbody tr td {
        font-size: 12px;
    }
    .panel .panel-body .table thead tr th {
        font-size: 12px;
    }
}

.box {
    flex: 0 0 auto;
    width: 19%;
}

.btn_auto_copy {
    margin-left: 20px
}

.line {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.sidebar_icon {
    margin-right: 10px;
    margin-top: unset !important;
}

