body {
	min-width: 1200px;
}

.bg-unity-1 {
	min-height: 100vh; 
	/* background: linear-gradient( to bottom, #eaecf0 0px, #eaecf0 300px, #fff 301px); */
}

.bg-unity-3 {
	min-height: 100vh;
	background: linear-gradient(to bottom, #304F65 0px, #304F65 235px, #fff 236px);
}

.form-label-unity {
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 0;
}

.error-text-unity {
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 150%;
}

.form-label-unity-v2 {
        font-size: 11px;
        margin-top: 0px;
        margin-bottom: 0px;
        display: block;
        line-height: 150%;
}

.error-text-unity-v2 {
        font-size: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 150%;
        min-height: 15px;
}

.border-unity-start {
	border-left: none; 
}

.border-unity-lg-start {
	border-left: none; 
}

@media (min-width: 768px)
{
.border-unity-start {
	border-left: 1px solid #dee2e6; 
}
}

@media (min-width: 992px)
{
.border-unity-lg-start {
	border-left: 1px solid #dee2e6; 
}
}

.unity-blur {
	filter: opacity(75%);
}

.ratio-2x1 {
	--bs-aspect-ratio: 50%;
}

.ratio-3x4 {
	--bs-aspect-ratio: 133.333%;
}


.btn {
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 40px;
	font-size: 14px;
}

.btn-sm {
	height: 32px;
}

.btn-width-100 {
	width: 100%;
}

.fs-8-unity {
	font-size: 8px;
}

.fs-10-unity {
	font-size: 10px;
}

.fs-12-unity {
	font-size: 12px;
}

.fs-14-unity {
	font-size: 14px;
}

.fs-16-unity {
	font-size: 16px;
}

.fs-18-unity {
	font-size: 18px;
}

.fs-20-unity {
	font-size: 20px;
}

.fs-24-unity {
	font-size: 24px;
}

/* for animation */
.flash_object {
	animation-duration: 1s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
}

.flash_object:hover {
	animation-play-state: paused; 
}


/* for snackbox */

.snackbox {
	position: fixed; 
	z-index: 1031; 
	left: 185px; 	
	top: 60px;

	display: block;
	animation-duration: 0.5s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
}

.snackbox:hover {
	animation-play-state: paused; 
}

.popover {
	--bs-popover-max-width: 400px;
}

.dark-grey-font {
	color: #494D4F;
}

.grey-font {
	color: #6D7172;
}

/* padding-top */
.pt-4px {
	padding-top: 4px;
}

.pt-8 {
	padding-top: 8px;
}

.pt-12 {
	padding-top: 12px;
}

.pt-16 {
	padding-top: 16px;
}

.pt-24 {
	padding-top: 24px;
}

.pt-52 {
	padding-top: 52px;
}

/* padding-bottom */
.pb-4px {
	padding-bottom: 4px;
}

.pb-12 {
	padding-bottom: 12px;
}

.pb-16 {
	padding-bottom: 16px;
}

.pb-32 {
	padding-bottom: 32px;
}

/* padding-left */
.pl-14 {
	padding-left: 14px;
}

.pl-24 {
	padding-left: 24px;
}

/* padding-right */
.pr-8 {
	padding-right: 8px;
}

.pr-24 {
	padding-right: 24px;
}

/* margin-left */
.ml-24 {
	margin-left: 24px;
}

/* margin-right */
.mr-8 {
	margin-right: 8px;
}

.mr-24 {
	margin-right: 24px;
}

/* margin-top */
.mt-16 {
	margin-top: 16px;
}

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

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

/* margin-bottom */
.mb-16 {
	margin-bottom: 16px;
}

.mb-24 {
	margin-bottom: 24px;
}

.title-font {
	font-size: 24px;
	color: #1D1F20;
}

.dashboard-card {
	border-radius: 16px;
	box-shadow: 0px 2px 4px 0px rgba(36, 38, 39, 0.16);
	padding: 24px;
	height: 100%;
}

.dashboard-label {
	color: #fff;
	background-color: #36B37E;
	border-radius: 4px;
	margin-right: 28px;
	font-weight: 600;
}

.menu-img-icon {
	width: 80px;
	height: 96px;
	object-fit: contain;
	margin-right: 8px;
	vertical-align: middle;
}

.manage-btn {
	width: 124px;
	margin-top: auto;
}

.cursor {
	cursor: pointer;
}


/* home page */
.welcome-container-box {
    padding: 24px;
    border-radius: 16px;
    background: #619FCB;
    box-shadow: 0px 2px 4px 0px rgba(36, 38, 39, 0.16);
    width: 88.5%;
}

.welcome-container-box .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.48px;
    color: #fff;
}

