.modal-header {
    background: #9792d2;
    color: white;
}
.color-tb {
    color: white !important;
}
.page-title-box .page-title {
    line-height: 31px !important;
    color: white !important;
}
._pd-30 {
    padding: 30px;
}
/* Tooltip */
.tooltip_sydai {
    position: relative;
    display: inline-block;
}

.tooltip_sydai .tooltiptext {
    visibility: hidden;
    position: absolute;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip_sydai:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip-right {
  top: -5px;
  left: 125%;  
}

.tooltip-right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #000 transparent transparent;
}

.tooltip-bottom {
  top: 135%;
  left: 50%;  
  margin-left: -60px;
}

/* .tooltip-bottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #000 transparent;
} */

.tooltip-top {
  bottom: 125%;
  left: 50%;  
  margin-left: -60px;
}

/* .tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
} */

.tooltip-left {
  top: -5px;
  bottom:auto;
  right: 128%;  
}
.tooltip-left::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #000;
}
.fz-sydai-14 {
    font-size: 14px;
}

.table-sm td,.table-sm th{padding:.2rem}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #727cf5;
    background-color: #fff;
}


.avatar-upload {
	position: relative;
	max-width: 205px;
	margin: auto;
	float: right;
	top: -47px;
    right: 0;
  }
  .avatar-upload .avatar-edit {
	position: absolute;
	right: 26px;
	z-index: 1;
	top: 10px;
  }
  .avatar-upload .avatar-edit input {
	display: none;
  }
  .avatar-upload .avatar-edit input + label {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-bottom: 0;
	border-radius: 100%;
	background: #007bff;
	border: 1px solid transparent;
	box-shadow: 3px 3px 13px #007bff82;
	cursor: pointer;
	font-weight: normal;
	font-size: 13px;
	transition: all 0.2s ease-in-out;
  }
  .avatar-upload .avatar-edit input + label:hover {
	background: #007bff;
	border-color: #007bff;
  }
  .avatar-upload .avatar-edit input + label:after {
	content: "\f03e";
	font-family: 'FontAwesome';
	color: #FFF;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
  }
  .avatar-upload .avatar-preview {
	width: 125px;
	height: 125px;
	position: relative;
	border-radius: 100%;
	border: 6px solid #F8F8F8;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	right: 30px;
  }
  .avatar-upload .avatar-preview > div {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
  }

  @media screen and (max-width: 600px) {
	  .avatar-upload {
		  top: 0;
	  }
  }

