.refundTable {
	border-collapse: separate;
 	border-spacing: 0 15px;
}

.refundDetailsTable {
    table-layout: fixed; 
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 15px;
    font-weight: 900;
}

.refundDetailsTable td {
	width: 25%;
    max-width: 100px;
    word-wrap: break-word; 
    word-break: break-word;  
    white-space: normal; 
    vertical-align: top;
}

.refundLabelTd {
	width: 15%;
	padding-left: 10px;
	padding-top: 1px;
	margin-left: 50px;
}

.refundInputTd {
	width: 50%;
}

.refund_input {
	width: 100%;
	border: 1px solid #dcdcdc;
	outline: none;
	font-size: 20px;
}

.closeBtn {
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	background-color: #003e63;
	color: #ffffff;
	margin: 0 auto;
	cursor: pointer;
}

.naviBtn {
	text-align: center;
	background-size: cover; 
	background-position: center; 
	background-repeat: no-repeat;
	background-size: contain;
	color: #ffffff;
	margin: 0 auto;
	cursor: pointer;
	width: 10%;
}

.backBtn{
	background-image: url('../../images/ow/refund/012.png');
}

.nextBtn{
	background-image: url('../../images/ow/refund/011.png');
}

.blueBtn {
	text-align: center;
	cursor: pointer;
	transition: background-color 0.3s ease;
	float: right;
	color: #8395ce;
	max-width: 150px;
}

.blueBtn2 {
	text-align: center;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 150px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.box {
	background: white;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	margin: 30px;
}

.inner-box {
	margin-top: 1%;
	margin-left: 10%;
	margin-right: 10%;
}

.sub-inner-box{
	border: 1px solid #dcdcdc;
}


#refundCover {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.68);
    width: 100%;
    height: 100%;
    opacity: 0.68;
    display: none;
    z-index: 999;
}

.refundCoverInfo {
    z-index: 1000;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150vw;  
    max-width: 1000px;
    height: 60vh;
    max-height: 400px;
    display: none;
    box-sizing: border-box;
    overflow-y: hidden;
    border: 1px solid #c0a000;
	border-radius: 10px;
	overflow: visible;
}

.refundBottomClose{
	display: flex; 
	justify-content: center; 
	align-items: center; 
	width: 10%;
}

.refundTopRightClose {
  position: absolute;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 0 5px;
  color: #777;
  top: -4%;
  right: -5%;
}

.refundTopRightClose img {
  max-width: 50%;
  max-height: 50%;
  object-fit: contain;
}

.refundCover-header{
	background-image: url('../../images/ow/refund/0021.PNG');
	padding: 50px;
	display: flex; 
	justify-content: center; 
	align-items: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.breadcrumb-box{
	display: flex; 
	margin-top: 50px;
	margin-left: 10%;
	margin-right: 10%;
	background-color: #003e63;
}

.breadcrumb-navi{
	width:50%;
	text-align: center;
	align-items: center;
	margin-left: -18px;
	background-size: cover; 
	background-position: center; 
	background-repeat: no-repeat;
	font-size: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.breadcrumb-navi:first-child{
	margin-left: 0px;
}

.header-inner-box{
	border-bottom: 1px solid #dcdcdc;
	background-color: #f8f8f8;
	color: grey;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.body-inner-box{
	margin-right: 15%;
	margin-left: 5%;
	margin-top: 1%;
	margin-bottom: 1%;
}

.inner-top-margin{
	margin-top: 3%;
}

.div-upload-file {
	height: 100px;
	width: 100px;
	background-color: #f3f3f3;
  	background-image: url('../../images/ow/refund/010.png');
  	background-size: cover; 
	background-position: center; 
	background-repeat: no-repeat;
  	cursor: pointer;
  	margin-right: 5%;
}

.btn-div-outer{
	margin-top: 3%;
	margin-bottom: 10%;
}

.select2-full-width + .select2-container {
    width: 100% !important;
}

.select2-20-width + .select2-container {
    width: 20% !important;
    margin-left: 10px;
}

.refund_input::placeholder {
    color: #dcdcdc;
    opacity: 1;
}

.centered {
  display: flex;
  justify-content: center; 
  align-items: center;              
  flex-direction: column;  
}

.image-box {
  overflow: hidden;     
  display: flex;      
  justify-content: center;
  align-items: center;
  margin-bottom: 1%
}

.image-box img {
  max-width: 30%;
  max-height: 30%;
  object-fit: contain;
}

.radio-label input[type="radio"] {
  width: 20px;
  height: 20px;
  accent-color: #003e63;
  margin-right: 10px;
}

.radio-label {
  font-size: 15px;
  font-weight: normal; 
  margin-right: 30px;
  cursor: pointer;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
}
