.email-template {
    background-color: #d3d7dc;
}

.email-template--style-one .content-email {
    max-width: 850px;
    margin: auto;
}

.email-template .title {
    font-size: 20px;
    font-weight: bold;
}

.email-template .bg-brown {
    background-color: #545c6a;
}

.email-template .text-bold {
    font-weight: bold;
}

.email-template .content-email {
    padding: 12px;
    min-height: calc(100vh - 80px);
}

.email-template .content-email .transfer-info {
    color: #dc3545;
}

.email-template .content-email .bank-info {
    margin-bottom: 8px;
}

.email-template .content-email .confirm-link {
    background-color: #4ba75f;
    font-size: 18px;
    color: #fff !important;
    padding: 10px;
    border-radius: 10px;
    min-width: 140px;
    display: inline-block;
    text-align: center;
}

.email-template .border-info-bank {
    border: 2px solid #a3a9b1;
    padding: 15px;
}

.email-template .table-bank-info {
    max-width: 800px;
}

.email-template .table-bank-info td,
.email-template .table-bank-info th {
    border-color: #545c6a;
}

.register-form {
    border: 1px solid #ccc;
    margin: 15px 0;
    overflow-y: hidden;
}

.registration-form .logout-section {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #ef4747;
    z-index: 1;
    padding: 6px;
    border-radius: 10px;
}

.registration-form .logout-section a {
    color: white;
}

.register-form ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.register-form .menu-register {
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    background-color: #fefcf3;
    min-width: 1000px;
    position: relative;
    padding: 0 30px;
}

.register-form .menu-register li {
    display: inline-block;
    margin: 45px 30px;
    text-align: center;
}

.register-form .menu-register li:first-child {
    margin-left: 0;
}

.register-form .menu-register li:last-child {
    margin-right: 0;
}

.register-form .menu-register li a.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.register-form .menu-register li p {
    margin-bottom: 0;
    padding-top: 15px;
}

.register-form .menu-register li a {
    width: 100px;
    height: 100px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

@media screen and (max-width: 768px) {
    .register-form .menu-register li a {
        width: 80px;
        height: 80px;
    }

    .register-form .menu-register p,
    .register-form .menu-register p,
    .register-form .menu-register p,
    .register-form .menu-register p {
        font-size: 12px;
    }
}

.register-form .menu-register .btn-sales-gallery {
    background-image: url("../booking_image/res_sales_gallery.svg");
}

.register-form .menu-register .btn-weekly {
    background-image: url("../booking_image/res_weekly_event.svg");
}

.register-form .menu-register .btn-site-tour {
    background-image: url("../booking_image/res_site_tour.svg");
}

.register-form .menu-register .btn-launch {
    background-image: url("../booking_image/res_lauching_event.svg");
}

.register-form .menu-register .btn-register-info {
    background-image: url("../booking_image/res_info.svg");
}

.register-form .menu-register .btn-sales-gallery:hover,
.register-form .menu-register .btn-sales-gallery.active {
    background-image: url("../booking_image/res_sales_gallery_fill.svg");
}

.register-form .menu-register .btn-agency-register-sale {
    background-image: url("../booking_image/icon-register-sale.svg");
}

.register-form .menu-register .btn-agency-register-sale:hover,
.register-form .menu-register .btn-agency-register-sale.active {
    background-image: url("../booking_image/icon-register-sale-active.svg");
}

.register-form .menu-register .btn-rrb {
    background-image: url("../booking_image/icon-rrb.svg");
}

.register-form .menu-register .btn-rrb:hover,
.register-form .menu-register .btn-rrb.active {
    background-image: url("../booking_image/icon-rrb-active.svg");
}

.register-form .menu-register .btn-report {
    border-radius: 8px;
    border: 2px solid #E3AD43;
    background-size: 90% 90%;
    background-position: center center;
    background-image: url("../../assets_congthongtin/images/icon-report.svg");
}

.register-form .menu-register .btn-report:hover,
.register-form .menu-register .btn-report.active {
    border: 1px solid #E3AD43;
    background-color: #F2C167;
    background-size: 90% 90%;

    background-image: url("../booking_image/icon-report-active.svg");
}

.register-form .menu-register .btn-weekly:hover,
.register-form .menu-register .btn-weekly.active {
    background-image: url("../booking_image/res_weekly_event_fill.svg");
}

.register-form .menu-register .btn-site-tour:hover,
.register-form .menu-register .btn-site-tour.active {
    background-image: url("../booking_image/res_site_tour_fill.svg");
}

.register-form .menu-register .btn-launch:hover,
.register-form .menu-register .btn-launch.active {
    background-image: url("../booking_image/res_lauching_event_fill.svg");
}

.register-form .menu-register .btn-register-info:hover,
.register-form .menu-register .btn-register-info.active {
    background-image: url("../booking_image/res_info_active.svg");
}

.register-form .form {
    margin: 0 5%;
    padding: 50px;
}

.registration-form #badge_pending_customer {
    right: 0;
    top: -13px;
}

