@font-face {
    font-family: SVN-Gilroy;
    src: url(/assets/file/font-Family/SVN-Gilroy\ Medium.otf);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: SVN-Gilroy;
    font-size: 15px;
    color: rgba(68, 73, 77, 1);
    background: #F2F2F2 !important;
    width: 100%;
}

.form-feedback {
    background: #F2F2F2;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fb-bg {
    min-height: 100vh;
    width: 100%;
    padding: 1rem 0;
    position: relative;
    background-image: url(../images/bg-header-zns.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

.fb-bg2 {
    min-height: 100vh;
    max-width: 630px;
    padding: 1rem 0;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/bg-header-zns-2.png);
}

.my-card {
    border: none !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
}

.card2 {
    border: none !important;
    border-radius: .5rem !important;
}

a,
input[type="submit"],
input[type="button"],
button {
    cursor: pointer;
    text-decoration: none !important;
}

ul,
li {
    list-style-type: none;
}

li {
    display: flex;
    justify-content: space-between;
}

.my-card::before {
    content: '';
    display: block;
    background-image: url(../images/bg-progress.png);
    background-size: cover;
    height: 11px;
    background-repeat: repeat-x;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.my-card::after {
    content: '';
    display: block;
    background-image: url(../images/bg-parabol.png);
    background-position: bottom;
    height: 16px;
    background-repeat: repeat-x;
    transform: translate(0px, 12px);
    background-size: cover;
}

.btn-call {
    padding: 10px;
    color: #E03;
    text-align: center;
    font-size: 15px;
    border-radius: 8px;
    border: 1px solid #E03;
    background: #FFF;
}

.btn-follow {
    padding: 10px;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    border-radius: 8px;
    background: #E03;
    border: none;
}

.btn-call:hover {
    color: #FFF;
    background: #E03;
}

.btn-follow:hover {
    color: #FFF;
    background: rgb(194, 6, 47);
}

#footer {
    background-color: #232E34;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

#footer h2 {
    font-size: 14px;
}

.card-title {
    font-size: 17px;
    color: #44494D;
}

.bold {
    font-weight: 600;
}

.list-reason li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #EEEEEE;
    width: 100%;
}

.list-reason li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.custom-checkbox {
    accent-color: #EE0033;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.list-reason li label {
    width: calc(100% - 30px);
    display: flex;
    align-items: center;
}

#neo_bottom {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
}

#neo_bottom .btn-lg {
    padding: 16px;
    border-radius: 8px;
    font-size: initial;
    background-color: #EE0033 !important;
    border-color: #EE0033 !important;
}

#loading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    overflow: hidden;
}

#loading::before {
    content: '';
    display: block;
    width: 50px;
    --b: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 1px;
    background: conic-gradient(#0000 10%, #f03355) content-box;
    -webkit-mask: repeating-conic-gradient(#0000 0deg, #000 1deg 20deg, #0000 21deg 36deg), radial-gradient(farthest-side, #0000 calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
    animation: spin 1s infinite steps(10);
}

.color-vtp {
    color: #EE0033;
}

#txt_result {
    font-size: 13px;
}

.img-note {
    width: 64px;
    height: 64px;
}

.list-reason-2 {
    border-top: 1px dashed #DCE6F0;
}

.rotate {
    transform: rotate(90deg);
}

.avatar-pm {
    width: 40px;
    height: 40px;
}

.color-txt {
    color: rgba(130, 130, 130, 1);
}

.txt-content {
    margin-top: 6px;
}

.fs-13 {
    font-size: 13px
}

