.oms-container {
    width: 100%;
    background: #fff;
    padding: 1rem;
    margin: 0;
}
.oms-head-odr>h4 {
    font-size: 16px;
    font-weight: bold;
}
.form-model {
    width: 100%;
    height:25vh;
    padding: 0px;
    border: 1px solid #C4D0DB;
    position: relative;
    border-radius:4px;
}

.oms-cog{
	 padding: 5px;
    font-size: 16px !important;
    font-weight: 500;
    color: #000;
    border-radius: 4px;
    outline: none;
    width: 100%;
    cursor: pointer;
    margin-top: -6px;
}
.oms-button-group{
	position: absolute;
    bottom: 3%;
    right: 1%;
}
.grid-model{
	height: 95vh;
    width: 100%;
    padding: 10px 0px;
}

.oms-head-odr {
    padding-bottom: .3rem;
    border-bottom: 1px solid #C4D0DB;
    margin-bottom: .2rem;
    display: flex;
    justify-content: space-between;
}
.oms-head-odr {
	padding: 0rem 1rem;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.input-section-odr {
    padding: 25px 20px !important;
}

/* .alert-bg .modal-body{
	min-height: 180px !important;
} */

.model-height{
	height: 350px !important;
}

input#isExisting {
    width: 20px;
    height:20px;
    margin-left: 0;
    top: -7px;
}

.oms-feed {
    margin: 3px 0px !important;
}
.feed-upload-btn{
	text-align: right;
	right: 50px;
    position: absolute;
    bottom: 10px;
}

.mid-large-modal .modal-dialog {
    width: 800px !important; /* Slightly larger than medium (usually ~600px) */
    max-width: 95%;
}
.thead-color{
	background-color: var(--background-bg) !important;
}
.thead-color th{
	color: #fff !important;
}

/* Step Progress */

.step-progress_And_ModalCross {
    display: flex;
    align-items: center;
    gap: 40px;
}
.step-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
/*       width: 400px; */
      position: relative;
    }
.step-line {
      position: absolute;
      top: 3px;
      left: 0;
      width: 98%;
      height: 4px;
      background: #c4f3ff;
      z-index: 0;
    }
.step {
      display: flex;
      flex-direction: column;
      text-align: center;
      position: relative;
      z-index: 1;
      flex: 1;
    }
.step .step-dott {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #c4f3ff;
    }
.step.active .step-dott {
      background-color: #14e138;
    }
.step>.label {
      font-size: 11px;
      color: #fff;
      font-weight: normal;
      padding: .2em 1.8em .3em;
    }
.step.active>.label {
      color:#54ff72;
    }
.step-fill {
      position: absolute;
      top: 3px;
      left: 10px;
      height: 4px;
      background: #14e138;
      z-index: 1;
      transition: width 0.3s ease;
    }
    
/* End Step Progress */

.omsModel-label .inputs-group-odr {
    flex-wrap: wrap;
}
.omsModel-label .inputs-group-odr>label {
    text-align: left;
}