/*
* Common Style
*/

/* Roboto Fonts */
@font-face {
  font-family: "Roboto";
  src: url(../fonts/roboto/Roboto-Regular.ttf);
}

@font-face {
  font-family: "fontawesome";
  src: url(../fonts/fontawesome-free-5.15.2-web//webfonts/fa-regular-400.ttf);
}

html,
body {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  height: 100%;
  background-color: #edeff3;
  color: #000000;
}
header{
  z-index: 100;
  position: relative;
}
a {
  color: #5E9331;
}
h2 {
  font-size: 1.6rem;
}
h3 {
  font-size: 1.4rem;
}
h5 {
  font-size: 22px;
}
footer {
  background-color: #F7F9F4;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#layoutAuthentication {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#layoutAuthentication #layoutAuthentication_content {
  min-width: 0;
  flex-grow: 1;
}
#layoutAuthentication #layoutAuthentication_footer {
  min-width: 0;
}
#containerMain {
  display: flex;
}
.container-inner {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
#containerMain #containerMain_nav {
  flex-basis: 200px;
  flex-shrink: 0;
  transition: transform 0.15s ease-in-out;
  z-index: 1038;
  transform: translateX(-200px);
}
#containerMain #containerMain_content {
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  flex-grow: 1;
  min-height: calc(100vh - 56px);
  margin-left: -200px;
}
#containerMain #containerMain_content.full-width {
  margin-left: 0;
}
.min-height-100 {
  min-height: calc(100vh - 10em);
}
.box-shadow {
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 16%), 0 1px 2px 0 rgb(0 0 0 / 12%);
}
.d-grid {
  display: grid;
}
.bg-light {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #4d8943 !important;
}
.bg-primary {
  background-color: #434f89 !important;
}
.bg-blue {
  background: #377BB5;
  color: white;
}
.bg-light-grey {
  background-color: #F7F7F7 !important;
}
.bg-table-grey {
  background-color: #F4F5F8 !important;
}
.bg-blue-lagoon {
  background: #046B5B;
}
.bg-none {
  background: none !important;
}
.sidebar-toggled #containerMain #containerMain_nav {
  transform: translateX(0);
}
.sidebar-toggled #containerMain #containerMain_content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
.fixed-top, .sidebar-fixed #containerMain #containerMain_nav, .sidebar-fixed .sb-topnav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.sidebar-fixed #containerMain #containerMain_nav {
  width: 200px;
  height: 100vh;
  z-index: 1038;
}
.sidebar-fixed #containerMain #containerMain_nav .sidebar .sidebar-menu {
  overflow-y: auto;
}
.sidebar-fixed #containerMain #containerMain_content {
  padding-left: 200px;
}

.sidebar-fixed #containerMain #containerMain_content.full-width{
  padding-left: 0;
}

.sidebar-fixed #containerMain #containerMain_content {
  padding-left: 200px;
}