.fb-bg-short {
    min-height: 100vh;
    width: 100%;
    padding: 1rem 0;
    position: relative;
    background-image: url(../images/bg-header-short.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

.fb-bg-reson {
    min-height: 100vh;
    width: 100%;
    padding: 1rem 0;
    position: relative;
    background-image: url(../images/bg-reson.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

.card-custom {
    border: none !important;
    border-radius: .5rem;
}

.footer-confirm {
    background-color: #ffff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.form_map {
    position: relative;
}

.btn-back {
    position: absolute;
    top: 16px;
    left: 10px;
    border: none;
    background: none;
    z-index: 2;
}

.btn-local {
    position: absolute;
    top: 8px;
    right: 10px;
    border: none;
    background: none;
    z-index: 2;
}


.custom-control-label:hover {
    cursor: pointer;
}
.custom-radio .custom-control-label {
    line-height: 27px;
}
.custom-radio .custom-control-label::before {
    width: 20px;
    height: 20px;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url(/assets/images/radio-on.svg) !important;
    background-size: 100%;
    background-position: center;
    margin: 0;
    width: 20px;
    height: 20px;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #EE0033;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
}

.note-book {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.note-book img {
    width: 86px;
    height: 86px;
}

#checkbox_address {
    display: none;
}

.check {
    position: relative;
    display: inline-block;
    width: 23px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}

.check::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 4px;
    width: 11px;
    height: 6px;
    border: 2px solid #ffff;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}

/* Checked */
#checkbox_address:checked+.check {
    background-color: #E03;
    border-color: #E03;
}

#checkboxDis:checked+.check {
    background-color: gray;
    border-color: gray;
}

#checkboxDis {
    display: none;
}

#checkbox_address:checked+.check::after {
    border-color: #fff;
}

/* Label */
.label-confirm {
    margin-left: 10px;
    font-size: 16px;
    line-height: 16px;
    color: #333;
    cursor: pointer;
}

/* Textbox */
.textbox {
    width: 400px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    margin-top: 10px;
}

.start-danh-gia {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

/* .start-danh-gia {
    margin-left: 10px;
} */
.rating {
    display: inline-block;
    position: relative;
}

.rating label {
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.rating label:last-child {
    position: static;
}

.rating label:nth-child(1) {
    z-index: 5;
}

.rating label:nth-child(2) {
    z-index: 4;
}

.rating label:nth-child(3) {
    z-index: 3;
}

.rating label:nth-child(4) {
    z-index: 2;
}

.rating label:nth-child(5) {
    z-index: 1;
}

.rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rating label .icon path#Star_2 {
    float: left;
    margin-right: 6px;
    fill: transparent;
}

.rating label:last-child .icon path#Star_2 {
    fill: #DCE6F0;
}

.rating:not(:hover) label input:checked~.icon path#Star_2,
.rating:hover label:hover input~.icon path#Star_2 {
    fill: #FFA620;
}

.rating label input:focus:not(:checked)~.icon path#Star_2:last-child {
    fill: #DCE6F0;
    text-shadow: 0 0 5px #FFA620;
}

.lits-reason li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #EEEEEE;
    width: 100%;
}

.lits-reason li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.custom-checkbox {
    cursor: pointer;
    accent-color: #EE0033;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.lits-reason li label {
    width: calc(100% - 30px);
    display: flex;
    align-items: center;
}

.btn-disabled {
    background-color: #B5B4B8 !important;
    color: #FFFFFF !important;
}

.number-star .star-value {
    text-align: center;
}

.number-star .star-value svg {
    padding: 3px;
}

.txt-star {
    text-align: center;
    color: var(--bo-li, #FF3C3C);
}

.txt-red {
    color: rgba(238, 0, 51, 1);
}

.toggle-detail {
    border: none !important;
    position: relative;
}

.icon-toggle {
    cursor: pointer;
    padding-left: 300px;
    padding-right: 20px;
    position: absolute;
    right: -20px;
    top: 0;
}

.backPopup {
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 15px;
    background-color: #E03;
    border: none;
    z-index: 2;
}

#image_local,
.image-local {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    border: none;
    background: none;
    cursor: grab;
}

#fb_content {
    color: rgba(130, 130, 130, 1);

}
.tooltip-inner {
    max-width: 250px; 
    width: auto;
  }
.fs-18{
    font-size: 18px;
}
.fs-15{
    font-size: 15px;
}