.popup-loader-modal-other {
	display: none;
	position: fixed;
	z-index: 6;
	left: 0;
	top: 0;
	width: 100dvw;
	height: 100dvh;
	background-color: rgba(0, 0, 0, 0.4);
	overflow: hidden;
	justify-content: center; /* Căn giữa theo chiều ngang */
	align-items: center;
}

.div-popup-content1-modal-other {
    margin: auto;
    display: flex;
    background: transparent;
    justify-content: center;
    height: 100%;
}

.modal-top-custom-modal-other {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto !important;
    transform: none !important;
    top: 20%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-radius: 0;
    max-width: 100% !important;
    width: 100% !important;
    text-align: center !important;
}

.div-popup-content-modal-other {
    display: flex;
    align-items: center;
    height: auto;
    justify-content: center ;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #888;
    flex-flow:column;
}

.justify-content-center-modal-other {
    justify-content: center !important;
}

.max-width-300-modal-other {
    max-width: 300px;
}

.div-popup-content3-modal-other {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #888;
    padding: 10px;
}

.padding-0-modal-other {
    padding: 0px !important;
}

#pTitleModelModalOther {
	display:flex;
	align-items: center; 
    justify-content: center; 
    text-align: center;
    font-size: 13px;
    font-weight: bolder;
    height:40px;
}

.modal-title-sns-modal-other {
    font-size: 13px !important;
    color: #000000 !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold !important;
}

.hr-modal-other {
    display: block;
    height: 1px;
    width:100%;
    border: 0;
    border-top: 1px solid #D9D9D9;
    color: #D9D9D9;
}

.hrHeight-modal-other {
    border: none;
    height: 1px;
    color: #f2f2f2;
    background-color: #f2f2f2;
}

.close-modal-other {
    text-align: center;
    color: #00b0f0;
    font-size: 14px;
    font-weight: bold;
    display:flex;
     align-items: center; /* Căn giữa theo chiều dọc */
    justify-content: center; /* Căn giữa theo chiều ngang (tùy chọn) */
    height:40px;
}

.close-modal-other:hover, .close-modal-other:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-btn-footer-sns-modal-other {
    font-size: 13px !important;
    color: #00B0F0 !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: normal !important;
}

#pDescriptionModalOther{
	min-height:60px;
	margin:10px 20px;;
	padding:0px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .div-popup-content1-modal-other {
        margin: auto;
        display: table;
        background: transparent;
        justify-content: center;
        height: 100%;
    }

    .div-popup-content1-margin-15pt-modal-other {
        margin: 15% auto !important;
        margin-left: 13% !important;
        border: none !important;
    }
}

@media only screen and (max-width: 420px) {
    .div-popup-content1-margin-15pt-modal-other {
        margin: 15% auto !important;
        margin-left: 29% !important;
        border: none !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 700px) {
    .div-popup-content1-margin-15pt-modal-other {
        margin: 15% auto !important;
        margin-left: 9% !important;
        border: none !important;
    }
}

@media only screen and (max-width: 750px) {
    .div-popup-content1-modal-other {
        margin: auto;
        display: table;
        background: transparent;
        justify-content: center;
        height: 100%;
    }

    .div-popup-content1-margin-15pt-modal-other {
        margin: 15% auto !important;
        margin-left: 10% !important;
        border: none !important;
    }
}

@media only screen and (max-width: 850px) {
    .div-popup-content1-margin-15pt-modal-other {
        margin: 15% auto !important;
        margin-left: 11% !important;
        border: none !important;
    }
}

@media only screen and (max-width: 900px) {
    .div-popup-content1-margin-15pt-modal-other {
        margin: 15% auto !important;
        margin-left: 5% !important;
        border: none !important;
    }
}

@media only screen and (max-width: 914px) {
    .div-popup-content1-margin-15pt-modal-other {
        margin: 15% auto !important;
        margin-left: 15% !important;
        border: none !important;
        position: absolute;
        top: 50%;
        left: 35%;
        transform: translate(-50%, -50%) !important;
    }
}

@media only screen and (max-width: 920px) {
    .div-popup-content1-margin-15pt-modal-other {
        margin: 15% auto !important;
        margin-left: 23% !important;
        border: none !important;
    }
}