.nav .nav-link .sidebar-link-icon,
.sidebar-menu .nav-link .sidebar-link-icon {
  margin-right: 1rem;
}
.sidebar-topnav {
  padding-left: 0;
  padding-right: 0;
  height: 56px;
}
.full-width .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.7rem;
  padding-left: 0.7rem;
  color: #222F48;
}
.footer-nav {
  padding: 10px;
  color: #ffffff;
}
.footer-nav.navbar-expand .navbar-nav .nav-item{
  position: relative;
}
.footer-nav.navbar-expand .navbar-nav .nav-item::after {
  content: '|';
  position: absolute;
  color: #ffffff;
  display: block;
  top: 7px;
  right: 0;
  width: 2px;
  height: 10px;
}
.footer-nav.navbar-expand .navbar-nav .nav-link {
  color: #ffffff;
}
.footer-nav.navbar-expand .navbar-nav .nav-link {
    color: #ffffff;
}
.footer-nav.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
}
.footer-nav.navbar-expand .navbar-nav .nav-item:first-child .nav-link {
    padding-right: 0.7rem;
    padding-left: 0;
}
.footer-nav.navbar-expand .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
    padding-left: 1rem;
}
.footer-nav.navbar-expand .navbar-nav .nav-item:last-child::after {
  content: '';
}
.navbar-brand {
  display: flex;
    align-items: center;
    position: relative;
    margin-right: 0;
    padding: 0.75rem 1rem;
}
.sidebar-topnav .navbar-brand {
  width: 200px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
}
.sidebar-topnav.mobile-topnav {
  display: none;
}
.sidebar-topnav.navbar-dark .sidebarToggle {
  color: rgba(255, 255, 255, 0.9);
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sidebar-topnav.navbar-dark .sidebarToggle .fas.fa-bars {
  font-size: 1.35rem;
  width: 1.35rem;
  height: 1em;
}
.sidebar-topnav.navbar-light .sidebarToggle {
  color: #212529;
}
.sidebar-topnav.navbar-light .sidebarToggle .fas.fa-bars,
.sidebar-topnav .email-sidebar-toggle .fas.fa-bars,
.sidebar-topnav .email-sidebar-toggle i.fa-bars {
  color: #212529;
  font-size: 1.35rem;
  width: 1.35rem;
  display: inline-block;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
}
.sidebar-topnav .email-sidebar-toggle svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: currentColor;
}
.sidebar-topnav .sidebarToggle,
.sidebar-topnav .email-sidebar-toggle {
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sidebar-toggled  .hideMain-logo {
  display: none;
}
.toogledLogo {
  display: none;
}
.sidebar-toggled .toogledLogo {
  display: block;
}
.sidebar-topnav .breadcrumb {
  background: none;
  margin-bottom: 0;
  font-size: 22px;
}
.sidebar-topnav .breadcrumb a {
  color: inherit;
}
.sidebar-topnav .breadcrumb a:hover {
  text-decoration: none;
}
.sidebar-topnav .breadcrumb-item.active {
  color: inherit;
}
.sidebar-topnav .mobile-logo {
  width: auto;
}
.mobile-logo img {
  width: 20px;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  font-family: "fontawesome";
  content: "\f105";
}
.sidebar {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-wrap: nowrap;
}
.sidebar .sidebar-menu {
  flex-grow: 1;
}
.sidebar .sidebar-menu .navbar-brand img{
  width: 177px;
  width: -webkit-fill-available;
}
.sidebar .sidebar-menu .navbar-brand img.toogledLogo{
  width: 22px;
}
.sidebar .sidebar-menu hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-color: #fff;
  opacity: 0.3;
}
/* Remove line between logo and first menu item */
.sidebar .sidebar-menu .nav:first-child,
.sidebar .sidebar-menu .nav:first-child .navbar-brand {
  border: none !important;
  border-bottom: none !important;
}
.sidebar .sidebar-menu .nav .nav-link {
  border-top: none;
}
.sidebar .sidebar-menu .nav {
  flex-direction: column;
  flex-wrap: nowrap;
  cursor: pointer;
}
.sidebar .sidebar-menu .nav .sidebar-menu-heading {
  padding: 1.75rem 1rem 0.75rem;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
}
.sidebar .sidebar-menu .nav .nav-link {
  /* display: flex; */
  display: block;
  align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  position: inherit;
  margin-right: 0;
}
.sidebar .sidebar-menu .nav .nav-link .sidebar-link-icon {
  font-size: 0.9rem;
  display: inline-block;
}
.sidebar-fixed #containerMain #containerMain_nav .nav-link .show-sidebar-icon,
.sidebar-fixed #containerMain #containerMain_nav .nav-link .hide-sidebar-icon {
  position: relative;
    top: 5px;
}
.sidebar .sidebar-menu .nav .nav-link .sidebar-collapse-arrow {
  display: inline-block;
  margin-left: auto;
  transition: transform 0.15s ease;
}
.sidebar .sidebar-menu .nav .nav-link.collapsed .sidebar-collapse-arrow {
  transform: rotate(-90deg);
}
.sidebar .sidebar-menu .nav .sidebar-menu-nested {
  margin-left: 1.5rem;
  flex-direction: column;
}
.sidebar .sidebar-footer {
  padding: 0.75rem;
  flex-shrink: 0;
}
.sidebar-dark {
  background-color: #222f48;
  color: rgba(255, 255, 255, 0.5);
}
.sidebar-dark .sidebar-menu .sidebar-menu-heading {
  color: rgba(255, 255, 255, 0.25);
}
.sidebar-dark .sidebar-menu .nav-link {
  color: #ffffff;
}
.sidebar-dark .sidebar-menu .nav-link span {
  position: inherit;
  top: 2px;
}
.sidebar-dark .sidebar-menu .nav-link .sidebar-link-icon {
  color: rgba(255, 255, 255, 0.25);
}
.sidebar-dark .sidebar-menu .nav-link .sidebar-collapse-arrow {
  color: rgba(255, 255, 255, 0.25);
}
.sidebar-dark .sidebar-menu .nav-link:hover {
  background: #343f54;
  opacity: 0.7;
  box-shadow: 1px 2px 3px 0 rgb(0 0 0 / 16%), 0 0px 3px 1px rgb(0 0 0 / 12%);
  transition: all 0.5s ease-in-out;
}
.sidebar-dark .sidebar-menu .nav-link.active {
    background: #343f54;
    opacity: 0.7;
    box-shadow: 1px 2px 3px 0 rgb(0 0 0 / 16%), 0 0px 3px 1px rgb(0 0 0 / 12%);
}
.sidebar-dark .sidebar-menu .nav-link.active .sidebar-link-icon {
  color: #fff;
}
.sidebar-dark .sidebar-footer {
  background-color: #343a40;
}
.w-20 {
  width: 20px !important;
}
.widthImg-25 {
  width: 25px !important;
}
.h-20 {
  height: 20px !important;
}
input.form-control {
  margin-bottom: 0.8rem;
  padding-bottom: 0.7rem;
  padding-top: 0.7rem;
  color: #A6A6A6;
}
.form-group,
.form-control {
  margin-bottom: 0.8rem;
}
.form-group input,
.form-group input,
.form-control select,
select.form-control,
select.form-group,
.form-group select {
  margin-bottom: 0.8rem;
  padding-bottom: 0.7rem;
  padding-top: 0.7rem;
  color: #A6A6A6;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  border-color: #CED4DB;
  color: #E0E0E0;
  background: white;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.78rem + 2px);
}
/* .form-control.select-main {
  color: #464343;
} */
select.form-control {
  font-size: 14px;
}
.border-bottomm,
.border-top,
.border-left,
.border-right {
  border-color: #eeeeee;
}
.btn {
  font-size: 13px;
  border-radius: 0;
  text-transform: uppercase;
  min-width: 70px;
}
.btn-action { 
  padding: 10px 18px;
  box-shadow: 0 .225rem 0.8rem rgba(0,0,0,.120)!important;
}
.btn-light {
  color: #5E9331;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-success-border {
  background-color: #FFFFFF;
  border-color: #5E9331;
}
.btn-light-outline {
  color: #5E9331;
  background-color: #FFFFFF;
  border-color: #5E9331;
}
.btn-light-outline.active {
  color: #FFFFFF;
  background-color: #5E9331;
  border-color: #5E9331;
}
.btn-success {
  color: #fff;
  background-color: #5E9331;
  border-color: #5E9331;
}
.btn-primary {
  color: #fff;
  background-color: #556b98;
  border-color: #556b98;
}
.btn-warning {
  color: #fff;
  background-color: #BA0D0D;
  border-color: #BA0D0D;
}
.btn-select {
  color: #fff;
  background-color: #A6A6A6;
  border-color: #A6A6A6;
  text-transform: capitalize;
}
.btn-blue {
  background: #377BB5;
  color: white;
}
.btn-white {
  background: white;
  border: 1px solid #CED4DA;
  color: #495047;
  text-transform: capitalize;
}
.btn-success .svgIcon {
  fill:#FFFFFF;
}
.bg-header {
  background: #ECEEF3;
}
.bg-beetroot {
  background: #5C254E;
}
.bg-mariner {
  background: #3D5B94;
}
.bg-sky {
  background: #099FEB;
}
.bg-bahama-blue {
  background: #235A7F;
}
.bg-bright-red {
  background: #9B1920;
}
.badge-primary {
  color: #fff;
  background-color: #556B98;
}
.badge-success {
  color: #fff;
  background-color: #5E9331;
}
.badge-warning {
  color: #fff;
  background-color: #BA0D0D;
}
option:disabled {
  color: #6c7581;
}
.text-black {
  color: #000000 !important;
}
.text-light {
  color: #FFFFFF !important;
}
.light-text {
  color: #9096A3;
}
.text-success {
  color: #5E9331 !important;
}
.text-primary {
  color: #556b98 !important;
}
.text-warning {
  color: #BA0D0D !important;
}
.text-cloud {
  color: #222f48;
}
.text-grey {
  color: #A6A6A6;
}
.text-dark-grey {
  color: #999999;
}
.text-12 {
  font-size: 12px;
}
.text-13 {
  font-size: 13px;
}
.text-14 {
  font-size: 14px;
}
.text-15 {
  font-size: 15px;
}
.text-16 {
  font-size: 16px;
}
.text-20 {
  font-size: 20px;
}
td svg {
  fill: #A6A6A6;
}
.form-check {
  margin-bottom: 1rem !important;
}
.w-auto {
  width: auto !important;
}
.min-w-auto {
  min-width: auto !important;
}
.progress {
  height: 0.7rem;
  width: 70%;
}
.span-progress {
  float: left;
  width: 40px;
}
.sortByLetter-container {
  letter-spacing: 5px;
  width: fit-content;
  background-color: #F7F7F7;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.5rem;
}
.sortByLetter-container a {
  color: #000000;
}
.sortByLetter-container a.active {
  position: relative;
  z-index: 1000;
  background: #5E9331;
  color: #FFF;
  padding: 1px 0px 0 4px;
}
.full-height {
  min-height: calc(100vh - 109px) !important;
}
.dropZone {
  width: 100%;
  min-height: 120px;
  background: #ffffff;
  border: 2px solid #E0E0E0;
  border-style: dashed;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dropdown-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  height: 42.5px;
  width: 100%;
}
/* The container */
.checkbox-circle {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin: 0;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-circle input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #a6a6a6;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkbox-circle:hover input ~ .checkmark {
  background-color: #a6a6a6;
}

