.popup-loader-note-modal {
   	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-note-modal {
    margin: auto;
    display: flex;
    background: transparent;
    justify-content: center;
    height: 100%;
}

.modal-top-custom-note-modal {
    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-note-modal {
    display: flex;
    align-items: center;
    height: auto;
}

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

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

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

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

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

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

.hrHeight-note-modal {
    border: none;
    height: 1px;
    color: #f2f2f2;
    background-color: #f2f2f2;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
}

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

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

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

.pTitleModel-note-modal {
	height:40px;
    text-align: center;
    font-size: 13px;
    font-weight: bolder !important;
    color: black;
    font-family: 'Roboto', sans-serif;
    display:flex;
    justify-content: center; /* Căn giữa theo chiều ngang */
    align-items: center; /* Căn giữa theo chiều dọc */
}

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

.pDescriptionNote{
	min-height:60px;
	margin:10px 20px;;
	padding:0px;
}

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

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

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

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

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

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

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

@media only screen and (max-width: 914px) {
    .div-popup-content1-margin-15pt-note-modal {
        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-note-modal {
        margin: 15% auto !important;
        margin-left: 23% !important;
        border: none !important;
    }
}

@media screen and (max-width: 768px) {
    .modal-note {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto !important;
        transform: none !important;
        top: 5%;
        display: flex !important;
        justify-content: center !important;
        align-items: flex-start;
        border-radius: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        text-align: center !important;
    }
}

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

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

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

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