.btn-icon {
    padding: 3px 6px !important;
    margin-right: 2px;
}
.progressbar:not(.initli) {
    margin: 0;
    padding: 0;
    counter-reset: step;
}

.progressbar li span {
    font-size: 11px;
}

.progressbar li:not(.initli) {
    list-style-type: none;
    width: 100px;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    /*text-transform: uppercase;*/
    color: #7d7d7d;
    z-index: 0;
}

.progressbar li:not(.initli):before {
    width: 10px;
    height: 10px;
    content: ' ';
    counter-increment: step;
    line-height: 51px;
    border: 5px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}

.progressbar li:not(.initli):after {
    width: 100%!important;
    height: 2px!important;
    content: ''!important;
    position: absolute!important;
    background-color: #7d7d7d!important;
    top: 4px!important;
    left: -50%!important;
    z-index: -1!important;
}

.progressbar li:first-child:after {
    content: none;
    display: none;
}

.progressbar li.active:not(.initli) {
    color: #46b0b9;
}

.progressbar li.active:not(.initli):before {
    border-color: #46b0b9;
}

.progressbar li.cancel:before {
    border-color: red;
}

.progressbar li.active+li:after {
    background-color: #46b0b9!important;
}
.wrap-detail{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title-service{
    font-weight: bold;
    font-size: 17px;
    color: #46b0b9;
}
.box_balance{
    width: 12%;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-left: 5px;
    background: #eee;
    padding: 10px;
}
.box_balance_title{
    font-weight: bold;
}
.box_balance_value{
    margin-top: 5px;
    font-weight: bold;
    font-size: 16px;
}
.datepicker{
    z-index: 9999999;
}
.noti-custom-not-read{
    color: red;
    border: 2px solid red;
}
.title_trip{
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 510px;
    padding: 5px 10px;
    margin-left: 10px;
}
.title-header{
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 10px;
    color: white;
    background: #46b0b9;
}
.pac-container {
    z-index: 1051 !important;
}
body.modal-open {
    overflow: hidden;
}
.modal {
    overflow: auto !important;
}
.dropzone,.dropzone * {
    box-sizing: border-box
}
.dropzone .dz-message {
    font-size: 16px !important;
}
.dropzone {
    min-height: 120px !important;
    border: 2px solid rgba(0,0,0,.3) !important;
    background: #fff !important;
    padding: 20px 20px !important;
}

.dropzone.dz-clickable {
    cursor: pointer
}

.dropzone.dz-clickable * {
    cursor: default
}

.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message * {
    cursor: pointer
}

.dropzone.dz-started .dz-message {
    display: none
}

.dropzone.dz-drag-hover {
    border-style: solid
}

.dropzone.dz-drag-hover .dz-message {
    opacity: .5
}

.dropzone .dz-message {
    text-align: center;
    margin: 2em 0
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px
}

.dropzone .dz-preview:hover {
    z-index: 1000
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom,#eee,#ddd)
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-image-preview {
    background: #fff
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0,0,0,.9);
    line-height: 150%
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200,200,200,.8);
    background-color: rgba(255,255,255,.8)
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent
}

.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255,255,255,.4);
    padding: 0 .4em;
    border-radius: 3px
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px)
}

.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 100px;
    height: 100px;
    position: relative;
    display: block;
    z-index: 10
}

.dropzone .dz-preview .dz-image img {
    display: block
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(.77,0,.175,1);
    -moz-animation: passing-through 3s cubic-bezier(.77,0,.175,1);
    -ms-animation: passing-through 3s cubic-bezier(.77,0,.175,1);
    -o-animation: passing-through 3s cubic-bezier(.77,0,.175,1);
    animation: passing-through 3s cubic-bezier(.77,0,.175,1)
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(.77,0,.175,1);
    -moz-animation: slide-in 3s cubic-bezier(.77,0,.175,1);
    -ms-animation: slide-in 3s cubic-bezier(.77,0,.175,1);
    -o-animation: slide-in 3s cubic-bezier(.77,0,.175,1);
    animation: slide-in 3s cubic-bezier(.77,0,.175,1)
}

.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px
}

.dropzone .dz-preview .dz-error-mark svg,.dropzone .dz-preview .dz-success-mark svg {
    display: block;
    width: 54px;
    height: 54px
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    -ms-transition: opacity .4s ease-in;
    -o-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255,255,255,.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom,#666,#444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom,#be2626,#a92222);
    padding: .5em 1.2em;
    color: #fff
}

