/*mzc*/
/*.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}*/
body
{
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

.error-content{
  width: 100% !important;
}
.error-page{
  margin-top: 2px;
  background: #fff;
  height: 100% !important;
}
.lan-flag{
  padding-top: 3px !important;
}
.img-loading{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
.custom-file::before {
  display: inline-block;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  cursor: pointer;
}
.table-fonst-size {
  font-size: 12px;
}

.sidbar-font-size {
  font-size: 13px;
}

.sidbar-menu-image {
  width:1.5rem;
}

.child-menu {
  padding-left: 27px !important;
}

.child-menu-label {
  border-style: solid;
  border-right: none;
  border-bottom: none;
  border-top: none;
  border-color: rgb(224, 224, 224);
}


.custom-file:hover::before {
  border-color: black;
}
.custom-file:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.imageThumb {
  max-height: 85px;
  width: 6rem;
  padding: 1px;
  cursor: pointer;
}
.pip {
  margin: 10px 10px 0 0;
  /* border: 1px solid #fd7e14; */
  margin: 20px 5px;
  padding: 7px;
  display: flex;
}

.remove {
  display: block;
  color: red;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  padding: 3px 10px;
  border: none;
  background: none;
}

.remove:hover {
  color: red;
  font-size: 14px;
}
.page-item.active .page-link{
  background-color: #f3d2b8!important;
  border-color: #f3d2b8!important;
  color: #f48120;
  border-radius: 15px !important;
  border:none !important;
  font-size: 12px !important;
}

.page-item .page-link{
  color: #f48120;
  font-size: 12px !important;
}

.page-item.disabled .page-link {
  border-color: #FFFFFF !important;
  font-size: 12px !important;
}

.page-link {
  border-color: #FFFFFF !important;
  font-size: 12px !important;
}

div.dataTables_wrapper div.dataTables_length label {
  display: none;
}

div.dataTables_wrapper div.dataTables_info {
  display: none;
}

.auto-label{
  font-size: 12px;
}

.table.dataTable thead>tr>th.sorting {
  color: #f48120 !important;
  font-size: 12px;
}

table.dataTable td {
  font-size: 12px;
}

.auto-btn {
  background: #f48120;
}

.auto-brand {
  color: #f48120;
}
.auto-footer {
  padding: .75rem 1.25rem;
}
.modal-content {
  width: 80%;
}
.login-img {
  width: 50%;
  height: 50%;
}

.login-box{
    width: 820px!important;
}
.auto-password{
    align-items: center;
    width: 92%!important;
    margin-bottom: 0;
    line-height: 1.5;
    color: #495057;
    white-space: nowrap;
    border-bottom: 1px solid #f48120 ;
}
.auto-calendar {
    color: #f48120;
}
.adate {
  color: #495057 !important;
}
.adate::-webkit-inner-spin-button,
.adate::-webkit-calendar-picker-indicator {
    /*display: none;
    -webkit-appearance: none;*/
    color: #495057!important;
}

.login-btn{
    display: block;
    width: 100%;
    color: #fff;
    background-color: #f48120;
    border: none;
    padding: 5px 15px;
}
.vl {
  border-left: 2px solid green;
  height: 500px;
}
option:hover {
  color: red !important;
  background: red !important;
  box-shadow: inset 20px 20px #00f;
}
select option {
  background: transparent!important; 
  color: #f94603; 
  box-shadow: inset 20px 20px #f00
} 


.auto-select {
  border-radius: 10px;
  border-color: #ed7e55;
  height: 2.4rem;
  font-size: 13px;
}

.auto-select:focus {
  border: 1px solid #4503f9 !important;
  color: #4503f9;
  border: 0;
  outline: 0;
  font-size: 13px;
  background: transparent;
}

.select2 {
    border: 1px solid #ed7e55 !important;
    font-size: 13px;
}

.select2-selection__choice{
    background-color: #f94603;
    border-color: #fff;
}
.select2-selection--multiple {
    border: 0!important;
    outline: 0!important;
    background: transparent!important;
    /*border-color: none!important;*/
}

[class*=sidebar-light-] .nav-sidebar>.nav-item.menu-open>.nav-link, [class*=sidebar-light-] .nav-sidebar>.nav-item:hover>.nav-link {
  /* background: linear-gradient(155.71deg, rgba(251, 107, 29, 0.9) -14.59%, #FD8C3B 108.62%); */
  color: #FD8C3B;
  background: #fff;
}

.navbar-expand .navbar-nav .nav-link {
  padding-left: 16.5rem;
}

.auto-text{
    color: #f48120 !important;
    font-size: 15px;
}

.menu-open >.nav-link {
    color: #FD8C3B !important;
    background: #fff;
    /* background: linear-gradient(155.71deg, rgba(251, 107, 29, 0.9) -14.59%, #FD8C3B 108.62%); */
}

.dashboard-shadow {
  background: #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 4px 90px rgb(163 171 185 / 20%);
  border-radius: 10px;
}

.menu-open-child {
  color: #f48120 !important;
}

.dashboard-box {
  box-shadow: none !important;
  border-radius: 0px !important;
}

.dashboard-count-color {
  color: #1F4173 !important;
  font-size: 32px;
}

button:focus {
  outline: none !important;
} 

.dashboard-text-color {
  color: #51709f !important;
  font-weight: 600;
  font-size: 14px;
  padding-top: 3px;
}

.dashboard-box-pad {
  padding: 10px 30px !important;
}

.dashboard-inner-box {
  border-right: 0.1px solid; 
  border-color: #d7d4d4;
}

.auto-sub >.nav-lin {
    color: #00003b !important;
    background: none!important;
}

.add-btn {
  background: #f48120;
  border-radius: 10px !important;
  color: #FFFFFF;
  font-size: 13px;
}

.btn-save {
    padding: 5px 15px;
    background-color: #f48120;
}

.btn-pw {
    color: #fff;
    background-color: #f48120;
}

.btn-cancel {
    padding: 5px 15px;
    background-color: #00003b;
}

.btn-add {
    padding: 5px 15px;
}
.btn-add, .btn-cancel, .btn-pw, .btn-save, .login-btn {
    border-radius: 10px;
}
.btn-yes {
   border-radius: 18px;
   width: 15%;
}
.auto-input {
    border-radius: 10px;
    border-color: #ed7e55;
    height: 2.4rem;
    border: 1px solid #ed7e55;
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    padding: 0px 5px;
    box-shadow: inset 0 0 0 transparent;
    flex: 1 1 0%;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.auto-nrc {
    border-bottom: 1px solid #f94603;
    width: 30%;    font-size: 1rem;
    font-weight: 400;
    /*line-height: 1.5;*/
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    padding: 0px 5px;
    box-shadow: inset 0 0 0 transparent;
    flex: 1 1 0%;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input {
  border: 0;
  outline: 0;
  background: transparent;
}

div.dataTables_wrapper div.dataTables_filter input {
  height: 2.4rem;
  border-radius: 10px !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
bottom: .5em;
}

.wrapper .content-wrapper {
  min-height: calc(100vh - calc(3.5rem + 22px) - calc(3.5rem + 1px)) !important;
}

/*datatable*/
.dataTables_filter{
    color: #f48120!important;
}
.dataTables_length {
    color: #f48120!important;
}
.custom-select{
    color: #f48120!important;
}
table td {
    text-align: center;
}
table th {
    text-align: center;
}

.login-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #f48120;
    text-align: center;
}

.upload-i {
  font-size: 5rem;
  padding: 0px 10px;
}
.close-i {
  font-size: 1.2rem;
}

.filewrap{
  position: relative;
  border: 1px solid rgba(132, 133, 137, 0.8);
  color: #343a40;
  border-radius: 8px;
  font-size: 12px;
  width: 4.5rem;
  margin: 20px 5px;
  padding: 7px;
  height: 4rem;
}

.select2-container {
  border-radius: 10px;
}

.filewrap input[type="file"]{
  position:absolute;
  top:0;
  left:0;
  opacity:0;
  cursor:pointer;
}

.generate-btn {
  float: right;
  margin-left: 7px;
  background-color: #f1764e !important;
  height: 32px !important;
  font-size: 12px !important;
  color: #FFFFFF !important;
}
