.title-account {
    width: 100%;
    height: auto;
    position: relative;
    padding: 40px 0 15px 100px;
    font-family: 'raleway', sans-serif;
    color: #000;
}

.title-account span {
    font-family: 'Raleway-Bold', sans-serif;
}

.title-account img {
    position: absolute;
    width: 90px;
    height: auto;
    left: 0;
}

.title-account h3 {
    margin-top: 17px;
    margin-bottom: 0;
    font-size: 30px;
}
.title-account h3 span{
    font-family: 'Poppins-Medium';
}

.title-account h6 {
    margin-top: 12px;
    margin-bottom: 5px;
    font-size: 14px;
}

.title-account h6 b {
    font-family: 'Raleway-Bold', sans-serif;
}

@media (max-width: 768px) {
    .title-account {
        padding: 20px 0 15px 100px;
    }
}

/**/
.account-form .nav-tabs > li > a {
    margin-top: 5px;
    margin-right: 13px;
    border: 1px solid #ddd;
    background-color: #f3f3f3;
    color: #000;
    text-transform: uppercase;
    font-family: 'Raleway-Bold', sans-serif;
    font-size: 13px;
    text-align: center;
}

.account-form .nav-tabs > li.active > a, .account-form .nav-tabs > li.active > a:focus, .account-form .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.account-form .nav > li > a {
    padding: 8px 15px;
}

/**/
.account-form .content-tab {
    width: 100%;
    height: auto;
    padding: 15px 10px 0 15px;
    font-family: 'Georgia-regular', sans-serif;
}

.account-form .content-tab .contact-info {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 40px;
}

.account-form .content-tab .contact-info b {
    font-family: 'Georgia-bold', sans-serif;
}

.account-form .content-tab .contact-info p {
    margin: 0 0 2px 0;
}

.account-form .content-tab .contact-info label {
    margin-top: 8px;
}

.account-form .content-tab .contact-info input {
    width: 100%;
    height: 28px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 10px;
    margin: 5px 0;
}

.account-form .content-tab .billing-address {
    border-right: 1px solid #ccc;
    border-bottom: 0 solid #ccc;
    padding-top: 20px;
    padding-bottom: 40px;
}

.account-form .content-tab .billing-info {
    border-right: 0 solid #ccc;
    border-bottom: 0 solid #ccc;
    padding-top: 20px;
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .account-form .nav > li > a {
        width: 160px;
    }
}

@media (max-width: 767px) {
    .account-form .content-tab {
        padding: 15px 0px 0 0px;
    }
}

/* account-form */
.account-form {
    width: 100%;
    height: auto;
    min-height: 300px;
    padding: 5px 0;
}

.account-form .content-tab .contact-info input {
    background-color: transparent;
    border: 0;
}

.account-form .text-all-setting {
    font-size: 15px;
    font-family: 'Lato-Bold', sans-serif;
    padding-bottom: 8px;
}

.account-form .text-all-setting a {
    color: #000;
    text-decoration: none;
}

.account-form .text-all-setting a i {
    font-size: 18px;
}

.account-form .box-title {
    background-color: #ded9d9;
    color: #000;
    padding: 8px 10px;
    font-size: 16px;
    font-family: 'Poppins-Medium';
}

.account-form .box-title .text-left {
    padding-top: 2px;
    padding-left: 8%
}

.account-form .box-title button {
    height: 25px;
    padding: 0 28px;
    border: solid rgba(42, 42, 42, 0.42) 1px;
    background-color: transparent;
    color: rgba(42, 42, 42, 0.42);
}

.account-form .box-body {
    padding: 25px 7% 20px 7%;
    min-height: 328px;
    font-family: 'raleway', sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #000;
    font-family: 'Poppins-Medium';
    border: solid #ded9d9 1px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .account-form .box-body{
        padding: 10px 15px 15px 15px;
        min-height: 0px;
    }
    .account-form .box-title button {
        padding: 0 8px;
    }
}

