
.textareah {
    height: 8rem;
}

.form-select:focus {
    box-shadow: none;
}
.select2-container{
    width: 100% !important;
}
.form-check-input:focus {
    box-shadow: none;
}
/* --------- loader ----------- */
.loader-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #242f3f52;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1040000;
}

.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #Fff;
    animation: loader 2s infinite ease;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

/* ------------ model Width ----------------- */

.modelmaxwidth {
    max-width: 800px;
}

.vendermodelwidth {
    max-width: 75%;
}

/* Add new  */
.app-btn-secondary {
    color: #F29727;
    /* color: #fff;  */
    border-color: #F29727;
}

.app-btn-secondary:hover {
    color: #F29727;
    /* color: #fff;  */
    border-color: #F29727;
}

.badge {
    padding: 6px 6px;
}

.btn-sm {
    border-radius: 5px;
    padding: 3px 7px;
    cursor: pointer;
}

.btn-primary {
    background: #F29727;
    color: #fff;
    border-color: #F29727;
}
.btn-primary:hover{
    background: #F29727;
    color: #fff;
    border-color: #F29727;
}

.modulel-active{
    background: #F29727;
    color: #fff;
    border-color: #F29727;
}


/* ------------- SRN --------------------- */
.labelspan{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.labelspan span{
    font-weight: 500;
}
.form-control:focus {
    border-color: #F29727;
}

.form-select:focus {
    border-color: #F29727;
}

.srn_item .labelspan{
    font-weight: 500;
    font-size: .875rem;
}

.srn_item .d-flex div{
    margin-right: 10px;
    width: 100%;
}
.srn_item .d-flex div:last-child{
    margin-right: auto;
    width: 100%;
}

.srn_item .shadow-sm{
    /* background: #f9dc7687; */
    background: #f5f6fe;
    /* box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em !important; */
    box-shadow: none !important;
}
/* .srn .scroll{
    overflow-y: scroll;
    height: 250px;
    overflow-x: hidden;
}
.srn .scroll::-webkit-scrollbar{
    display: none;
} */

.srn_item h5{
    /* font-size: 16px; */
    font-size: .875rem;
    font-weight: 700;
    line-height: 22px;
    color: #F29727;
}
.srn_item .form-control{
    height:2.3rem;
}

/* .form-control:disabled, .form-control[readonly] {
    background-color: #fff !important;
    opacity: 1;
} */

.srn .badge {
    padding: 8px 16px;
}


/* ------------------ Single Seletion Css ------------------*/
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    height: 40px
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0.375rem 0.75rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}

.srn_item .form-control{
    height:2.5rem;
}

/*------------------ error message class ------------------- */
.classerror{
    display: none; color: red; font-size: 12px;
}

.width30{
    width: 20% !important ;
}

.app-nav .sub_sub{
    padding-left: 35px;
}
.app-nav .sub_sub2{
    padding-left: 50px;
}



/* ....search............... */

table th , table td{
    text-align: center;
}

/* table tr:nth-child(even){
    background-color: #e4e3e3
}

th {
  background: #333;
  color: #fff;
} */

.pagination {
  margin: 0;
}

.pagination li:hover{
    cursor: pointer;
}
.pagination>li>span{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.active>span{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination>li:first-child>a, .pagination>li:first-child>span{
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.header_wrap {
  padding:10px 10px;
}
.num_rows {
  width: 20%;
  float:left;
}
.tb_search{
  width: 20%;
  float:right;
}
.pagination-container {
  width: 70%;
  float:left;
}

.rows_count {
  /* width: 20%; */
  float:right;
  text-align:right;
  color: #999;
}


.footouter .footinner{
    margin-right: 10px;

}

.footouter .footinner:last-child{
    margin-right: 0px;
}

/* disable arrows from Number input */
input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bottomcard .bc-heading{
    font-size: 16px;
}

.bottomcard .bc-label{
    font-size: 13px;
}

input[type=number] { 
   text-align: right;
}

.CurrencyInput{
    padding-right: 25px;
}

.CurrencySpan{
    float: right;
    margin-top: -30.8px;
    padding-right: 10px;
}
.text2{
    color: #000 !important;
}
.excl{
    display: block;
    width: 65px;
}