@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
header .collapse button, header .collapse .btn {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}
@media (max-width: 575px) {
  header .navbar-brand {
    max-width: 220px;
  }
}
header .navbar-nav .nav-link:hover {
  color: #e67818;
}
header .navbar-nav .nav-link.active {
  color: #e67818;
}
header .navbar-nav .user_name {
  font-size: 18px;
  font-weight: 500;
  color: #1f1f1f;
}
@media (max-width: 500px) {
  header .navbar-nav .dropdown-toggle::after {
    content: none;
  }
}
@media (max-width: 500px) {
  header .navbar-nav .dropdown-toggle label {
    display: none !important;
  }
}
header .navbar-nav .dropdown-menu {
  border: 1px solid #DDDDDD;
  /*transform: translateY(17px);*/
  border-radius: 0;
  border-top: 2px solid #e67818;
  /*&::before {
      display: inline-block;
      margin-left: 0.255em;
      vertical-align: 0.255em;
      content: "";
      border-bottom: 10px solid $theam1;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      top: -10px;
      left: 74%;
      position: absolute;
      transform: translateX(-50%);

     }*/
}
header .navbar-nav .dropdown-menu .dropdown-item {
  color: #959595;
}
header .navbar-nav .dropdown-menu .dropdown-item.active, header .navbar-nav .dropdown-menu .dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: #F5F5F5;
}
header .navbar-nav .dropdown-menu .dropdown-item:hover, header .navbar-nav .dropdown-menu .dropdown-item:focus {
  color: #000;
  background-color: #F5F5F5;
}

footer {
  background-color: #f7f7f7;
}
footer .logo {
  width: 200px;
}
@media (min-width: 769px) {
  footer .logo {
    width: 350px;
  }
}
footer i {
  display: block;
  width: 10px;
  text-align: center;
  margin-right: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer i:hover {
  color: #e67818;
}
@media (max-width: 575px) {
  footer li {
    font-size: 15px;
  }
}
footer li a span {
  width: 90px;
  display: inline-block;
}

body {
  font-family: "Poppins";
}

img {
  max-width: 100%;
}

:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-primary {
  background-color: #e67818 !important;
  border-color: #e67818 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-primary:hover {
  background-color: #03475a !important;
  border-color: #03475a !important;
}

.btn-secondary {
  background-color: #03475a !important;
  border-color: #03475a !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-secondary:hover {
  background-color: #e67818 !important;
  border-color: #e67818 !important;
}

.btn-secondary-outline {
  background-color: transparent !important;
  border-color: #03475a !important;
  color: #03475a !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-secondary-outline:hover {
  background-color: #e67818 !important;
  border-color: #e67818 !important;
  color: #ffffff !important;
}

.sec_title {
  font-size: 50px;
  font-weight: 500;
  position: relative;
}
.sec_title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: #e67818;
}

