/* general Style Start */

::-moz-selection {
  /* Code for Firefox */
  color: var(--body-bg);
  background: var(--primary-color);
}

::selection {
  color: var(--body-bg);
  background: var(--primary-color);
}

/* general Style End */




.form-check {
  display: block;
  min-height: 1.44rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check input.form-check-input {
  width: 1em !important;
  height: 1em !important;
  margin-top: 0.3em !important;
  vertical-align: top;
  background-color: #aaaaaa;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.form-check .form-check-input[type=checkbox] {
  border-radius: 0.25em !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.form-check .form-check-input[type=radio] {
  border-radius: 50% !important;
}

.form-check .form-check-input:active {
  filter: brightness(90%) !important;
}

.form-check .form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check .form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check .form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
  opacity: 0.5;
}


/* switch Key */
.switch input {
  display: none !important;
}

.switch {
  display: inline-block;
  width: 50px;
  height: 14px;
  margin: 5px;
  margin-left: 25px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  position: relative;
  direction: ltr;
}

.slider {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20px;
  background: #B7B7B7;
  cursor: pointer;
  border: 4px solid transparent;
  overflow: visible;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: #706F6F;
  border-radius: 100px;
  top: -8px;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.23);
}

.switch input:checked+.slider:before {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  background: #43AD50;
}

/* switch Key end */


.text-green {
  color: var(--primary-hover);
}

.text-danger {
  color: var(--danger-color);
}

.multiselect {
  min-height: 200px;
}

.box-home {
  width: 100%;
  min-height: calc(100vh - 80px);
  display: flex;
  justify-content: center;
  align-items: center;
}

small.text-danger {
  display: block;
  width: 100%;
}


.px-media {
  height: 88px;
}

/* prisoner load Data avatar style */
.avatar {
  position: relative;
  margin-bottom: var(--forms-gutter);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-color: var(--forms-darker-bg);
  text-align: center;
  font-size: 13px;
  width: 100px;
  height: 100px;
  background-image: attr(data-src);
}

/* CheckBox edit Ahmed Said 27/4/2022 */
.checkbox span:before {
  content: '';
}

.checkbox input:checked+span:before {
  content: '\f00c';
}


.radio-button span:before {
  background-color: #c3c3c300;
  border: 1px solid #343a40;
}

.bg-gray:nth-child('even') {
  background-color: gray;
}

/* end Edit */


/* DataTable Edit 5/5/2022 */
input.form-control.form-control-sm {
  width: 200px !important;
}

.dataTables_wrapper>.row .pagination li {
  padding: 0 7px;
}

.page-item.disabled a {
  cursor: default;
  color: #a7a7a7 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}


tr.search {
  /* background-color: transparent; */
  padding: 0;
}

tr.search th {
  border: unset;
  padding: 0;
  margin: 0;
}

.search input[type="text"] {
  margin: 0;
}

tfoot {
  display: table-header-group;
}

/* DataTable End Edit */


/* Scroll Bar Edit */

::-webkit-scrollbar {
  height: 8px;
  width: 5px;
  background: #aaa;
}

::-webkit-scrollbar-thumb {
  background: #375523;
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
  background: #000;
}

.scrollable {
  max-width: 200px;
  max-height: 100%;

  height: 450px;
  /* change ` overflow: scroll ` to ` overflow: auto ` if you only want vertical scroll */
  overflow: scroll;
}

/* Scroll Bar Edit */

.targets_data {
  transition: all 0.5s ease-in-out;
}


/* select search */

.select2-container--default .select2-selection--single {
  background-color: unset;
  border: unset;
}

.select2-container .select2-selection--single {
  height: auto;
}

/* select search */




/* datepicker */

.pos-rel {
  position: relative !important;
}


/* #648024, #375523ab */
.datepicker tbody tr>td.day.selected,
.datepicker tbody tr>td.day.selected:hover,
.datepicker tbody tr>td.day.active,
.datepicker tbody tr>td.day.active:hover {
  background: #375523;
}

.datepicker tbody tr>td span.year.focused,
.datepicker tbody tr>td span.year.focused:hover,
.datepicker tbody tr>td span.year.active:hover,
.datepicker tbody tr>td span.year.active.focused:hover,
.datepicker tbody tr>td span.year.active,
.datepicker tbody tr>td span.hour.focused,
.datepicker tbody tr>td span.hour.focused:hover,
.datepicker tbody tr>td span.hour.active:hover,
.datepicker tbody tr>td span.hour.active.focused:hover,
.datepicker tbody tr>td span.hour.active,
.datepicker tbody tr>td span.minute.focused,
.datepicker tbody tr>td span.minute.focused:hover,
.datepicker tbody tr>td span.minute.active:hover,
.datepicker tbody tr>td span.minute.active.focused:hover,
.datepicker tbody tr>td span.minute.active,
.datepicker tbody tr>td span.month.focused,
.datepicker tbody tr>td span.month.focused:hover,
.datepicker tbody tr>td span.month.active:hover,
.datepicker tbody tr>td span.month.active.focused:hover,
.datepicker tbody tr>td span.month.active {
  background: #375523;
}

.datepicker tbody tr>td.day.today {
  background-color: #648024 !important;
}

.bootstrap-datetimepicker-widget.wider {
  width: 24em;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  z-index: 999999;
}

.bootstrap-datetimepicker-widget ul li {
  list-style-type: none;
}

/* date */



/* Select2 */
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #375523;
  color: white;
}

.select2-container--default .select2-results__option--selected {
  background-color: #dae7d1;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  direction: rtl;
  display: flex;
  width: 220px;
}