.account-form .box-body label {
    font-family: 'Raleway-Bold', sans-serif;
}

.account-form .box-body .refill-account-radio {
    padding: 10px 15px;
}

.account-form .box-body .refill-account-radio button {
    height: 40px;
    width: 95px;
    background-color: transparent;
    color: #23374C;
    border: solid #23374C 2px;
    border-radius: 20px;
    cursor: pointer;
    font-family: 'Lato-Bold', sans-serif;
    margin: 0 15px 15px 0;
}

.account-form .box-body .refill-account-radio button.active {
    background-color: #23374C;
    color: #fff;
}

.account-form .box-body .refill-account-radio button:hover {
    background-color: #23374C;
    color: #fff;
}

.account-form .box-body .refill-account-radio button:focus {
    outline: none;
}

.account-form .box-body .refill-account-submit {
    padding: 0 15px 8px 0;
}

.account-form .box-body .refill-account-submit button {
    height: 31px;
    width: 168px;
    background-color: #23374C;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Helvetica', sans-serif;
}
.account-form .box-body .refill-account-submit button.btn-danger {
    background-color: #d9534f;
}

.account-form .box-title button.btn-refill {
    background-color: #23374C; color: #fff;
}


.account-form .box-body .balance-text {
    color: #289E19;
    font-family: 'Lato-Bold', sans-serif;
}

.account-form .box-body input {
    /*width: 100%;*/
    /*max-width: 450px;*/
    /*height: 32px;*/
    /*padding: 0 10px;*/
    /*margin-bottom: 10px;*/
    /*border: 1px solid #ccc;*/
    /*border-radius: 6px;*/
    /*outline: none;*/
}
.account-form .input-group-btn {
    border: 1px solid #ccc;
    background: #efefef;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.account-form .box-body .img-credit-card {
    width: 28px;
}

.account-form .content button {
    width: auto;
    height: 41px;
    padding: 0 36px 0 36px;
    margin: 5px 4px 5px 4px;
    border: 1px solid #fce25b;
    border-radius: 4px 4px 4px 4px;
    background-color: #fce25b;
    color: #000;
    outline: none;
    box-shadow: -0.65px 1.89px 4px 0 rgba(0, 0, 0, 0.6);
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    font-size: 13px;
    font-family: 'Raleway-Bold', sans-serif;
}

.account-form .content button:hover {
    background-color: #fff;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .box-left {
        padding-left: 0;
        padding-right: 10px;
    }

    .box-right {
        padding-left: 10px;
        padding-right: 0;
    }
}

/*select2*/
.div_select2 {
    max-width: 450px;
}

.select2-container .select2-selection--single {
    height: 34px;
    border: 1px solid #ccc;
}

/*.select2-container--default .select2-selection--single .select2-selection__arrow {*/
/*    top: 0;*/
/*    height: 28px;*/
/*    display: none;*/
/*}*/

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

.select2-search__field {
    height: 28px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    background-position: bottom 9px right 8px;
    background-size: 20px 20px;
}

@media (max-width: 767px) {
    .account-form .content {
        padding: 10px 10px 20px 10px;
    }
    .account-form .box-body .refill-account-radio button {
        height: 36px;
        width: 74px;
        margin: 0 5px 7px 0;
    }
    .panel-collapse button{
        margin-bottom: 5px;
    }
}

table.dataTable thead th {
    padding: 10px 10px 10px 12px;
    font-family: 'Raleway-Bold', sans-serif;
}

table.dataTable tbody td {
    padding: 8px 10px 8px 12px;
}

td.td_detail {
    color: #071e39;
    cursor: pointer;
    font-family: 'Raleway-Bold', sans-serif;
}


/* custom */
.pac-container {
    z-index: 10000 !important;
}
#form_add input[type='checkbox'] {
    height: 25px;
    width: 25px;
}

#searchForm{
    margin-top: 10px;
}

.mb-10{
    margin-bottom: 10px;
}

.table-address .pagination{
	margin-top: 0;
}