@media screen and (max-width: 768px) {
    .register-form .form {
        padding: 30px 0;
        margin: 0 2%;
    }
}

.register-form .form .error-text {
    color: red;
}

.register-form .form label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.register-form .form .form-control {
    margin-bottom: 30px;
}

.register-form .form .wraper-checkbox {
    display: inline-block;
    font-weight: normal;
    margin-left: 30px;
}

.register-form .form .divider {
    color: #9f9f9f;
    text-transform: uppercase;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    background-color: #fff;
    position: relative;
    display: inline;
}

.register-form .form .divider:after {
    position: absolute;
    content: "";
    border-bottom: 1px dashed #ced4da;
    right: 15px;
    top: 50%;
    width: 80%;
    z-index: 0;
}

.register-form .wraper-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.register-form .wraper-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.register-form .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.register-form .wraper-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.register-form .wraper-checkbox input:checked ~ .checkmark {
    background-color: #e3ad43;
}

.register-form .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.register-form .wraper-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.register-form .wraper-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.register-form .btn-orange {
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5rem;
    font-size: 0.85rem;
    border: 0;
    background-color: #e3ad43;
    padding: 0.5rem 2rem;
    margin: 1rem;
    color: #fff;
}

.register-form .btn-orange:hover {
    background-color: #f2c167;
}

@media screen and (max-width: 768px) {
    .register-form .btn-orange {
        margin: 1rem 0.5rem;
    }
}

.register-form .btn-grey {
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5rem;
    border: 0;
    font-size: 0.85rem;
    background-color: #e0e0e0;
    padding: 0.5rem 2rem;
    margin: 1rem;
}

.register-form .btn-grey:hover {
    background-color: #c0c0c0;
}

@media screen and (max-width: 768px) {
    .register-form .btn-grey {
        margin: 1rem 0.5rem;
    }
}

.register-form .btn-grey-add {
    border-radius: 5rem;
    font-size: 0.85rem;
    background-color: #f7f7f7;
    border: 1px solid #c8c8c8;
    padding: 0.3rem 2rem;
    margin: 1rem;
    color: #777777;
    display: inline-block;
}

.register-form .btn-grey-add:hover {
    background-color: #c0c0c0;
}

.registration-form .view-report-dropdown {
    position: absolute;
    right: 16px;
    top: 160px;

    border: 1px solid #F25557;
    border-radius: 4px;
}

.registration-form .view-report-dropdown .btn-group {
    color: #e3ad43;
    font-size: 22px;
}

.registration-form .view-report-dropdown .btn-group img {
    width: 40px;
    padding: 6px;
    background-color: #fff;
    border-right: none;
    border-radius: 4px;
}

.registration-form .open-menu-extra {
    display: inline-block;
    text-align: center;

    cursor: pointer;

    background: #F2C167;
    color: #fff;
    font-size: 22px;
    padding: 8px 15px;
    border-radius: 50%;

    position: fixed;
    right: 10px;
    top: 50%;
    z-index: 1;
}

.registration-form .bank-info-block {
    background-color: #f6f6f6;
    padding: 24px 15px 10px;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
}

.registration-form .sidenav .footer {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.registration-form .sidenav .footer .total {
    border-top: 1px solid #E4AD43;
    padding-top: 20px;
}

.registration-form .sidenav {
    height: 100%;
    width: 0;
    padding-top: 60px;
    padding-bottom: 150px;

    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    border: 2px solid #E4AD43;
    -webkit-box-shadow: -4px 7px 19px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -4px 7px 19px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -4px 7px 19px 0px rgba(0, 0, 0, 0.75);

    transition: 0.5s;

    overflow-x: hidden;
    overflow-y: auto;
}

.registration-form .sidenav.open {
    width: 380px;
}

@media screen and (max-width: 768px) {
    .registration-form .sidenav.open {
        width: 300px;
    }

    .registration-form .view-report-dropdown {
        top: 50px;
    }
}

.registration-form .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #E4AD43;
}