.welcome-container-box .content {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 166.667% */
    color: #fff;
}

.image-pos {
    position: absolute;
    top: -40%;
    right: 0%;
}

.sm-card {
	border-radius: 16px;
	box-shadow: 0px 2px 4px 0px rgba(36, 38, 39, 0.16);
	padding: 24px;
	height: auto;
	width: calc(100%/3);
	margin-right: 24px;
}

.sm-card:last-child {
	margin-right: 0px;
}

.sm-card .label {
	color: #619FCB;
	font-weight: 600;
	font-size: 12px;
}

.sm-card .num-count {
	font-size: 32px;
	font-weight: 700;
	color: #1D1F20;
}

.tableRow-title {
	font-size: 12px;
	color: #6D7172;
	font-weight: 400!important;
}

.bg-synap-3 {
	min-height: 100vh;
	background: linear-gradient(to bottom, #DFECF5 0px, #DFECF5 205px, #fff 206px);
}

.previous-font {
	font-size: 12px;
	color: #76797B;
	cursor: pointer;
}

.detail-title {
	font-size: 32px;
	font-weight: 700;
}

.upper-card-box {
	border-radius: 16px;
	border: 1px solid #ebebeb;
	padding: 8px;
	box-shadow: 0px 2px 4px 0px rgba(36, 38, 39, 0.16);
}

.info-synap {
    flex: 1;
    padding: 8px 16px;
}

.info-synap:not(:last-child) {
    border-right: 1px solid #d3d3d3; /* Light gray vertical divider */
}

.tab-wrapper {
	width: 100%;
    border-bottom: 1px solid #eee;
}

.tab-bar {
	display: flex;
    gap: 24px;
	color: #4E7FA2;
	font-size: 12px;
	font-weight: 600;
}

.tab-item {
    font-size: 12px;
    font-weight: 600;
    color: #76797B;
    padding: 8px 18.5px;
    cursor: pointer;
    position: relative;
}

.tab-item.active {
    color: #4E7FA2;
}

.tab-item.active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #4E7FA2;
    border-radius: 1px;
}

.table-key {
	font-size: 14px;
	color: #6D7172;
	font-weight: 400;
}

.table-value {
	font-size: 14px;
	color: #494D4F;
	font-weight: 600;
	word-break: break-all;
}

.table-content-padding {
	padding: 8px 0px;
}

/* li {
	list-style-type: none;
	border-left: none!important;
	margin-left: 0em!important;
} */

.btn-more {
	border: 1px solid #494D4F;
	border-radius: 8px;
	background-color: #DFECF5;
	display: flex;
	justify-content: center;
	align-items: center;
}

.close-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 24px;
	color: #494D4F;
	font-size: 16px;
	cursor: pointer;
}

.file-font {
	font-weight: 700;
	font-size: 18px;
	color: #1D1F20;
}

.filename-font {
	font-weight: 400px;
	font-size: 14px;
	color: #6D7172;

}

.detail-title-font {
	font-weight: 700;
	font-size: 16px;
	color: #1D1F20;
}

.char-count {
	bottom: 5px; /* Adjust for desired spacing from bottom */
	right: 5px;  /* Adjust for desired spacing from right */
	color: gray; /* Style the text color */
	font-size: 0.8em; /* Adjust font size */
}

.owner-text {
	font-weight: 400;
	font-size: 12px;
	color: #6D7172;
}

/* stepper */
.stepper-background {
	background-color: #F2F4F7;
	padding: 80px 48px;
	border-radius: 24px;
	height: 100%;
}

.stepper-title {
	font-weight: 700;
	font-size: 14px;
	color: #6D7172;
}

.steps-vertical {
	max-width: 500px;
	padding: 0;
}

.step-vertical {
	display: flex;
	position: relative;
	padding: 5px 0;
}

