Viewing File: /home/ubuntu/misabloom-backend-base/public/css/custom.css

html {
    scroll-padding-top: 250px;
}


th, tr, td {
	text-align: left;
}

.index-table {
	margin-top: -70px;
}

.view-table {
	margin-top: -20px;
}

.view-table-td {
	text-align: left;
	min-width: 600px;
}

.user-image-padding {
	padding: 0px 20px;
	margin-left: 20px;
}

.user-view-header {
	margin: 0px -30px;
}

.view-table-wid-td {
	text-align: left;
	min-width: 600px;
}

.pl-50 {
	padding-left: 50px !important;
}

.user-table-padding {
	padding: 0px 20px;
}

.filter-modal {
	margin-left:150px;
}

.user-search-label {
	margin-top: -20px;
}

.company-job-search-label {
	margin-top: -70px;
}

.main-body {
	--kt-toolbar-height: 55px; 
	--kt-toolbar-height-tablet-and-mobile: 55px; 
}

.mt-50 {
	margin-top: -50px
}

.mt-30 {
	margin-top: -30px
}

.overflow-x-hidden {
	overflow-x: hidden;
}

.subscription-min-height {
	min-height: 400px;
}

.subscription-choose-btn-pos {
	margin-top: 310px;
}

.plans-no-data {
	margin-top: 30px;
}

.link-disabled {
	color: black;
  pointer-events: none;
}

.w-785px {
	width: 785px;
}

.w-817px {
	width: 817px;
}

.settings-li {
	padding-right: 100px;
}

.w-317px {
	width: 317px;
}

.word-break {
	word-break: break-word !important;
}

.resume-validate {
	margin: 10px;
}

.m-5 {
	margin: 5px ;
}

.text-left {
	text-align: left;
}

.google-map {
    border:1px solid #eff2f5;
    width: 100%;
    height: 500px;
}

.site-plans-title {
	margin-top: -20px;
}

.bg-blue {
	background-color: #1976D2 !important;
}

.bg-brown {
	background-color: #E77C28 !important;
}

.gap-6em {
	gap: 6em;
}

.no-wrap {
	white-space: nowrap;
}

.link-disabled {
	pointer-events: none;
}

.btn-neon {
  color: #ffffff;
  background: #2deaf0;
  text-decoration: none;
}

.btn-neon:hover {
  color: #fff;
  background: #38d2e0;
  text-decoration: none;
}

.btn-brown {
  color: #ffffff;
  background: #DF9230;
  text-decoration: none;
}

.btn-brown:hover {
  color: #fff;
  background: #CB8429;
  text-decoration: none;
}

.no-text-wrap {
	white-space: nowrap;
}

.admin-profile-img {
	width: 25%;
	margin-top: 8px;
}

.user-profile-img {
	margin-top: 8px;
}

.user-cover-img {
	margin-top: 8px;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.w-310 {
	width: 310px;
}

.banner-img {
	width: 50%;
	margin-top: 30px;
}

.banner-cover img {
		object-position: center;
    width: 100%;
    height: 20em;
    object-fit: cover;
    border-radius: 10px;
}

.column-preview {
  float: left;
  width: 33.33%;
  padding: 5px;
}

.column-preview img {
	object-position: center;
  object-fit: cover;
  border-radius: 10px;
}

.info-prev-img {
	height:300px !important;
	width: 300px !important;
	margin: 1em;
}

.gallery {
	display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.gallery img {
	object-position: center;
  width: 100%;
  height: 20em;
  object-fit: cover;
  border-radius: 10px;
}

.w-170px {
	width: 170px;
}

.table-scrollbar {
	position: relative;
	height: auto;
	overflow: auto;
}

.land-prop-pagination {
	margin-top: 20px;
}

.ml-20 {
	margin-left:20px;
}

.dropdown-scrollbar {
  height: auto;
  max-height: 280px;
  overflow-x: hidden;
}

.no-border {
	border: none;
}

.prop-uniq-id {
  border: 2px solid;
  padding: 10px;
  border-image-slice: 1;
  border-image-source: linear-gradient(to left, #BB8FCE, #3498DB);
}

.mt-35px {
	margin-top: -35px;
}

.file-delete {
	position: absolute;
	top: 0;
	right: 0;
  margin: 10px;
  opacity: 0.5;
  font-size: 3px;
}

.note-text {
	font-size: 10px;
}

.work-break-all {
	word-break: break-all;
}

.w-25p {
	width: 25%;
}

.float-right{
	float: right;
}

.category-picture {
	margin: 20px;
	width: 20%;
}

.info-btn {
	margin-top: 30px;
}

.link-disabled {
  pointer-events: none;
}

.file-delete {
	position: absolute;
	top: 0;
	right: 0;
  margin: 10px;
  opacity: 0.5;
  font-size: 3px;
}

.order-dashboard-table {
	margin-top: -25px;
}

.settings-box{
	display: grid;
	grid-template-columns: 220px auto;
	padding: 2em;
}

.restore-all {
	position: absolute;
  right: 35px;
}

.file-mark-default {
	position: absolute;
	top: 0;
	left: 0;
  margin: 10px;
  opacity: 0.8;
  font-size: 3px;
}

.image-text-overlay {
	position: absolute;
  left: 11px;
  top: 87px;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0em 3.2em;
  font-size: 1em;
  color: #fff;
}

.btn-dark-blue {
  color: #fff;
  background: #0A2949;
  text-decoration: none;
}

.btn-dark-blue:hover {
  color: #fff;
  background: #193F68;
  text-decoration: none;
}

.word-break-all {
	word-break: break-all;
}

.rating {
	display: block;
  box-shadow: none !important;
  background: transparent;
  justify-content: left !important;
  align-items: flex-start !important;
}
Back to Directory File Manager