/*CSS For PVI PLPD page*/
.main-content {
  position: relative;
}

.content-header {
  background: #06c;
  margin: 0 -35px;
  border-radius: 2px 2px 0 0;
  padding: 7px 36px;
}

.content-header h3 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.scroll-section {
  margin-right: -15px;
  display: block;
}

.content-body {
  padding: 20px 0;
}

.content-form i,
.content-form img.icon-form {
  color: #f93;
  font-size: 13px;
  margin-right: 10px;
  float: left;
  margin-top: 4px;
}

.content-form label {
  font-size: 14px;
  color: #555;
  font-weight: 500;
  margin: 4px 0 12px;
}

.bxs-ct {
  box-shadow: 5px 5px 6px -7px rgba(32,33,36,.28);
  border: transparent;
}

input.form-control-lg,
input.form-control,
select.form-control {
  border-radius: 2px;
  height: 37px;

  background: transparent;
  font-size: 12px !important;
}

input.form-control {
  border: 1px solid #ddd;
  padding-left: 20px;
}

li.select2-results__option {
  padding-bottom: 0;
}

.selectitem::after {
  position: absolute;
  content: "";
  border-top: 6px solid #06c;
  width: 10px;
  height: 10px;
  top: 28px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  right: 24px;
}

input.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  border-radius: 0;
}

span.select2-container .select2-selection--single {
  height: 40px;
  border-radius: 0;
  border-color: #ced4da;
}

span.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  color: #807e7e;
  font-size: 13px;
}

span.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

select::-ms-expand  {
  display: none;
}

.select2-container {
  width: 100% !important;
}

.select2-search--dropdown {
  position: relative;
}

li.select2-results__option {
  color: #000;
}

span.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #03c;
  border-width: 2px;
  text-align: left;
}

.select2-search.select2-search--dropdown::after {
  content: "\E610";
  position: absolute;
  right: 10px;
  font-family: themify;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #03c;
}

#parent {
  text-align: right;
  direction: rtl;
  position: relative;
}
/*2-4-2020*/
.select2-container--open .select2-dropdown {
  /*width: 215px !important;*/
  min-width: 215px !important;
  border: 0;
  box-shadow: 1px 1.5px 4px 0px rgba(170, 174, 181, 0.45);
  padding: 14px 14px 20px;
  border-radius: 0 !important;
}

.select2-dropdown.select2-dropdown--below::before {
  border-bottom: 15px solid #d3d3d3;
}

.select2-dropdown.select2-dropdown--below::after {
  border-bottom: 15px solid #fff;
  top: -13px !important;
}
.select2-dropdown.select2-dropdown--below::before, 
.select2-dropdown.select2-dropdown--below::after {
  content: "";
  position: absolute;
  border-right: 15px solid transparent;
  top: -14px;
  right: 12px;
  border-left: 15px solid transparent;
}

span.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: transparent;
}
span.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: transparent;
  color: #03c;
}
/*2-4-2020*/
span.select2-container--open .select2-dropdown {
  /*left: 15px;*/
}

span.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #03c transparent;
}

span.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #03c transparent transparent transparent;
}

.select2-results__option[aria-selected] {
  text-align: left;
}

span.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
  text-align: left;
  direction: ltr;
}

span.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: auto;
  right: 1px;
}

.button-group {
  text-align: center;
  margin-top: 16px;
}

.button-group ul {
  list-style-type: none;
  padding: 0;
}

.button-group ul li {
  display: inline-block;
  margin-right: 10px;
}

.button-group ul li .btn {
  width: 105px;
  height: 40px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 14px;
}

.button-group ul li .btn.btn-primary,
.button-group ul li .btn.btn-danger {
  border-color: #f9ebcb;
  border-width: 2px;
  background: #f93;
}

.button-group ul li .btn.btn-danger {
  background: #005cca;
  border-color: #c7e8fa;
}


.bg-blue {
  background: #06c;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  position: relative;
}

.form-control:focus {
  font-size: 13px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

::-webkit-input-placeholder,
select.form-control { /* Edge */
  color: #807e7e;
  font-size: 13px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #807e7e;
  font-size: 13px;
}

::placeholder {
  color: #807e7e;
  font-size: 13px;
}

.border-line {
  line-height: 0px;
}

.hotro-kythuat {
  padding: 26px 20px 40px;
}

.backtotop1 {
  width: 40px;
  line-height: 40px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  background-color: #f93;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
  margin: 0 auto;
}

.backtotop1:hover {
  background-color: #f93;
}
