.hidden {
	display: none !important;
}

.swiper-container .swiper-wrapper li a.active-tab:after {
	opacity: 1;
}
.swiper-container .swiper-wrapper li a.active-tab {
	color: #fff;
    font-weight: 700;
}
.btn2{
	height: 40px !important;
	line-height: 40px !important;
    width: 45% !important;
    margin-top: 2.1rem;
    background: #2d49a7;
    color: #fff;
    text-align: center;
    border-radius: 50px;
}
.btn1{
	display: block;
    width: 100% !important;
    height: 58px !important;
    margin-top: 2.1rem;
    line-height: 58px !important;
    background: #2d49a7;
    color: #fff;
    text-align: center;
    border-radius: 50px;
}

.bookmark-toggle-btn{position:relative;display:inline-block;width:20px;height:20px;vertical-align:middle;}
.bookmark-toggle-btn:before{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);font-size:1rem;font-family:'xeicon';color:#cbcbcb;content:'\ea16';}
.bookmark-toggle-btn.active:before{content:'\ea0f';color:#7d7d7d;}
.cont_wrap .login-input-wrap .input-wrap {
    margin-bottom: 10px;
}
#id-error, #password-error, #login-error {
	color: red;
	display: none;
}

.document_info {
	padding-bottom: 250px;
}

.border-no-content{
    border-bottom: 1px solid #e9e9f0;
}

.no-content {
    width: 100%;
    overflow: hidden;
    margin: 0;
    margin-bottom: 10px;
    font-size:22px;
    color : #666666;
}

/* 2025-03-28 css button check in/ check out */
.absenteeism-btns{
	margin-top: 10px;
}
.absenteeism-btns button {
    align-items: center;
	float: left;
    background: #fff;
    line-height: 24px;
    width: calc(50% - 20px);
    overflow: hidden;
    border-radius: 10px;
}

.absenteeism-btns button.btn-leave {
	float: right !important;
}

.absenteeism-btns button.btn-txt {
	background: none;
    color: #fff;
    border: none;
}

.absenteeism-btns button span{
	width: auto;
    display: inline-block;
    font-size: 13px;
    margin-left: 10%
}

.absenteeism-btns button i{
	color: #5878e1;
}
.absenteeism-btns button.btn-leave i {
    color: #e88051;
}

.absenteeism-btns button.btn-attendance > i{
	left: 40%;
}
.absenteeism-btns button.btn-leave > i{
	left: 40%;
}



/* 2025-03-28 css work-hour popup */
hr.wh {
  display: block;
  border: none;
  border-top: 1px solid #e9e9e9;
  margin-bottom: 20px;
  width: 100%;
}

.tit-wh{
	display: inline-block;
    vertical-align: middle;
    font-size: 1.3rem;
    color: #5878e1;
    font-weight: 800;
    margin-bottom: 20px;
}

.sub-tit-wh {
  font-weight: 700;
  font-size: 16px;
  color: black;
  white-space: nowrap;
  margin-right: 20px;
  font-weight: 800;
  
}

.btn-styleWh.active{
  background: linear-gradient(to bottom, #4061cd, #18c0b5) !important;
  color: #fff !important;
}

.btn-styleWh {
  color: #000 !important;
  background: #fff !important;
  border: 1px solid #e9e9f0 !important;
  border-radius: 30px !important;
  vertical-align: middle;
  margin-top: 10px;
  padding: 12px 0 !important;
  font-weight: 500 !important;
}

.btn-wh{
  border-radius: 30px !important;
  vertical-align: middle;
  margin-top: 20px;
  padding: 12px 0 !important;  
  font-weight: 500 !important;
}

.btn-close{
	position: absolute;
    top: 0.0rem;
    left: 45%;
    font-size: .9rem;
    color: #878793 !important;
}

.s-tit-wrap-ot{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s-tit-wrap-ot .s-tit{
	font-weight: 500;
	font-size: 16px;
}

.btn-wrap-ot{
	align-items: center;
    padding-bottom: 0 !important;
}

.sub-tit2-ot{
  color: #a7a7a7;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}


select {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  outline: none;
}

select::-ms-expand {
  display: none;
}

select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='gray'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 20px;
}

.text-danger{
	color: red;
	margin-top: 10px;
    font-size: 14px;
}

.btn-confirm{
	background:#ec8d63 !important;
	border-color:#ec8d63 !important;
	color:#fff !important;
}

/* 2025-04-01 css height screen */
/* .main_wrap{
	height: 125vh !important;
} */

main .section.home {
	height: 75vh !important;
}

.replay-num{
    background-color: #a7b3ff;
    color: white;
    font-weight: bold;
    font-size: 12px;
    padding: 1px 6px;
    border-radius: 12px;
    position: relative;
    min-width: 20px;
    text-align: center;
}

.replay-num::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 6px;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #a7b3ff; 
}

.tit.dashboard{
  display: flex !important;
  align-items: center;
}


/* 2025-04-03 css requestor ot */
.s-tit-wrap-ot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.s-tit {
  font-weight: bold;
  font-size: 16px;
}

.btn-wrap-ot {
  display: flex;
  gap: 8px;
}

.search-bar-ot {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  padding: 8px;
  border-radius: 50px;
  gap: 8px;
}

.search-bar-ot label{
	color: #A7A7A7;
    size: 12px;
    font-weight: 400;
}

.search-bar-ot .search-input {
    flex: 1;
    padding: 11px;
    border: none;
    border-radius: 50px;
    background: #fff;
    font-size: 15px;
    outline: none !important;
}

.btn-search-ot {
	height: 33px;
    background: #5878E1;
    width: 33px;
    color: white;
/*     padding: 6px 10px; */
    border: none;
    border-radius: 50px;
    cursor: pointer;
}

.search-results {
	max-height: 100px;
    overflow-y: scroll;
 	margin-top: 10px;
}

.result-item {
  display: flex;
  align-items: center;
  padding: 6px;
  border: 1px solid #ddd;
  border-radius: 50px;
  margin-bottom: 5px;
}

.result-index {
    background: #5878E1;
    color: white;
    border-radius: 50%;
    padding: 7px 12px;
    margin-right: 10px;
    width: 33px;
    height: 33px;
}

.result-text {
  font-size: 14px;
}