/* When the checkbox is checked, add a blue background */
.checkbox-circle input:checked ~ .checkmark {
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #5e9331;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-circle input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-circle .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid #5e9331;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Bootstrap Table */
thead {
  background: #F4F5F8;
}
.bootstrap-table .table thead th .th-inner {
  font-size: 14px;
}
.table th {
  text-transform: uppercase;
}
.table th, .table td {
  padding: 0.95rem;
  font-size: 14px;
}
.table.borderlessTable td,.table.borderlessTable th{
  border-right: 0;
  border-left: 0;
}
.table.th-head-uppercase th{
  text-transform: uppercase;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #FFFFFF;
}
.table-striped tbody tr:nth-of-type(even) {
  background-color: #F4F5F8;
}
.table-striped th,
.table-striped td {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.table-striped.content-tb-spacing th,
.table-striped.content-tb-spacing td {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
}
/* Bootstrap Table End */

/** Custom scroll */
/* width */
::-webkit-scrollbar {
  width: 8px;
  border-radius: 2px 5px 5px 2px;
}

/* button */
::-webkit-scrollbar-button {
  background: #212529;
  display: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #70a642;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #aece59;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Modal Style */
.modal-content {
  background-color: #edeff3;
  border: none;
}
.modal-header {
  background: #343f54;
  text-align: center;
  color: #FFFFFF;
  align-items: center;
}
.modal-header .close {
 opacity: 1;
}
.modal-header h2 {
  text-align: left;
  width: 100%;
}
.modal-header button span {
  color: #FFFFFF;
}
.modal-content,
.modal-header {
    border-radius: 0;
}
/* .modal-dialog {
  position: relative;
  top: 50% !important;
  transform: translateY(-50%) !important;
} */

@media only screen and (min-width: 750px) and (max-width: 768px)  {
  .modal-dialog {
      max-width: 700px;
      margin: 1.75rem auto;
  }
}
/* Modal Style End */

/*Datepicker*/
.icon-calendar {
  left: calc(100% - 30px);
  position: absolute;
  top: 10px;
  font-size: 20px;
  color: #222f48;
  /* z-index: 1000 */
}

#fa-1 {
  left: calc(100% - 30px)
}

#fa-2 {
  left: calc(100% - 40px)
}

.form-control-placeholder {
  position: absolute;
  top: -10px !important;
  padding: 12px 2px 0 2px;
  opacity: 0.5
}

#end-p {
  left: calc(50% + 4px)
}

