/* ===============================
   FZ Poppins Local Font (Vietnamese)
   =============================== */

@font-face {
    font-family: 'FzPoppins';
    src: url('../fonts/FzPoppins/FZ Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FzPoppins';
    src: url('../fonts/FzPoppins/FZ Poppins-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FzPoppins';
    src: url('../fonts/FzPoppins/FZ Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FzPoppins';
    src: url('../fonts/FzPoppins/FZ Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FzPoppins';
    src: url('../fonts/FzPoppins/FZ Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FzPoppins';
    src: url('../fonts/FzPoppins/FZ Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FzPoppins';
    src: url('../fonts/FzPoppins/FZ Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body,
input,
textarea,
select,
button {
    font-family: 'FzPoppins', 'Poppins', sans-serif !important;
}

.med-bg-color {
	background: #EB212E;
}
.aiz-main-wrapper {
	background-color: #F3F7F9;
}
.med-b-radius-35 {
	border-radius: 0.6rem !important;
}
.med-b-radius-25 {
	border-radius: 0.4rem !important;
}

.med-shop-img  {
	border-radius: 50%;
	width: 45px;
	height: 45px;
}

.med-limit-char-100 {
	display: block;
	width: 100px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.med-seller-avatar {
	display:inline-block;
  	border-radius:50%;
  	width: 45px;
	height: 45px;
}

.med-text-avatar {
	color: white;
	padding: 11px;
}
.slider-shop-main {
	margin-bottom: 30px;
}
.slider-shop-thumb img {
	border-radius: 4px;
}
.slider-shop-thumb .slick-list {
	margin: 0 -10px;
}
.slider-shop-thumb .carousel-box {
	padding: 0 10px;
}

.infor-intro-list {
	padding:0;
	list-style:none
}

.infor-intro-item {
	display: flex;
}

.intro-icon {
    font-size: 25px;
}

.infor-intro-list li span {
    padding-left: 5px;
	color: #F3F7F9;
}

.row-logoCCDV {
	align-items: center;
    display: flex;
    justify-content: left;
    margin-top: 0;
}

.logoCCDV {
	margin-top: 10px;
}

.logoCCDV img{
	max-width: 135px;
	max-height: auto;
	border-radius: 5px;
}

.upload {
    border-radius: 10px;
    border: 2px dashed #e5e7eb;
}

.img-prescription {
	width: 50px;
    margin-left: auto;
    margin-right: auto;
}

.nav-link.active.medicine{
	background-color: #de1421;
}
.error-message{
	color: #EB212E;
}
.preview-images{
	border: 1px solid rgb(216, 224, 232);
	display: flex;
  	align-items: center;
}

.preview-images img{
	width: 100%;
    height:auto;
	max-width: 100%;
	margin: 10px;
}

.name-file{
	margin: 0 auto;
}

.preview-images .row {
	align-items: center;
	align-items: center;
  }

.preview-images .name-file {
display: block;
text-align: center;
margin-top: auto;
margin-bottom: auto;
}


.button-add-drug {
	float: right;
	background-color: rgb(237 240 243);
	color: #000;
	border-radius: 20%;
	font-size: 10px;
	padding: 5px;
}

@media (min-width: 769px){
	.modal-body {
		min-height: 500px;
	}
}

.modal {
	display: none; /* Hide the modal by default */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999;
  }

  .modal-image {
	display: block;
	margin: auto;
	margin-top: 150px;
	max-width: 90%;
	max-height: 90%;
  }

.circle {
    display: inline-block;
    width: 65px;
    height: 35px;
    border-radius: 40px;
    border: 2px dashed #dee2e6;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}

.textarea-dot {
	background: url(../img/bg/bg-textarea.jpg) repeat;
    border: none;
    border-radius: 0;
    height: 92px;
    line-height: 40px;
    resize: none;
	max-width: 100%;
}

.med-shop-precription .d-flex.bd-highlight .m-1 {
	margin: 0 !important;
	-ms-flex: 0 0 45px;
	flex: 0 0 45px;
	max-width: 45px;
  }

.med-shop-precription .d-flex.bd-highlight .mx-2.mt-1 {
	margin: 0 !important;
	padding-left: 10px !important;
}

.med-limit-char-max {
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.breadcrumb {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #ffffff;
    border-radius: .25rem;
}

/* Product Upload */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0.3rem 1rem;
    /*border: 1px solid #e2e5ec;*/
    border: none;
}
.select2-container .select2-selection--single {
    height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
}
.text-dotted {
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.filter-option-inner-inner {
    font-size: 14px !important;
    font-weight: 400 !important;
}