.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626
}
.select2-search > textarea{
    width: 50% !important;
}
.text-dashboard{
    font-size: 20px;
}
.button a {
    color: white;
}
li.active-menu > a{
    color: #46b0b9 !important;
}
.active-menu{
    background-color: white;
}
.cursor{
    cursor: pointer;
}
.slick-track > .slick-slide{
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.slick-prev:before, .slick-next:before {
    color: #46b0b9 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 12px !important;
}
.select2-container .select2-selection--single .select2-selection__arrow {
    height: 32px !important;
    width: 25px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 32px !important;
    margin-right: 30px !important;
}
.pointer-events{
    text-decoration: line-through;
    color: red;
    pointer-events: none;
}
.active_new {
    border: 2px solid #40a7af !important;
    font-weight: bold;
    color: #40a7af !important;
}

.element_div {
    border: 1px solid #a59999;
    font-weight: bold;
}

.wrap-svg {
    padding-right: 2px;
}

.div-box-search {
    border: 1px solid #a59999;
    border-radius: 19px;
    padding: 4px 8px;
    margin-top: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
}

.chosen_other_amenities_car {
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #a59999;
    margin-right: 5px;
    padding: 8px;
    border-radius: 8px;
    width: 100px;
    min-height: 80px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 5px
}

#loading {
    width: 100%;
    height: 100%;
    /*position: fixed;*/
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
}

#loading img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    /*margin-top: -75px;*/
    margin-left: -75px;
}

#toast-container-new {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
}

#toast-container-new * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#toast-container-new > div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}

#toast-container-new > :hover {
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}

#toast-container-new > .toast-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

#toast-container-new > .toast-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

#toast-container-new > .toast-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

#toast-container-new > .toast-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

#toast-container-new.toast-bottom-center > div,
#toast-container-new.toast-top-center > div {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

#toast-container-new.toast-bottom-full-width > div,
#toast-container-new.toast-top-full-width > div {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

@media all and (max-width: 240px) {
    #toast-container-new > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }

    #toast-container-new .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container-new > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

    #toast-container-new .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container-new > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
}

.toast-top-right-new {
    top: 12px;
    right: 12px;
}

#toast-container-new > div {
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    color: #737373;
    background-color: #fff;
    padding: 15px 15px 15px 65px;
    width: 300px;
    /*    min-height: 74px*/
}

#toast-container-new > .toast {
    background-image: none !important
}