.form_content.change_password .form_bg {
  padding: 112px 0;
}
.form_content .form_bg {
  background-image: url("../img/bg-img.jpg");
  background-size: cover;
  z-index: 1;
  padding: 149px 0;
  /*height: calc(100vh - 101px);*/
}
.form_content .form_bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.form_content .form_space {
  max-width: 40%;
}
@media (max-width: 991px) {
  .form_content .form_space {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .form_content .form_space {
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .form_content .form_space {
    max-width: 90%;
  }
}
.form_content .form_space .form-control:focus {
  border-color: transparent;
}
.form_content .form_space button {
  background-color: #e67818;
  color: #ffffff;
  padding: 10px;
  font-size: 18px;
}
.form_content .form_space button:active {
  background-color: #e67818;
}

.upload_file_btn button {
  background-color: #e67818;
  color: #ffffff;
}
.upload_file_btn .fileupload-inner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin: 7px 0 0;
}
.upload_file_btn .fileupload-inner .fileupload-content {
  text-align: left;
  border: 1px solid #ebebeb;
  width: 50%;
}
@media (max-width: 575px) {
  .upload_file_btn .fileupload-inner .fileupload-content {
    width: 100%;
  }
}
.upload_file_btn .fileupload-inner .fileupload-content label {
  margin: -20px 0px 0 15px;
  background: #fff;
  position: relative;
  top: -12px;
  padding: 0 10px;
}
.upload_file_btn .fileupload-inner .fileupload-content input {
  margin-top: -8px;
}
.upload_file_btn .fileupload-inner .fileupload-content input::-webkit-file-upload-button {
  border: none;
  background: #f5f5f5;
  border-radius: 0;
}
.upload_file_btn .fileupload-inner .fileupload-content input::file-selector-button {
  border: none;
  background: #f5f5f5;
  border-radius: 0;
}
.upload_file_btn .fileupload-inner .fileupload-content input[type=file]::-webkit-file-upload-button {
  border: 2px solid #e67818;
  padding: 0.2em 0.4em;
  border-radius: 0.2em;
  background-color: #e67818;
  color: #ffffff;
  -webkit-transition: 1s;
  transition: 1s;
}
.upload_file_btn .fileupload-inner .fileupload-content input[type=file]::file-selector-button {
  border: 2px solid #e67818;
  padding: 0.2em 0.4em;
  border-radius: 0.2em;
  background-color: #e67818;
  color: #ffffff;
  -webkit-transition: 1s;
  transition: 1s;
}
.upload_file_btn .fileupload-inner .fileupload-content input[type=file]::-webkit-file-upload-button:hover {
  background-color: #03475a;
}
.upload_file_btn .fileupload-inner .fileupload-content input[type=file]::file-selector-button:hover {
  background-color: #03475a;
}

/* JQX GRID  */
.report_grid .jqx-grid-cell-pinned {
  background-color: #03475a;
}

.report_grid .jqx-grid-group-cell.jqx-grid-cell-pinned.jqx-grid-group-expand.jqx-icon-arrow-down ~ .jqx-grid-group-cell,
.jqx-grid-group-cell.jqx-grid-cell-pinned.jqx-grid-group-collapse.jqx-icon-arrow-right ~ .jqx-grid-group-cell {
  border-right: none;
  background-color: #03475a;
}

.report_grid .jqx-widget-header {
  color: #ffffff;
  text-transform: uppercase;
  background-color: #03475a;
}

.report_grid .jqx-fill-state-normal {
  border-color: #d8d8d8 !important;
  background-color: #fff !important;
}

.report_grid .jqx-widget-content {
  border-color: #ebebeb;
}

.report_grid i {
  color: #03475a;
}

.report_grid .jqx-fill-state-pressed {
  background: #ededed;
}

.report_grid .jqx-grid-cell {
  /* border: 0; */
  border-right-color: #dae0e2 !important;
  border-bottom-color: #374950 !important;
}

.report_grid .jqx-grid-cell-pinned {
  /* border: 0; */
  border-right-color: #656e7a !important;
  border-bottom-color: #374950 !important;
}

.report_grid .jqx-grid-column-header, .report_grid .jqx-grid-columngroup-header {
  /*border: 0;*/
  border-right-color: #656e7a !important;
  border-bottom-color: #374950 !important;
}

.report_grid .jqx-rc-all {
  border-radius: 0;
}

.report_grid .jqx-icon-arrow-down, .report_grid .jqx-icon-arrow-down-hover, .report_grid .jqx-icon-arrow-down-selected {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
  filter: invert(1) grayscale(100%) brightness(200%);
}

.report_grid .jqx-widget .jqx-grid-column-menubutton {
  border-left: 0;
}

.report_grid .jqx-fill-state-normal {
  border-color: #03475a !important;
  background-color: #fff !important;
}

.jq-toast-single {
  background-color: #03475a !important;
}

.btn_clear {
  color: #fff !important;
  background: transparent;
  border: 1px solid #fff;
  padding: 4px !important;
  margin: 0 auto !important;
}

.loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.43);
  z-index: 9999;
  display: none;
}

.loader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.round {
  position: absolute;
  border-radius: 100%;
  top: 7px;
  left: 7px;
  height: 16px;
  width: 16px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#022833));
  background: linear-gradient(to bottom, #fff 0, #022833 100%);
  -webkit-animation: scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
          animation: scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

.out_border {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  border: 2px solid;
  -webkit-animation: rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
          animation: rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  border-radius: 100%;
  border-color: #fff #022833;
}

@-webkit-keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}
.progres_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.progress {
  margin: 0 0 20px;
  width: 70%;
  border-radius: 30px;
  height: 25px;
}

.progress .progress-bar {
  /*background: linear-gradient(90deg, rgba(255,175,106,1) 0%, rgba(230,120,16,1) 49%, rgba(198,103,14,1) 100%);*/
  font-size: 16px;
  font-weight: 700;
  background-color: #e67818;
}