/* SF Pro Display Fonts */
@font-face {
    font-family: 'SF Pro Display';
    src: url('https://nhanhoa.com/templates/fonts/SFPRODISPLAYREGULAR.OTF') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('https://nhanhoa.com/templates/fonts/SFPRODISPLAYMEDIUM.OTF') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('https://nhanhoa.com/templates/fonts/SFPRODISPLAYBOLD.OTF') format('opentype');
    font-weight: 700;
    font-style: normal;
}

/* Đã sửa URL cho weight 900 (Black) */
@font-face {
    font-family: 'SF Pro Display';
    src: url('https://nhanhoa.com/templates/fonts/SFPRODISPLAYBLACK.OTF?v=1') format('opentype'); 
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('https://nhanhoa.com/templates/fonts/SFPRODISPLAYHEAVYITALIC.OTF') format('opentype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('https://nhanhoa.com/templates/fonts/SFPRODISPLAYBLACKITALIC.OTF') format('opentype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('https://nhanhoa.com/templates/fonts/SFPRODISPLAYLIGHTITALIC.OTF') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('https://nhanhoa.com/templates/fonts/SFPRODISPLAYSEMIBOLDITALIC.OTF') format('opentype');
    font-weight: 600;
    font-style: italic;
}
.popup-re-call.popup-re-call-v2 .content_popup {
    width: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    font-family: "SF Pro Display", sans-serif !important;
    
}

.popup-re-call.popup-re-call-v2>.content_popup>.input-content-img img {
    width: 100%;
    transform: scale(1.02);
}
.popup-re-call-v2>.content_popup>.input-content>.submit-content {
    padding: 0;
    display: flex;
    flex-flow: column wrap;
    background: transparent;
    flex-shrink: 0;
    margin: 0;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}
.popup-re-call-v2>.content_popup>.input-content>.submit-content>.go-hotline {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.popup-re-call-v2>.content_popup>.input-content>.submit-content>.go-hotline>a {
    border-color: var(--color-highlight);
    font-weight: bold;
    border: 1px solid var(--color-highlight);
    padding: 5px;
    border-radius: 10px;
}
.popup-re-call-v2 .content_popup h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}

.popup-re-call-v2 .content_popup .input-content-intro-des {
    text-align: center;
    font-family: "SF Pro Display", sans-serif;
}

.popup-re-call-v2>.content_popup>.input-content>.submit-content>.send-go {
    display: block;
    padding: 10px;
    background: var(--color-main);
    text-align: center;
    justify-content: center;
    font-size: 16px;
    width: 100%;
}
.popup-re-call.popup-re-call-v2>.content_popup>.input-content {
    width: 50%;
    flex-shrink: 0;
    flex: 0 0 50%;
}
.popup-re-call.popup-re-call-v2>.content_popup>.input-content.input-content-right {
    padding: 35px;
    /* align-self: stretch; */
    height: auto ;
    display: flex;
    flex-flow: column wrap;
    gap: 15px;
}

.popup-re-call-v2 .content_popup .input-content-intro-des p{
    margin: 0;
    font-style: normal;
    font-weight: 400;
}
.popup-recall-location p {
    margin-bottom: 10px;
}

.popup-re-call-v2 .form-control {
    margin: 0;
    border: var(--stroke-weight-1, 1px) solid var(--Border-Default, #E6ECF0);
    background: var(--Background-Section, #F0F6FF);
}
.popup-re-call-v2 label.css-label-x2{
    background: unset;
}
.popup-re-call-v2 input[type="radio"].css-checkbox-x2+label.css-label-x2 {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 18px;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    border-radius: 20px;
    background: var(--Primary-Secondary, #B3EAEA);
    margin: 0;
    padding: 10px 15px;
    height: 38px;
    display: flex;
    gap: 8px;
}
.popup-recall-location-chkbox {
    display: flex;
    align-items: center;
    gap: 10px;
}
.popup-re-call-v2 input[type="radio"].css-checkbox-x2+label.css-label-x2 i {
    display: none;
    font-size: 22px;
}
.popup-re-call-v2 input[type="radio"].css-checkbox-x2+label.css-label-x2 i.fa-circle {
    display: block;
    color: var(--Text-Secondary, #6A7282);
}
.popup-re-call-v2 input[type="radio"].css-checkbox-x2:checked+label.css-label-x2 i.fa-check-circle{
    display: block;
}
.popup-re-call-v2 input[type="radio"].css-checkbox-x2:checked+label.css-label-x2 i.fa-circle{
    display: none;
}
.popup-re-call-v2 input[type="radio"].css-checkbox-x2+label.css-label-x2 span {
    font-size: 14px;
    color: var(--color-text);
}
.alert-danger {
    border-radius: 5px;
}

.popup-re-call-v2 input.form-control {
    height: 42px;
}
/*full left image*/
.popup-re-call.popup-re-call-v2>.content_popup>.input-content {
  display: flex;
  height: auto;
  align-items: stretch;
  padding: 0px;
  overflow: hidden;
}

.popup-re-call.popup-re-call-v2>.content_popup>.input-content-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.popup-re-call.popup-re-call-v2 .content_popup {
  display: flex;
  align-items: stretch;
}
@media (max-width: 992px){
   
    .popup-re-call.popup-re-call-v2>.content_popup>.input-content.input-content-img {
        display: none !important;
    }

    .popup-re-call.popup-re-call-v2>.content_popup>.input-content {
        width: 100%;
        flex: 0 0 100%;
    }

    .popup-re-call.popup-re-call-v2 .content_popup {
        width: 90%;
    }

    .popup-re-call.popup-re-call-v2>.content_popup>.input-content.input-content-right {
        padding: 25px 20px;
    }
}