.form-control:focus+.form-control-placeholder,
.form-control:valid+.form-control-placeholder {
  font-size: 95%;
  top: 10px;
  transform: translate3d(0, -100%, 0);
  opacity: 1
}

::placeholder {
  color: #BDBDBD;
  opacity: 1
}

:-ms-input-placeholder {
  color: #BDBDBD
}

::-ms-input-placeholder {
  color: #BDBDBD
}

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

.datepicker {
  background-color: #fff;
  border-radius: 0 !important;
  align-content: center !important;
  padding: 0 !important
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: calc(50% - 6px) !important
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: calc(50% - 5px) !important;
  border-bottom-color: #222f48
}

.datepicker-dropdown.datepicker-orient-right:after {
  border-bottom-color: #222f48
}

.datepicker table tr td.today,
.datepicker span.focused {
  border-radius: 50% !important;
  background-image: linear-gradient(#FFF3E0, #FFE0B2)
}

.datepicker thead tr:nth-child(2) {
  background-color: #222f48 !important
}

.datepicker thead tr:nth-child(3) th {
  font-weight: bold !important;
  padding: 20px 10px !important;
  color: #BDBDBD !important
}

.datepicker tbody tr td {
  padding: 10px !important
}

.datepicker tfoot tr:nth-child(2) th {
  padding: 10px !important;
  border-top: 1px solid #CFD8DC !important
}

.datepicker .cw {
  font-size: 14px !important;
  background-color: #E8EAF6 !important;
  border-radius: 0px !important;
  padding: 0px 20px !important;
  margin-right: 10px solid #fff !important
}

.datepicker .old,
.datepicker .day,
.datepicker .new {
  width: 40px !important;
  height: 40px !important;
  border-radius: 0px !important
}

.datepicker .day.old,
.datepicker .day.new {
  color: #E0E0E0 !important
}

.datepicker .day.old:hover,
.datepicker .day.new:hover {
  border-radius: 50% !important
}

.datepicker .old-day:hover,
.datepicker .day:hover,
.datepicker .new-day:hover,
.datepicker .month:hover,
.datepicker .year:hover,
.datepicker .decade:hover,
.datepicker .century:hover {
  border-radius: 50% !important;
  background-color: #eee
}

.datepicker .active {
  border-radius: 50% !important;
  background-image: linear-gradient(#222f48, #222f48) !important;
  color: #fff !important
}

.datepicker .range-start,
.datepicker .range-end {
  border-radius: 50% !important;
  background-image: linear-gradient(#222f48, #222f48) !important
}

.datepicke .range {
  background-color: #E3F2FD !important
}

.datepicker .prev,
.datepicker .next,
.datepicker-switch {
  border-radius: 0 !important;
  padding: 10px 10px 10px 10px !important;
  font-size: 18px;
  opacity: 0.7;
  color: #fff
}

.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker-switch:hover {
  background-color: inherit !important;
  opacity: 1
}

.datepicker .input-daterange input:first-child {
  -webkit-border-radius: inherit;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 0.25rem;
}
/* 27-4 */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 10px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
 }
/* The slider */
.slider-switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #C5CBDA;
  -webkit-transition: .4s;
  transition: .4s;
 }
.slider-switch:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  top: -2px;
  border: 1px solid #C5CBDA;
  bottom: 0px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider-switch {
  background-color:  #5E9331;
 }
input:focus + .slider-switch {
  box-shadow: 0 0 1px #5E9331;
}
input:checked + .slider-switch:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider-switch.round {
  border-radius: 34px;
}
.slider-switch.round:before {
  border-radius: 50%;
}
input:checked + .slider-switch:before {
  border: 1px solid #5E9331;
}

@media screen and (max-width: 726px) {
  .datepicker-dropdown.datepicker-orient-right:before {
      right: calc(50% - 6px)
  }

  .datepicker-dropdown.datepicker-orient-right:after {
      right: calc(50% - 5px)
  }
}
.datepicker .form-inline {
  align-items: baseline;
}
.datepicker .color-border {
  border-color:#ced4da ;
  color:#E0E0E0;
  background: white;
}
.datepicker .list-group-item {
  border: 0px;
  background: none;
}
.datepicker .font-color{
  color: #A6A6A6;
}
.input-daterange input {
  color: #495057;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.c-pointer{
  cursor: pointer;
}
.w-fit-content {
  width: fit-content;
}
.w-max-content {
  width: max-content;
}
.maxW-fit-content {
  max-width: fit-content;
}
.custom-select-arrow {
  position: relative;
}
.custom-select-arrow select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
}
.custom-select-arrow .fa-chevron-down{
  position: absolute;
  pointer-events: none;
  top: 14px;
  right: 19px;
  color: #A6A6A6;
  font-size: 15px;
}
.searchclear {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  height: 23px;
  margin: auto;
  font-size: 16px;
  cursor: pointer;
  color: #ccc;
}
.search-loupe {
  color: #D8D8D8;
  right: 16px;
  top: 11px;
  cursor: pointer;
  position: absolute;
}
.searchinput{
  padding-right: 39px !important;
}
/* Custom Drop-Down  */