.registration-form .sidenav .list {
    height: 100%;
    overflow-y: auto;
    padding-left: 0;
}

.registration-form .sidenav .list li {
    position: relative;

    background-color: #F2C167;
    border-bottom: 2px solid #fff;

    padding: 8px 40px 8px 32px;
    display: flex;

    text-decoration: none;
    font-size: 16px;
    text-align: left;

    transition: 0.3s;
    cursor: pointer;
}

.registration-form .sidenav .list li a {
    color: #fff !important;
}

.registration-form .sidenav .list li:hover a {
    color: #000 !important;
}

.registration-form .sidenav .list li.active {
    background-color: #ddd;
    color: #343a40 !important;
}

.registration-form .sidenav .list li.active a {
    color: #343a40 !important;
}

.registration-form .sidenav .list li .delete {
    position: absolute;
    right: 10px;

    color: red;
    cursor: pointer;

    margin-right: 4px;
}

.registration-form .sidenav .list li .delete:hover {
    color: white;
}

@media screen and (max-width: 768px) {
    .register-form .btn-grey-add {
        padding: 0.15rem 1rem;
        margin: 0.5rem 0.3rem 1rem 0.3rem;
    }
}

/* The container */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #e3ad43;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container-checkbox.small {
    font-size: 14px;
    padding-left: 22px;
}

.container-checkbox.small .checkmark {
    height: 14px;
    width: 14px;
}

.container-checkbox.small .checkmark:after {
    left: 4px;
    top: 0;
}

/* The container */
.container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.container-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
    background-color: #e3ad43;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.bank-info-block h5 {
    margin-top: 20px;
    margin-bottom: 20px;
}


/* upload input */
.form-group.attachment input {
    padding: 5px;
    border-radius: 3px;
    margin-top: 10px;
}

.form-group.attachment .attachment-file {
    position: relative;
}

.form-group.attachment .attachment-file span {
    position: absolute;
    top: 15px;
    left: calc(50% - 25px);
    font-size: 40px;
    color: #ccc;
}

.form-group.attachment .attachment-file:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 80px;
    left: calc(50% - 70px);
    font-size: 18px;
}

.form-group.attachment .attachment-file input {
    opacity: 0;
    cursor: pointer;
}

.form-group.attachment .attachment-file .file-name {
    margin-top: 10px;
    width: 100%;
    padding: 8px;
}

.form-group.attachment .attachment-file .file-name .file-item {
    margin-right: 8px;
}

#country-list {
    width: 100%;
    list-style: none;
    margin-top: -25px;
    padding: 0;
    position: absolute;
    z-index: 2;
    background-color: #f6f6f6;
    border: 2px solid #ced4da;

    max-height: 150px;
    overflow: auto;
}

#country-list li {
    text-align: left;
    padding: 6px;
    background-color: transparent;
    border: 1px solid #fcfcfc;
}

#country-list li:hover {
    background: #f0f0f0;
    cursor: pointer;
}

#search-box {
    padding: 10px;
    border: #a8d4b1 1px solid;
    border-radius: 4px;
}

#suggesstion-box {
    position: relative;
}

.color-green {
    color: #94d82d;
}

.register-success-modal {

}

#view_file_bank_modal .modal-dialog {
    transform: none !important;
    width: 90%;
    max-width: none;
}

#view_file_bank_modal iframe {
    height: calc(100vh - 250px);
}

#waiting_modal .modal-dialog {
    min-width: 520px;
    transform: translateY(11%) !important;
}

#success_modal .content-block {
    padding: 90px 0;
}

#waiting_modal .content-block {
    padding: 114px 10px 120px;
}

#waiting_modal .loading-spinner {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    #waiting_modal .modal-dialog {
        min-width: auto;
    }

    #waiting_modal .content-block {
        padding: 110px 10px 140px;
    }
}

#VIEW_ADDRESS_THUONG_TRU label {
    display: inline;
}

#VIEW_ADDRESS_TAM_TRU label {
    display: inline;
}

#VIEW_ADDRESS_TAM_TRU {
    margin-bottom: 15px;
}

.image-upload-block {
    position: relative;
}

.image-upload-block .file {
    opacity: 0;

    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 100%;
}

.image-upload-block .image-uploaded {
    height: 170px;
    width: auto;
    border: 1px solid #fefefe;
}

.agency-register-sale h4 {
    margin-bottom: 30px !important;
}

.agency-register-sale .dataTables_filter {
    display: inline-block !important;
}

.no-click {
    pointer-events: none;
}

.break-long-words {
    word-break: break-all;
}