#toast-container-new > :hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.loading {
    z-index: 20;
    position: absolute;
    top: 0;
    left: -5px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.loading-content {
    position: absolute;
    border: 8px solid #f3f3f3;
    border-top: 8px solid #46b0b9;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    top: 40%;
    left: 50%;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

ul.submenu li a > i {
    font-size: 5px;
    vertical-align: middle;
    padding-right: 5px;
}

.modal-title, .page-title, .in-title {
    text-transform: capitalize;
}

.error-or input {
    border: 1px solid red;
}

.error-or label {
    color: red;
}

.error-text {
    color: red;
}

.dataTables_length + .dt-buttons {
    margin-left: 10px;
}

div.dataTables_wrapper div.dataTables_length select {
    height: 35px;
    margin-top: -1px;
}

.title_left {
    min-height: 50px;
    background: #e7f1fa;
    display: flex;
    align-items: center;
    border-radius: 8px;
    color: #005edb;
    font-size: 16px;
    font-weight: 700;
    margin: 10px;
}

.title-statistic {
    padding: 10px;
    font-size: 18px;
    color: #525151;
}

.wrap_image_car {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.image_car {
    border: 1px solid #eee;
    border-radius: 5px;
    margin-right: 15px;
}

.wrap_title_car {
    margin-top: 15px;
    border-bottom: 2px solid #eee;
}

.title_car {
    font-size: 30px;
    font-weight: bold;
    color: black;
}

.wrap_features_car {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.features_car {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 2px 12px;
    margin-right: 5px;
    background: rgba(0, 0, 0, 0.50);
    color: white;
}

.features_car_star {
    /*margin-left: 20px;*/
    margin-right: 10px
}

.wrap_characteristic_car {
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
}

.title_characteristic {
    font-size: 22px;
    color: black;
    font-weight: bold;
    margin-bottom: 15px;
}

.wrap_characteristic {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.wrap_characteristic_detail {
    display: flex;
}

.characteristic_detail_image {
    margin-right: 15px;
}

.characteristic_detail_text_title {
    text-transform: uppercase;
    font-size: 14px;
}

.characteristic_detail_text_value {
    font-weight: bold;
    color: black;
    font-size: 18px;
}

.wrap_detail_car {
    border-bottom: 2px solid #eee;
}

.title_detail {
    font-size: 22px;
    color: black;
    font-weight: bold;
    margin-bottom: 10px;
}

.detail_car {
    margin-bottom: 20px;
    font-size: 16px;
}

.wrap_other_amenities_car {
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
}

.title_other_amenities_car {
    font-size: 22px;
    color: black;
    font-weight: bold;
    margin-bottom: 10px;
}

.wrap_other_amenities {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.wrap_other_amenities_detail {
    display: flex;
    align-items: center;
    min-width: 19%;
    margin-right: 14px;
    margin-bottom: 10px;
}

.wrap_customer_car{
    border-bottom: 2px solid #eee;
}

.member-info-new{
    padding-left: 50px !important;
    width: 75%;
}
.member-img{
    width: 25%;
}
.member-info-detail{
    display: flex !important;
    justify-content: space-between;
    margin-top: 10px;
}
.title_business{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.title_driving_liscense{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.div_image > div{
    justify-content: start !important;
}
.edit_button{
    border: 1px solid black;
    color: black;
    padding: 5px 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.transaction-left{
    background: white;
    border-radius: 5px;
    min-height: 300px;
    padding: 15px;
}
.transaction-right{
    background: white;
    border-radius: 5px;
    min-height: 300px;
    padding: 15px;
}
.transaction-right-bottom{
    background: white;
    border-radius: 5px;
    min-height: 300px;
    padding: 15px;
    margin-top: 15px;
}
.wrap-info-car{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 2px solid #eee;
    padding-bottom: 25px;
}
.info-car-left{
    width: 30%;
}
.info-car-right{
    padding-left:20px ;
    width: 70%;
}
.title-car{
    font-weight: bold;
    color: black;
    font-size: 24px;
}
.title-transmission{
    width: 110px;
}
.title-address{
    margin-top: 20px;
}
.title-transaction-time{
    font-weight: bold;
    color: black;
    font-size: 24px;
}
.wrap-transaction-time{
    padding-top: 20px;
    padding-bottom: 20px;
}
.left-transaction-time{
    width: 50%;
}
.transaction-time{
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
}
.value_start-left{
    padding-left: 18px;
    font-weight: bold;
    color: black;
    font-size: 18px;
    padding-top: 10px;
}
.value_start-right{
    padding-left: 18px;
    font-weight: bold;
    color: black;
    font-size: 18px;
    padding-top: 10px;
}

.title-transaction-paper{
    font-weight: bold;
    color: black;
    font-size: 24px;
    display: flex;
}
.transaction-paper,.transaction-mortgage{
    display: flex;
    grid-gap: 15px;
    gap: 15px;
    align-items: flex-start;
    padding: 16px 24px;
    background: #fef7f4;
    border-left: 8px solid #f26a2b;
    border-radius: 8px;
    flex-direction: column;
    margin-top: 15px;
}
.transaction-paper-top{
    font-weight: bold;
}
.transaction-paper-bottom{
    font-weight: bold;
}
.title-transaction-mortgage{
    font-weight: bold;
    color: black;
    font-size: 24px;
    display: flex;
}
.transaction-mortgage-top{
    font-weight: bold;
}
.wrap-transaction-mortgage{
    margin-top: 20px;
    margin-bottom: 20px;
}
.title-transaction-address{
    font-weight: bold;
    color: black;
    font-size: 20px;
    margin-top: 20px;
}
.wrap-transaction-address{
    border-bottom: 2px solid #eee;
    padding-bottom: 20px;
}
.title-transaction-price{
    font-weight: bold;
    color: black;
    font-size: 20px;
    margin-top: 20px;
}
.detail-transaction-price{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.title-price{
    font-size: 15px;
    display: flex;
}
.value-price{
    font-size: 15px;
    font-weight: bold;
    color: black;
}
.border_bottom{
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
}
.text-bold {
    font-weight: bold;
}
.tag_type_car{
    background-color: #eef7ff;
    padding: 5px 10px;
    border-radius: 15px;
}
.grand-total{
    color: black;
    font-size: 20px;
}
.view_transaction{
    width: 70%;
    color: unset !important;
    cursor: pointer;
}
.info-car-left-new{
    width: 20%;
}
.info-car-right-new{
    width: 80%;
}
.label-customer{
    color: black;
    border: 1px solid black;
    text-align: center;
    padding: 2px;
    border-radius: 10px;
}
.wrap-payment{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    padding-top: 10px;
    align-items: center;
}
.title-payment{
    font-weight: bold;
}
.value-payment{
    font-weight: bold;
}
.wrap_contract{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.div_contract{
    max-width: 200px;
    background: #fff;
    box-shadow: 1px 2px 2px rgba(0,0,0,.1), 0 0 2px rgba(0,0,0,.1);
    border-radius: 8px;
    padding: 20px;
    cursor: pointer;
    transition: all .8s cubic-bezier(.19,1,.22,1);
    text-align: center;
    margin-top: 10px;
}
.div_contract p {
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    margin-top: 10px;
}
.title_contract{
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
    color: black;
}
.item-review {
    grid-gap: 15px;
    gap: 15px;
    padding: 15px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}
.item-review .user-info{
    display: flex;
}
.item-review .user-info .info{
    width: 100%;
    margin-left: 16px;
}

.item-review .user-info .info .rate{
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}

.item-review .user-info .info .info-name{
    font-weight: 700;
    color: black;
    font-size: 17px;
    display: flex;
    justify-content:space-between;
}
@media only screen and (max-width: 1400px){
    .img-responsive{
        width: unset !important;
        height: unset !important;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .img-responsive{
        width: unset !important;
        height: unset !important;
    }
}

@media only screen and (max-width: 480px) {
    .img-responsive{
        width: unset !important;
        height: unset !important;
    }
    .view_transaction{
        width: 100%;
    }
    .title-transaction-time{
        font-size: 20px;
    }
    .title-car{
        font-size: 20px;
    }
    .info-car-left{
        width: 100%;
        padding-bottom: 20px;
    }
    .info-car-right{
        padding-left:10px ;
        width: 100%;
    }
    .modal-dialog{
        width: 95% !important;
    }
    .left-transaction-time{
        width: 100%;
    }
    .wrap_other_amenities_detail {
        width: 50%;
        margin-right: unset;
    }

    .wrap_characteristic_detail {
        width: 100%;
        margin-top: 10px;
    }

    .characteristic_detail_image {
        margin-right: 10px;
        width: 50px;
    }

    .wrap_detail_customer {
        width: 100%;
    }

    .wrap_detail_customer_car {
        display: block !important;
    }
    .features_car_star{
        margin-left: 0;
    }
    .features_car{
        width: 48%;
        margin-bottom: 5px;
        text-align: center;
    }
    .member-info-new{
        padding-left: unset !important;
        width: 100%;
    }
    .member-img{
        width: 100%;
    }
}

.title_customer_car {
    font-size: 22px;
    color: black;
    font-weight: bold;
    margin-bottom: 10px;
}

.wrap_detail_customer_car {
    border-radius: 12px;
    background: var(--grey-02, #f6f6f8);
    display: flex;
    align-items: center;
}

.wrap_detail_customer {
    display: flex;
    margin-left: 10px;
    padding: 10px;
}

.detail_customer_text {
    font-size: 16px;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
}

.detail_customer_info {
    display: flex;
    margin-top: 5px;
}

.wrap_customer_feedback {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.customer_feedback {
    width: 33%;
    text-align: center;
}

.customer_feedback_title {
    color: #6F7689;
    font-size: 14px;
}

.customer_feedback_value {
    color: #3E424E;
    font-size: 16px;
    font-weight: 600;
}
.wrap_address_car{
    margin-top: 20px;
}
.title_address{
    font-size: 22px;
    color: black;
    font-weight: bold;
    margin-bottom: 10px;
}

.address_map_car{
    margin-top: 10px;
}
.checkbox-surcharge{
    display: flex !important;
    justify-content: space-between;
    font-size: 15px;
    color: black;
    font-weight: bold !important;
}

.checkbox-surcharge >label{

}
.btn-info.dt-update,
.btn-info.dt-update:hover,
.btn-info.dt-update:focus,
.btn-info.dt-update:active,
.btn-info.dt-update.active,
.btn-info.dt-update.focus,
.btn-info.dt-update:active,
.btn-info.dt-update:focus,
.btn-info.dt-update:hover,
.open > .dropdown-toggle.btn-info.dt-update {
    background-color: #166846 !important;
    border: 1px solid #166846 !important;
}
.toast:before{
    text-align: center
}
.toast-title {
    font-weight: 600
}
.toast-title, .toast-message{
    font-family: Poppins,sans-serif;
    font-size: 14px;
}
#toast-container>div {
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    color: #737373;
    background-color: #FFF;
    padding: 15px 15px 15px 65px;
    width: 300px;
    /*    min-height: 74px*/
}
#toast-container>.toast {
    background-image: none!important
}
#toast-container>:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}
.toast-close-button {
    height: 20px;
    width: 20px;
    color: #737373;
    top: -5px;
    right: -5px;
    outline: 0
}
.toast:before {
    font-family: themify;
    font-size: 30px;
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 50%;
    color: #FFF;
    width: 40px;
    height: 40px;
    line-height: 40px
}
.toast-success, .brighttheme-success {
    border: 2px solid #17A88B
}
.toast-success .toast-title, .brighttheme-success .ui-pnotify-title {
    color: #149278
}
.toast-success .toast-progress {
    background-color: #1abe9e
}
.toast-success:before {
    content: "\e64d";
    color: #149278
}
.toast-info, .brighttheme-info {
    border: 2px solid #0FB3FF
}
.toast-info .toast-title, .brighttheme-info .ui-pnotify-title{
    color: #00a7f5
}
.toast-info .toast-progress {
    background-color: #29bbff
}
.toast-info:before {
    content: "\e717";
    color: #00a7f5
}
.toast-error:before,
.toast-warning:before {
    content: "\e6c5"
}
.toast-warning, .brighttheme-notice {
    border: 2px solid #FFB61E
}
.toast-warning .toast-title, .brighttheme-notice .ui-pnotify-title {
    color: #ffae04
}
.toast-warning .toast-progress {
    background-color: #ffbe38
}
.toast-warning:before {
    color: #ffae04
}
.toast-error, .brighttheme-error {
    border: 2px solid #E5343D
}
.toast-error .toast-title, .brighttheme-error .ui-pnotify-title {
    color: #e21d27
}
.toast-error .toast-progress {
    background-color: #e84b53
}
.toast-error:before {
    color: #e21d27
}


.brighttheme{
    background-color: #fff;
    color: #737373;
}
.ui-pnotify-icon{
    position: absolute;
    height: 100%;
    width: 38px;
    top: 0;
    bottom: 0;
}
.ui-pnotify-title {
    font-weight: 600
}
.ui-pnotify-title, .ui-pnotify-text{
    font-family: Poppins,sans-serif;
    font-size: 14px;
    padding-left: 61px;
    margin-bottom: 0 !important;
}

.brighttheme.ui-pnotify-container{
    padding: 15px;
}
.ui-pnotify-icon span:after{
    font-family: themify;
    font-size: 38px;
    text-align: center;
    font-weight: 100;
}
.ui-pnotify-icon span{
    background-color: #fff;
    border: 0;
}
.brighttheme-icon-success{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}
.brighttheme-icon-success:after{
    content: "\e64d";
    color: #149278;
}
.brighttheme-icon-info{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}
.brighttheme-icon-info:after{
    content: "\e717";
    color: #00a7f5;
}
.brighttheme-icon-notice{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}
.brighttheme-icon-notice:after{
    content: "\e6c5";
    color: #ffae04;
}
.brighttheme-icon-error{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}
.brighttheme-icon-error:after{
    content: "\e6c5";
    color: #e21d27;
}

.toast{
    height: 100%;
    min-height: unset !important;
}
.toast-success:before{
    top: 0;
    bottom: 0;
    margin: auto;
}
.toast-info:before{
    top: 0;
    bottom: 0;
    margin: auto;
}
.toast-warning:before{
    top: 0;
    bottom: 0;
    margin: auto;
}
.toast-error:before{
    top: 0;
    bottom: 0;
    margin: auto;
}