/*the container must be positioned relative:*/
.custom-select-dropdown {
  position: relative;
  font-family: Arial;
  width: fit-content;
}

.custom-select-dropdown select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  color: #fff;
  background-color: #A6A6A6;
  border-color: #A6A6A6;
  text-transform: capitalize
}
.plainBg .select-selected {
  color: #495047;
  background-color: #FFF;
  border-color: #CED4DA;
  text-transform: capitalize
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 13px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
.plainBg .select-selected:after {
  position: absolute;
  content: "";
  top: 13px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #495047 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

.plainBg .select-selected.select-arrow-active:after {
  border-color: transparent transparent #495047 transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  padding: 4px 29px 4px 8px;
  border: 1px solid transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: white;
  max-height: 300px;
  /* top: 100%; */
  left: 0;
  right: 0;
  z-index: 99;
  width: max-content;
  color: #212529;
  font-weight: 400;
  white-space: nowrap;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
/* .select-items div{
  padding:0.25rem 1.5rem;
} */
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.sidebar-dark .sidebar-menu .nav-link .op-hover:hover{
  opacity: 1 !important;
}
.op-hover{
  /* position: absolute;
  will-change: transform;
  top: 0px;
  left: 0px;
  transform: translate3d(47px, 262px, 0px); */
  /* top: 29px !important; */
  padding-left: 20px !important;
  left: 129px !important;
  text-transform: capitalize;
}
.ms-180{
  padding-left: 20px;
  width: 180px !important;
  top: -109px !important;
}
.link-h:hover{
  color: #5E9331 !important;
  text-decoration: none;
}
.link-h{
  margin-top: 5px;
  color: #5E9331
}
.bg-border{
  background-color: #A6A6A6 !important;
  border: 1px solid #A6A6A6 !important;
}
.w-180{
  width: 180px !important;
}
.drop-180{
  padding-left: 20px;
  width: 180px !important;
  top: 124px !important;
  left: 138px;
} 
.mb-0 {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 726px) {
.ms-180{
  top: -110px !important;
  left: 38px !important;
}
.drop-180{
    top: 125px !important;
    left: 58px !important;
}
}
@media only screen and (min-width: 900px) and (max-width: 1025px)  {
 .op-hover{
   top: -45px !important;
 }
}
@media screen and (min-width: 768px) and (max-width : 1025) {
  .w-180{
    top: -33px !important;
  }
}

/* form-label-dropdown */
.form-label-dropdown .select-selected {
  padding: 0.70rem !important;
}
.form-label-dropdown .select-selected:after {
  top: 18px !important;
}
.form-label-dropdown .select-selected.select-arrow-active:after {
top: 12px !important;
}
.form-label-dropdown .select-items div {
  padding: 0.5rem 1rem !important
}
.text-wrap {
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* .select-items div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 158px;
} */
.width-4{
  width: 4%;
  min-width: 50px;
}
.width-5{
  width: 5%;
  min-width: 45px;
}
.width-41{
  width: 41%;
  min-width: 250px
}
.width-15{
  width: 15%;
  min-width: 115px;
}
.width-12{
  width: 12%;
  min-width: 100px;
}
.width-10{
  width: 10%;
  min-width: 100px;
}
.width-7{
  width: 7%;
  min-width: 80px;
}
.width-50{
  width: 50%;
  min-width: 300px;
}
.width-25{
  width: 25% !important;
  min-width: 270px;
}
.width-20{
  width: 20% !important;
  min-width: 225px;
}
.width-70{
  width: 70%;
  min-width: 80px;
}
.width-86{
  width:86%;
  min-width: 500px;
}
.width-95{
  width:95%;
  min-width: 500px;
}
.arrowless.dropdown-toggle::after {
  border-right: none !important;
  border-left: none !important;
}
.h-15 {
  height: 15px !important;
}
.succes_msg {font-size:14px; color:#009900;}
.failur_msg {font-size:14px; color:#FF0000;}


.flexbox-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  min-height: 450px;
  height: 100%;
}

.form-rounded input.form-control {
  border-radius: 7px !important;
}
.form-rounded .form-label-group {
  margin-bottom: 15px;
}
.breakAll{word-break:break-all;word-break:break-word;}
.PackageSaveMessage{color:#009900;}