.step-vertical:not(:last-child)::after {
	content: '';
	position: absolute;
	left: 7px;
	top: 18px;
	bottom: 0;
	border-width: 1px;
	height: 20px;
	border-color: #619FCB;
	border-style: dashed;
}

.step-vertical-icon {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: white;
	border: 0.3px solid #dee2e6;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1rem;
	font-size: 20px;
	color: #6c757d;
	position: relative;
	z-index: 2;
	flex-shrink: 0;
}

.step-vertical-icon .material-symbols-outlined.completed {
	border-radius: 50%;
	color: white;
	background-color: #619FCB;
}

.step-vertical-content {
	font-size: 12px;
	color: #494D4F;
	font-weight: 400;
}

.step-vertical.active .step-vertical-content {
	font-weight: 600;
} 

.step-vertical.active .step-vertical-icon {
	background: white;
	border-color: #619FCB;
	color: #619FCB;
	/* box-shadow: 0 0 0 5px rgba(67, 97, 238, 0.2); */
}

.step-vertical.complete .step-vertical-icon {
	background: white;
	border-color: #619FCB;
	color: #619FCB;
}
/* stepper */

/* drawer component */
.drawer-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.5);
	display: flex;
	justify-content: flex-end;
	z-index: 1050;
}

.drawer-panel {
	background: #fff;
	width: 400px;
	height: 100%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	transform: translateX(100%);
	animation: slideIn 0.3s forwards;
}

.drawer-title {
	font-weight: 700;
	font-size: 18px;
	color: #1D1F20;
}

.drawer-description {
	font-weight: 400;
	font-size: 14px;
	color: #6D7172;
}

@keyframes slideIn {
	to {
		transform: translateX(0);
	}
}

.institution-list {
	flex: 1;
	overflow-y: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 5px;
}

/* drawer component */

.edit-title-font {
	color: #242627;
	font-size: 16px;
	font-weight: 700;
}

.edit-desc-font {
	color: #76797B;
	font-size: 12px;
}

.default-font {
	font-size: 12px;
	color: #6D7172;
	padding-left: 16px;
}

.saf_option_title {
	font-size: 14px;
	font-weight: 600;
	color: #6D7172;
	text-transform: capitalize;
}

.saf_option_desc {
	font-size: 12px;
	font-weight: 400;
	color: #6D7172;
}

/* toggle switch */

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 30px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  background-color: #c7c7c7;
  border-radius: 30px;
  transition: background-color 0.3s ease;
}

.toggle-knob {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  color: #619fcb;
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

/* When ON (Yes) */
.toggle-switch input:checked + .toggle-slider {
  background-color: #619fcb;
}

.toggle-switch input:checked + .toggle-slider .toggle-knob {
  transform: translateX(40px);
  background-color: white;
  color: #619fcb;
}

/* When OFF (No) */
.toggle-switch input:not(:checked) + .toggle-slider .toggle-knob {
  background-color: white;
  color: #c7c7c7;
}

/* toggle switch */

.fade-in {
  animation: fadeIn 0.25s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* START change status modal */

.change-status-modal-box {
	width: 520px;
	margin: 6vh auto;
	border-radius: 8px;
	padding: 24px 32px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.change-status-modal-title {
	font-weight: 700;
	font-size: 18px;
	color: #1D1F20;
}

/* END change status modal */

.btn-skip:hover {
	background-color: #e7e7e7;
	box-shadow: 0px 2px 4px 0px rgba(36, 38, 39, 0.16);
}

/* link type box */

.link_type_box {
  border: 2px solid #4a4f52;
  border-radius: 20px;
  width: 48%;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.link_type_box:hover {
  border-color: #619FCB;
}

.link_type_box.active {
  border-color: #619FCB;
  box-shadow: 0 0 0 1px #619FCB;
}

.radio-circle {
  width: 22px;
  height: 22px;
  border: 2px solid #4a4f52;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.radio-dot {
  width: 10px;
  height: 10px;
  background-color: #619FCB;
  border-radius: 50%;
}

.tick-box {
  width: 22px;
  height: 22px;
  border: 2px solid #4a4f52;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tick {
  color: #619FCB;
  font-size: 16px;
  line-height: 1;
  transition: all 0.2s ease;
}

/* link type box */

.closable2-panel-value-font {
	font-size: 14px;
	font-weight: 600;
	color: #494D4F;
	padding: 8px 16px;
}