.select2-selection__choice {
  border: 0 none !important;
  color: #FFFFFF !important;
  padding: 2px 5px !important;
  font-size: 0.85em !important;
  margin: 1px 0 !important;
  padding-left: 10px !important;
  background-color: #375523 !important;
  margin-left: 10px !important;
}

.select2-selection__choice .select2-selection__choice__remove {
  top: -3px !important;
  padding: 0 !important;
  width: 15px !important;
  height: 15px !important;
  padding-top: 3px !important;
  font-size: 8px !important;
  border-radius: 100% !important;
  border: 0 none !important;
  background-color: #fff !important;
  color: #de3131 !important;
  left: -3px !important;
}

.select2-selection__choice__remove::before {
  content: '\f00d';
  font-family: 'Font Awesome 5';
}

.select2-selection__choice__remove span {
  display: none !important;
}

.del-repeater {
  padding-right: 25px !important;
}

/* Select2 End */




/* Mostafa Sobhy Start */


/** Repeater **/

/* .btn.square{
  padding-right: 25px;
} */

[data-repeater-delete] {
  transform: translateY(-50%)
}

[data-repeater-item] {
  position: relative;
  padding-left: 30px
}

[data-repeater-item].gpx-10 [data-repeater-delete] {
  top: 0;
  left: -5px;
  font-size: .75rem;
}

[data-repeater-delete] {
  top: 37%;
  font-size: 20px;
  position: absolute;
  left: 10px
}

[data-repeater-delete].floating {
  top: 25px;
  font-size: 22px;
  position: absolute;
  left: 15px
}


/** Jquery Steps **/
.wizard>.content {
  width: 100%;
  min-height: 20em;
  margin: 0.5em 0;
  background: transparent;
  border: 1px solid #ddd;
}

.wizard .steps>ul {
  display: flex;
  flex-wrap: wrap;
}

.wizard>.steps>ul>li {
  float: none;
  width: 20%;
}

.wizard>.steps>ul>li,
.wizard>.actions>ul>li {
  float: none;
}

.wizard>.steps a,
.wizard>.steps a:hover,
.wizard>.steps a:active {
  font-size: 14px;
  padding: 1em .75em;
  margin: 0 0.25em 0.5em;
}

.wizard>.content>.body {
  position: unset;
  float: none;
}

.wizard>.actions>ul {
  display: flex;
  justify-content: flex-end;

}

.wizard>.actions a,
.wizard>.actions a:hover,
.wizard>.actions a:active,
.wizard>.steps .current a,
.wizard>.steps .current a:hover,
.wizard>.steps .current a:active {
  background: var(--primary-color);
}

.wizard>.steps .done a,
.wizard>.steps .done a:hover,
.wizard>.steps .done a:active {
  background: #93bf76;
}

.wizard>.content>.body {
  width: 100%;
}

.wizard>.content>.body ul {
  list-style: none !important;
}




/* Mostafa Sobhy End */


/* Alert Class input Required */
.borderRed {
  border: 1px solid rgb(255 0 0) !important;
}

select.borderRed+span.select2 {
  border: 2px solid red !important;
}

.borderGray {
  border-color: #e6e6e6 !important;
}





/* royal pardon  */
span.prisoner_count {
  box-shadow: inset 0 0 5px #93bf76;
}

.cursor {
  cursor: pointer;
}


/* royal pardon  Exit */
.home-background {
  background: url('../img/background@1x.png') no-repeat;
  background-size: 100% 100%;
}




.form-control.m-20 {
  margin-bottom: 20px !important;
}

.borderb-1 {
  border-bottom: 1px solid #aaa !important;
}

.copy_content {
  cursor: copy;
}

.readonly {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}


.right-side {
  text-align: justify;
}

.logo-print {
  width: 165px;
}

/* .login-logo {
  width: 360px;
} */

.login-block {
  background-color: rgb(255 255 255 / 10%) !important;
  box-shadow: unset
}

.print_data {
  display: none;
}


@media print {

  .print_data {
    display: flex;
  }

  .not_print {
    display: none !important;
  }

  .main-header {
    display: none;
  }

  #DataTables_Table_0_wrapper .row:first-child {
    display: none;
  }

  #DataTables_Table_0_wrapper .row:last-child {
    display: none;
  }

}

.d-none {
  display: none;
}

.d-flex {
  display: flex;
}

div#change-font-size {
  /* position: fixed; */
  left: 10px;
  bottom: 10px;
  gap: 3px;
  background: var(--primary-color);
  padding-right: 4px;
  padding-left: 0px;
  border-radius: 10px;
  color: #000;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0px 1px 2px;
}

span#font-up {
  font-size: 26px;
  cursor: pointer;
  border-left: 1px solid white;
  width: 22px;
}

span#font-down {
  font-size: 21px;
  margin: auto;
  padding-right: 0px;
  width: 22px;
  cursor: pointer;
}

.float-right {
  float: right;
}

.calc-container {
  padding: auto;
  margin: auto;
  margin-top: 0px;
}

.calc-container table {
  background: #aaa;
  padding: 43px;
  border-radius: 20px;
  text-align: center;
  padding-top: 0px;
  margin: auto;
}

.calc-container table tr:nth-child(even) {
  background: #c3c3c3
}
.calc-container table tr   td:nth-child(even) input {
  color: red;
}
.calc-container input {
  margin: auto !important;
}
.calc-container #month {
  color: rgb(87, 87, 87);
}
.calc .info-bg {
  /* max-width: 300px; */
  /* overflow: auto; */
}



.without_background {
  background: transparent;
}

label{
    margin-top: 10px;
}
.input_validation{
    margin-bottom: 0 !important;
}


.input_hidden{
    display: none !important;
}

[type=email], [type=number], [type=tel], [type=url]
{
    direction: rtl;
}


.info-list .title {
    min-width: 110px  !important;
}
