.avatar-32 {
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px;
    object-fit: cover;
}

.avatar-40 {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    object-fit: cover;
}

.loader-custom {
    height: 100%;
    width: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: none;
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #fff;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.this-row:target {
    background-color: lightyellow !important;
}

.img-category {
    background: none !important;
}

.icon-view {
    background-color: #4dbd74;
    padding: 8px;
}

.icon-view img{
    min-width: 75px;
    min-height: 75px;
    max-width: 75px;
    max-height: 75px;
}

.icon-view2 {
    /* background-color: #4dbd74; */
    padding: 8px;
    border: 1px solid #dbdfea;
    border-radius: 4px;
}

.icon-view2 img{
    min-width: 120px;
    min-height: 120px;
    max-width: 120px;
    max-height: 120px;
}

a.close-modal-circle {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 99;
    cursor: pointer;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
}

.cursor-pointer {
    cursor: pointer;
}

.img-location-upload {
    width: 170px;
    height: 200px;
}

.img-thumbnail {
    object-fit: cover;
    width: 100%;
    height: 200px !important;
}

.object-fit-cover {
    object-fit: cover;
}

.text-grey {
    color: #526484;
}

.left-0 {
    left: 0;
}

.w-100 {
    width: 100%;
}

.img-side-show {
    width: 42px !important;
    height: 42px !important;
    border-radius: 10%;
    margin-top: 5px;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 1px;
}

.img-news {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 1px;
    object-fit: cover;
    width: 370px;
    height: 266px;
}

.star-inloc {
    background: rgba(0, 0, 0, 0.5) !important;
    color: rgb(224, 224, 224) !important;
    border-color:rgba(0, 0, 0, 0) !important;
    margin: 5px;
    padding-left: 4px;
    font-size: 12px;
}

.star-inloc em{
    margin-right: 1px;
}


/* custom */
a.close-modal-circle {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 99;
	cursor: pointer;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
}

.dd-category {
	height: 464px;
	overflow-y: scroll;
}

.dd-category::-webkit-scrollbar {
  height: 1px;
	width: 10px;
}

.dd-category::-webkit-scrollbar-track {
	box-shadow: inset 0 0 2px rgb(230, 230, 230);
}

.dd-category::-webkit-scrollbar-thumb {
	background: #bdbdbd;
}

.dd-category::-webkit-scrollbar-thumb:hover {
	background: #7fad39;
}

.sb-category {
	max-height: 400px;
	overflow-y: scroll;
}

.sb-category::-webkit-scrollbar {
	width: 0px;
}

.sb-category::-webkit-scrollbar-track {
	box-shadow: inset 0 0 2px rgb(230, 230, 230);
}

.sb-category::-webkit-scrollbar-thumb {
	background: #bdbdbd;
}

.sb-category::-webkit-scrollbar-thumb:hover {
	background: #7fad39;
}

.bg-transparent {
  background: rgba(0, 0, 0, 0.5) !important;
}

.bg-size-contain {
	background-size: contain;
}

.bg-grey {
	background-color: #eeeeee;
}

.img-ltr {
	width: 110px !important;
	height: 110px !important;
	object-fit: cover;
}

.img-show {
	width: 540;
	height: 560px;
	object-fit: cover;
}

.img-location {
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.img-location-caption {
	vertical-align: middle;
	padding: 5px;
	font-size: 16px;
	font-weight:600
}

.img-location-head {
	height: 100%;
}

.locationReview {
    font-weight: 500;
    font-size: 13px;
    font-family: Roboto, sans-serif;
}

.text-title-location {
    font-family: Nunito, sans-serif;;
    font-weight: 700;
    line-height: 1.1;
    color: #364a63;
}

.card-location, .card-location p {
    font-family: Roboto, sans-serif, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.65;
    color: #526484;
}

.nk-support-item {
    list-style-type: none;
    padding: 1.25rem;
}

.nk-support-item:not(:last-child) {
    border-bottom: 1px solid #e5e9f2;
}
.user-avatars[class*="-purple-dim"] {
    color: #816bff;
}
.user-avatars {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #798bff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    flex-shrink: 0;
    position: relative;
    font-family: Roboto, sans-serif, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
.bg-purple-dim {
    background-color: #efecff !important;
}
.nk-support-content {
    flex-grow: 1;
    margin-left: 1rem;
}
.nk-support-content .title {
    font-family: Roboto, sans-serif, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    color: #364a63;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nk-support-content p {
    margin-bottom: 0;
    margin-top: 0.25rem;
}
.nk-support-content .time {
    display: block;
    font-size: 12px;
    color: #8094ae;
}
.user-avatars[class*="-purple-dim"] {
    color: #816bff;
}
.nk-support-item {
    display: flex;
}
.card-inner-group .card-inner:not(:last-child) {
    border-bottom: 1px solid #dbdfea;
}
.card-inner {
    padding: 1.25rem;
}
.nk-wg-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nk-wg-action-content {
    position: relative;
    padding-left: 2rem;
    padding-right: 1rem;
}
.nk-wg-action-content .title {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 0.25rem;
    font-family: Roboto, sans-serif, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    line-height: 1.65;
    color: #526484;
    text-align: left;
}
.nk-wg-action-content p {
    color: #8094ae;
    font-size: 13px;
    line-height: 1.25rem;
    font-family: Roboto, sans-serif, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
.nk-wg-action-content p:last-child {
    margin-bottom: 0;
}
.btn-trigger {
    position: relative;
    z-index: 1;
    color: #526484;
}
.btn-trigger:hover {
    background-color: #dbdfea;
    border-radius: 50%;
}

.bg-none {
    background-color: transparent;
}

.breadcrumb-img-post {
    background-position-y: -30px;
}

.bg-lighter {
    background-color: #F3F6FA;
}

.form-note {
    font-size: 12px;
    color: #8094ae;
    font-style: italic;
    display: block;
}
.gy-3 > li, .gy-3 > div {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.g-3 {
    margin: -0.5rem !important;
}
.align-items-center, .align-center, .between-center, .center {
    align-items: center !important;
}

.form-100 {
    width: 100%;
}

.pointer {
    cursor: pointer;
}

.img-recent-news {
    width: 70px;
    height: 70px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 1px;
    object-fit: cover;
}

.img-related-news {
    width: 370px;
    height: 266px;
    object-fit: cover;
}

.text-pink {
    color: pink;
}

.nav-color{
  color:#7fad39;
}
