@font-face {
  font-family: "Open Sans";
  src: url(../css/custom-fonts/OpenSans-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url(../css/custom-fonts/OpenSans-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url(../css/custom-fonts/OpenSans-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url(../css/custom-fonts/OpenSans-MediumItalic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url(../css/custom-fonts/OpenSans-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url(../css/custom-fonts/OpenSans-SemiBoldItalic.ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url(../css/custom-fonts/OpenSans-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url(../css/custom-fonts/OpenSans-BoldItalic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url(../css/custom-fonts/OpenSans-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url(../css/custom-fonts/OpenSans-ExtraBoldItalic.ttf) format("truetype");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Impact";
  src: url(../css/custom-fonts/Impact/impact.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Impact";
  src: url(../css/custom-fonts/Impact/Impacted.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Nexa";
  src: url(../css/custom-fonts/Nexa/NexaLight.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Nexa";
  src: url(../css/custom-fonts/Nexa/NexaBold.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}

body.loading-overlay-show {
  overflow: hidden;
}

@font-face {
  font-family: 'icomoon';
  src:  url('./custom-fonts/custom-icon/icomoon.eot?q414xs');
  src:  url('./custom-fonts/custom-icon/icomoon.eot?q414xs#iefix') format('embedded-opentype'),
    url('./custom-fonts/custom-icon/icomoon.ttf?q414xs') format('truetype'),
    url('./custom-fonts/custom-icon/icomoon.woff?q414xs') format('woff'),
    url('./custom-fonts/custom-icon/icomoon.svg?q414xs#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-staff-plus:before {
  content: "\e90c";
}
.icon-preview-profile:before {
  content: "\e90b";
}
.icon-satelite:before {
  content: "\e906";
}
.icon-satelite-0:before {
  content: "\e900";
}
.icon-satelite-1:before {
  content: "\e904";
}
.icon-satelite-2:before {
  content: "\e905";
}
.icon-satelite-in-0:before {
  content: "\e901";
}
.icon-satelite-in-1:before {
  content: "\e902";
}
.icon-satelite-in-2:before {
  content: "\e903";
}
.icon-handshake:before {
  content: "\e916";
}
.icon-approval:before {
  content: "\e90a";
}
.icon-hod-signature:before {
  content: "\e909";
}
.icon-superior-signature:before {
  content: "\e908";
}
.icon-interview-alt:before {
  content: "\e907";
}

.icon-Reviewed:before {
  content: "\e962";
}


.hide {
  display: none;
}
.loading_overlay {
  /* display: none; */
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: #353535;
  border-radius: 1rem;

  transition: all 0.5s;
  opacity: 1;
}

.loading_overlay.fade {
  opacity: 0;
  /* animation: 1s fade_in ease; */
}
h1,
.h1,
.h1,
h2,
.h2,
.h2,
h3,
.h3,
.h3,
h4,
.h4,
.h4 {
  letter-spacing: -0.05rem;
}

h4,
.h4,
.h4,
h5,
.h5,
.h5,
h6,
.h6,
.h6 {
  font-weight: 600;
}

h4,
.h4,
.h4 {
  font-size: 1.5rem;
  line-height: 1.375;
}

h1,
.h1,
.h1,
h2,
.h2,
.h2,
h3,
.h3,
.h3 {
  font-weight: 700;
}

h2,
.h2,
.h2 {
  font-size: 2.25rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
}

h1,
.h1,
.h1 {
  font-size: 3rem;
  line-height: 1.25;
  letter-spacing: 0.025rem;
}

h3,
.h3,
.h3 {
  font-size: 1.875rem;
  line-height: 1.375;
}

h5,
.h5,
.h5 {
  font-size: 1.25rem;
  line-height: 1.375;
}

h6,
.h6,
.h6 {
  font-size: 1rem;
  line-height: 1.625;
}

.min-height-300 {
  min-height: 300px;
  z-index: -1;
}

.bg-5E72E4 {
  background-color: #5e72e4;
}

.bg-696CE4 {
  background-color: #696ce4;
}

body {
  font-family: "Open Sans", sans-serif;
  display: flex;
  flex-direction: row;
  color: #67748e;
  background-color: #eff2f4;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  letter-spacing: -0.025rem;
}
.camel-case-text{
  text-transform: capitalize;
}
/* Sidebar */
.sidebar-menu {
  position: fixed;
  width: 100%;
  max-width: 15.5rem;
  /* background-color: red; */
  margin: 1rem 0rem 1rem 1rem;
  height: 95vh;
  /* top: 0;
    bottom: 0; */
  border-radius: 1rem;
  background-color: #ffffff;
  box-shadow: 0 0 2rem 0 rgb(136 152 170 / 15%);
  border-color: rgba(103, 116, 142);
  border-width: 0px;
}

/* sidebar header */
.sidebar-brand {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  padding: 1.5rem 1.5rem 1rem 2rem;
  text-decoration: none;
  color: #344767;
  font-weight: bold;
  font-size: 0.85rem;
  overflow-y: hidden;
  /* letter-spacing: -0.5px; */
}

.sidebar-brand:hover {
  color: black;
}

.sidebar-brand .sidebar-brand-img {
  max-width: 100%;
  max-height: 2rem;
}

/* sidebar header */

.center-hr-line {
  margin: 0.25rem 0;
  height: 1px;
  background-color: transparent;
  background-image: linear-gradient(to right,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0));
}

/* sidebar bar menu list */
#sidebar-menu-list {
  padding: 0rem 1rem;
  margin: 1rem 0rem;
  overflow-y: hidden;
  height: calc(95vh - 72px - 2rem);
}

.sidebar-menu.show #sidebar-menu-list {
  overflow-y: auto;
}

#sidebar-menu-list .navbar-nav {
  display: flex;
}

#sidebar-menu-list .navbar-nav .nav-item,
#sidebar-menu-list .navbar-nav .nav-item .nav-link {
  display: flex;
  align-items: center;
}

#sidebar-menu-list .navbar-nav .nav-item .nav-link {
  color: rgb(119, 129, 151);
  text-decoration: none;
  width: 100%;
  padding: 1rem;
  font-weight: 500;
  border-radius: 0.5rem;
  white-space: nowrap;
}

#sidebar-menu-list .navbar-nav .nav-item .nav-link>i {
  width: 25px;
  color: #344767;
}

#sidebar-menu-list .navbar-nav .nav-item.active .nav-link>i {
  color: white;
}

#sidebar-menu-list .navbar-nav .nav-item>.nav-link>.nav-link-text {
  font-size: 0.85rem;
}

#sidebar-menu-list .navbar-nav .nav-item .nav-link:hover {
  color: white;
  background-color: #613f8d;
  /* border-radius: 0.5rem; */
}

#sidebar-menu-list .navbar-nav .nav-item.active .nav-link {
  color: white;
  background-color: #946fc5;
  /* border-radius: 0.5rem; */
}

#sidebar-menu-list .navbar-nav .nav-item .nav-link:hover i {
  color: white;
}

#sidebar-menu-list .navbar-nav .nav-item-mark {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 1rem;
  opacity: 0.6;
  color: rgb(114, 112, 112);
  font-family: "Open Sans", sans-serif;
}

/* Sidebar */
.navbar {
  padding: 0.5rem 1rem;
}

/* Subheader(breadcrumb) -- start --*/
.breadcrumb {
  background-color: transparent;
  padding-bottom: 0;
  padding-top: 0.25rem;
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  list-style: none;
  border-radius: 8px;
  margin-bottom: 0px;
}

.breadcrumb>.breadcrumb-item {
  font-size: 0.875rem;
  line-height: 1.5;
  color: white;
}

.breadcrumb>.breadcrumb-item::before {
  color: white;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 8px;
  content: "/";
}

.breadcrumb>.breadcrumb-item a {
  opacity: 0.5;
  text-decoration: none;
  color: white;
}

.breadcrumb>.breadcrumb-item.active a {
  opacity: 1;
}

.page-title {
  font-weight: 700;
  color: #ffffff;
  font-size: 1rem;
}

/* subheader(breadcrumb) -- end --*/
/* Subheader --start --*/
#sidebar-toggle {
  display: none;
}

/* Subheader --end--*/
/* Drag and Drop Image -- start -- */
.dragdrop-img-box {
  font-size: 0.9rem;
  height: 160px;
  width: 135px;
  text-align: center;
  border: 4px dashed black;
  padding: 10px;
  border-radius: 5px;
}

.dragdrop-img-box #file-dropping-area {
  margin-top: 10%;
}

.dragdrop-img-box.highlight {
  border-color: green;
}

.drop-area {
  border: dashed black 5px;
  border-radius: 15px;
  margin: 1rem auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  text-align: center;
  max-width: 100%;
  height: 110px;
}

.drop-area label>span>i {
  font-size: 2rem;
  flex-grow: 0.5;
  /* padding-top: 1rem; */
}

.green {
  border-color: greenyellow;
}

form#file-dropping-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.list-of-responsible .responsible-item {
  display: flex;
}

.skill-header-label-1,
.skill-header-label-2 {
  font-weight: 700;
}

#output-img {
  height: 162px;
  width: 138px;
  object-fit: cover;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: -1;
  border-radius: 3px;
  border: 1px solid transparent;
  transition: 0.5s ease-in-out;
}

.dragdrop-img-box {
  position: relative;
  z-index: 10;
  transition: 0.5s ease-in-out;
}

.dragdrop-img-box.uploaded .click-upload-trigger {
  opacity: 0;
}

.dragdrop-img-box.uploaded:hover .click-upload-trigger {
  opacity: 1;
}

.dragdrop-img-box.uploaded:hover #output-img {
  opacity: 0.35;
}

/* Drag and Drop Image -- end -- */
/* Main Content */
.main-content {
  /* color: white; */
  /* width: 100%; */
  width: calc(100% - (17.5rem + 1rem));
  margin: 1rem 1rem 0rem 17.5rem;
  /* padding: 1rem; */
  min-height: 97vh;
  display: flex;
  flex-direction: column;
}

nav.navbar .user-img {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  padding: 4px;
  object-fit: cover;
  background-color: white;
}

nav.navbar .dropdown-spread.shown .user-img-2 {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  padding: 4px;
  object-fit: cover;
  background-color: white;
  transition: 0.5s ease;
}

nav.navbar .dropdown-spread.shown .user-img-2:hover {
  transform: scale(3);
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 1rem;
  box-shadow: 3px -3px 10px 2px #80808080;
}

.info-card {
  min-height: 110px;
}

.card .card-header {
  padding: 0.8rem 0.8rem 0rem 0.8rem !important;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}

.card .card-header:first-child {
  border-radius: 1rem 1rem 0 0;
}

.card .card-body {
  flex: 1 1 auto;
  padding: 0.8rem 0.25rem 0.8rem 0.8rem;
  font-family: "Open Sans", sans-serif;
}

.card .card-body .cust-height {
  height: 78px;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: space-between;
}

.card-scroll>.card-body {
  scrollbar-width: thin;
  scrollbar-color: rgba(67, 68, 67, 0.767) rgba(197, 197, 195, 0);
  overflow-y: scroll;
}

.card .card-body .info-card-title {
  color: #67748e;
  line-height: 1.5;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.card .card-body .info-card-sub-title{
  font-size: 0.85rem;
}

.card .card-body .info-card-value {
  color: #344767;
  font-weight: 800;
}

.card .card-body .info-card-icon {
  width: 48px;
  height: 48px;
  background-position: center;
  border-radius: 0.75rem;
  background-image: linear-gradient(310deg, #5e72e4 0%, #825ee4 100%);
  border-radius: 50% !important;
  text-align: center !important;
}

.card .card-body .info-card-icon i {
  color: #fff;
  opacity: 0.8;
  top: 13px;
  font-size: 1.4rem;
  position: relative;
}

/* Table */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #67748e;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #67748e;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #67748e;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #67748e;
  vertical-align: top;
  border-color: #e9ecef;
}

.table>thead {
  vertical-align: bottom;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.table> :not(:last-child)> :last-child>* {
  border-bottom-color: #e9ecef;
}

.table> :not(caption)>*>* {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px #00000000;
}

.table> :not(:first-child) {
  border-top: 1px solid currentColor;
}

.table thead th {
  font-size: 0.8rem;
  color: black;
  /* font-weight: 900; */
  padding: 0.5rem 0.5rem;
  text-transform: capitalize;
  letter-spacing: 0px;
  border-bottom: 1px solid #e9ecef;
  white-space: nowrap;
}

.table thead tr th {
  font-size: 0.8rem;
  color: black;
  font-weight: 900;
  padding: 0.5rem 0.5rem;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

.table>tbody {
  vertical-align: inherit;
}

.table tbody tr td {
  font-size: 0.8rem;
}

.table td,
.table th {
  white-space: nowrap;
}

/* Form Control /Input Tag */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d2d6da;
  appearance: none;
  border-radius: 0.5rem;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.form-control-sm {
  min-height: unset;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  border-radius: 0.5rem;
}

select {
  word-wrap: normal;
}

button,
select {
  text-transform: none;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.5rem 1.5rem 0.5rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: #495057;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #d2d6da;
  border-radius: 0.5rem;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
  appearance: none;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  font-size: 0.75rem;
  border-radius: 0.5rem;
}

/* button */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

.btn {
  margin-bottom: 1rem;
  letter-spacing: -0.025rem;
  text-transform: none;
  box-shadow: 0 4px 6px rgb(50 50 93 / 10%), 0 1px 3px rgb(0 0 0 / 8%);
}

.btn {
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  color: #67748e;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  transition: all 0.15s ease-in;
  margin-bottom: 0;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

.modal-body{
  padding: 0.25rem 1rem;
}
.modal-footer{
  padding: 0.5rem;
}
.btn-outline-secondary {
  box-shadow: none;
}

.btn-outline-secondary {
  color: #8392ab;
  border-color: #8392ab;
}

.btn-outline-primary {
  color: #5e72e4;
  border-color: #5e72e4;
}

.btn-primary {
  color: #000;
  background-color: #5e72e4;
  border-color: #5e72e4;
}

.btn-success {
  color: #000;
  background-color: #2dce89;
  border-color: #2dce89;
}

.btn-outline-success {
  color: #2dce89;
  border-color: #2dce89;
}

.btn-primary,
.btn.bg-gradient-primary {
  color: #fff;
}

.btn-danger {
  color: #000;
  background-color: #f5365c;
  border-color: #f5365c;
}

.btn-outline-danger {
  color: #f5365c;
  border-color: #f5365c;
}

.btn-info {
  color: #000;
  background-color: #11cdef;
  border-color: #11cdef;
}

.btn-outline-info {
  color: #11cdef;
  border-color: #11cdef;
}

.btn-warning {
  color: #000;
  background-color: #fb6340;
  border-color: #fb6340;
}

.btn-outline-warning {
  color: #fb6340;
  border-color: #fb6340;
}

.btn-dark {
  color: #fff;
  background-color: #344767;
  border-color: #344767;
}

.btn-outline-dark {
  color: #344767;
  border-color: #344767;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 0.5rem 2rem;
  font-size: 0.75rem;
  border-radius: 0.5rem;
}

.bg-primary {
  background-color: #5e72e4 !important;
}

.bg-secondary {
  background-color: #8392ab !important;
}

.bg-success {
  background-color: #2dce89 !important;
}

.bg-danger {
  background-color: #f5365c !important;
}

.btn-sm {
  font-size: 0.9rem;
  padding: 0.15rem 0.4rem;
  border-radius: 0.2rem;
}

.action-btn {
  width: 25px;
  height: 25px;
  padding: 0;
}

/* BUTTOn */
element.style {}

.form-check:not(.form-switch) .form-check-input[type="radio"] {
  transition: border 0s;
}

.form-check:not(.form-switch) .form-check-input[type="checkbox"],
.form-check:not(.form-switch) .form-check-input[type="radio"] {
  border: 1px solid #cbd3da;
  margin-top: 0.25rem;
  position: relative;
}

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

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

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

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

.form-check-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.135em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  appearance: none;
  color-adjust: exact;
  transition: background-color 0.25s ease, border-color 0.25s ease,
    background-position 0.15s ease-in-out, opacity 0.15s ease-out,
    box-shadow 0.15s ease-in-out;
  /* animation-delay: ; */
}

.form-check-input+label {
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.7rem;
  animation-delay: 0.2s;
  height: 16px;
  padding: 0px 11px;
}

.form-check-input:checked+label {
  background: white;
  font-size: 0.9rem;
  color: black;
  transition: all 0.2s;
}

.form-check-label {
  font-size: 0.875rem;
  font-weight: 400;
}

.form-check-label,
.form-check-input[type="checkbox"] {
  cursor: pointer;
}

label,
.form-label,
.col-form-label {
  font-size: 0.85rem;
  /* font-size: 1.5rem; */
  padding: 11px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #344767;
  /* margin-left: 0.25rem; */
}

.form-check:not(.form-switch) .form-check-input[type="radio"]:after {
  transition: opacity 0.25s ease-in-out;
  content: "";
  position: absolute;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
}

.form-check:not(.form-switch) .form-check-input[type="radio"] {
  transition: border 0s;
}

.form-check:not(.form-switch) .form-check-input[type="checkbox"],
.form-check:not(.form-switch) .form-check-input[type="radio"] {
  border: 1px solid #cbd3da;
  margin-top: 0.25rem;
  position: relative;
}

.form-check:not(.form-switch) .form-check-input[type="checkbox"]:checked:after {
  opacity: 1;
}

.form-check:not(.form-switch) .form-check-input[type="checkbox"]:after {
  transition: opacity 0.25s ease-in-out;
  font-family: "FontAwesome";
  content: "\f00c";
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.67rem;
  opacity: 0;
}

.form-check-input:checked {
  background-color: #5e72e4;
  border-color: transparent;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.35rem;
}

.form-check:not(.form-switch) .form-check-input[type="checkbox"]:checked,
.form-check:not(.form-switch) .form-check-input[type="radio"]:checked {
  border: 0;
}

.form-check:not(.form-switch) .form-check-input[type="checkbox"],
.form-check:not(.form-switch) .form-check-input[type="radio"] {
  border: 1px solid #cbd3da;
  margin-top: 0.25rem;
  position: relative;
}

.form-check-input:checked[type="checkbox"] {
  background-image: linear-gradient(310deg, #5e72e4 0%, #825ee4 100%);
}

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

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

.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  /* font-size: inherit; */
  font-weight: 700;
  line-height: 1.4rem;
  color: #344767;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.75rem;
}

/* Nav menu list /navbar / sub header*/
#nav-menu-list {
  flex-direction: row;
  justify-content: end;
  margin-left: auto;
}

#nav-menu-list>li {
  margin: 0px 3px;
}

/* Dropdown  */
.dropdown-item {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.dropdown .dropdown-menu,
.dropup .dropdown-menu,
.dropstart .dropdown-menu,
.dropend .dropdown-menu {
  box-shadow: 0 8px 26px -4px rgb(20 20 20 / 15%),
    0 8px 9px -5px rgb(20 20 20 / 6%);
  animation: hide-navbar-dropdown 0.25s ease forwards;
  cursor: pointer;
  opacity: 0;
}

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: none;
  min-width: 11rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 0.875rem;
  color: #67748e;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid transparent;
  border-radius: 0.5rem;
}

:not(.main-content) .navbar .dropdown .dropdown-menu {
  top: 2.25rem !important;
  right: -25px;
  left: auto;
  z-index: 2000;
}

.dropdown:not(.dropdown-hover) .dropdown-menu {
  margin-top: 40px !important;
}

.dropdown.dropdown-hover:hover>.dropdown-menu .dropdown-hover:hover>.dropdown-menu,
.dropdown .dropdown-menu.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  animation: show-navbar-dropdown 0.25s ease forwards;
}

.dropdown-menu li {
  margin: 0 0 0.5rem 0;
}

.dropdown-menu .notification-item .notification-title {
  font-weight: 600;
  line-height: 1.5;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

.dropdown-menu .notification-item .notification-timestamp {
  font-size: 0.75rem;
  color: #838fa8;
}

.dropdown.dropdown-hover .dropdown-menu,
.dropdown .dropdown-menu {
  display: block;
  opacity: 0;
  top: 0;
  pointer-events: none;
  animation: hide-navbar-dropdown 0.25s ease forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: animation, box-shadow;
}

.dropdown.dropdown-hover:hover>.dropdown-menu .dropdown-hover:hover>.dropdown-menu,
.dropdown .dropdown-menu.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  animation: show-navbar-dropdown 0.25s ease forwards;
}

.dropdown .dropdown-menu:before {
  right: 28px;
  left: auto;
}

.dropdown .dropdown-menu:before {
  font-family: "FontAwesome";
  content: "\f0d8";
  position: absolute;
  top: -20px;
  right: 28px;
  font-size: 22px;
  color: #fff;
  transition: top 0.35s ease;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.3rem 1rem;
  clear: both;
  font-weight: 400;
  color: #67748e;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #67748e;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #344767;
  background-color: #e9ecef;
}

.avatar-sm {
  width: 36px !important;
  height: 36px !important;
  font-size: 0.875rem;
}

.avatar {
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  border-radius: 0.75rem;
  height: 48px;
  width: 48px;
  transition: all 0.2s ease-in-out;
}

/* Scrollbar -- start -- */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-button {
  background-color: rgba(197, 197, 195, 0);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(67, 68, 67, 0.767);
  border-radius: 10px;
  opacity: 0;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgb(67, 68, 67);
}

::-webkit-scrollbar-track {
  background-color: rgba(197, 197, 195, 0);
}

.card-scroll>.card-body {
  scrollbar-width: thin;
  scrollbar-color: rgba(67, 68, 67, 0.767) rgba(197, 197, 195, 0);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* Scrollbar --end --*/
/* Badge */
.badge {
  display: inline-block;
  padding: 0.55em 0.9em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.45rem;
  text-transform: uppercase;
}

/* badge */
/* Footer -- start --*/
footer {
  margin-top: auto;
}

footer .copyright {
  font-size: 0.85rem;
  color: #67748e;
}

.footer .nav-link {
  color: #344767;
  font-weight: 400;
  font-size: 0.875rem;
  padding-top: 0;
  padding-bottom: 0.25rem;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #5e72e4;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

/* Footer -- end -- */

/* OTHERS */
.table tbody tr:hover td {
  font-size: 0.8rem;
  color: black !important;
}

.table-hover>tbody>tr:hover>* {
  background-color: rgba(0, 0, 0, 0.08);
}

/* .table> :not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.75);
} */

.filter-bar-vessel {
  list-style-type: none;
  padding-left: 0;
  /* display: flex; */
}

.filter-bar-vessel .filter-item {
  display: inline-block;
}

.filter-bar-vessel .filter-item.search-bar {
  display: block !important;
}

/* Custom Dropdown */
.cust-dropdown-toggle {
  font-size: 0.85rem;
}

.text-left-icon {
  margin-right: 5px;
}

.custom-dropdown {
  position: relative;
}

.dropdown-spread {
  padding: 1rem 0.75rem;
  box-shadow: 5px 4px 4px #00000024;
  background-color: white;
  border: 1px solid #afc1c1;
  position: absolute;
  border-radius: 10px;
  left: -10%;
  margin-top: -1px;
  display: none;
  z-index: 11;
}

nav.navbar .custom-dropdown>.dropdown-spread.shown {
  left: -11rem;
  width: 250px;
  /* right: 10%; */
}

.shown {
  display: block !important;
}

.dropdown-spread.shown {
  display: block !important;
}

/* Custom Checkbox Version 1 */
/* Custom Platform Checkbox */
.platform-item input[type="checkbox"]+label {
  margin: 0.2em 0;
  cursor: pointer;
  /* padding: 0.2em 0; */
  text-align: left;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  color: #44318d;
  font-weight: 800;
}

.platform-item input[type="checkbox"] {
  display: none;
}

.platform-item input[type="checkbox"]+label:before {
  content: "YES";
  display: none;
  width: 1em;
  height: 1em;
  padding-left: 0.1em;
  padding-bottom: 0.1em;
  margin-right: 0.5em;
  vertical-align: bottom;
  color: transparent;
  transition: 0.2s;
  color: #000;
  border-radius: 100%;
  background-color: #8e8e93;
}

.platform-item input[type="checkbox"]+label:active:before {
  transform: scale(0);
  color: #000;
}

.platform-item input[type="checkbox"]:checked+label:before {
  background-color: MediumSeaGreen;
  border-color: MediumSeaGreen;
  color: #000;
}

.platform-item input[type="checkbox"]:disabled+label:before {
  transform: scale(1);
  border-color: #aaa;
}

.platform-item input[type="checkbox"]:checked:disabled+label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

.platform-item input[type="checkbox"]:checked+label {
  /* color: #30D158; */
  color: white;
  background-color: #696ce4;
  border: 1px solid #44318d;
  transition: all 0.2s linear;
}

ul.platform-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
  align-items: center;
}

li.platform-item label {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 5px;
  padding: 10px 13px;
  /* width: 184px; */
  /* height: 41px; */
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #696ce4;
}

li.platform-item {
  list-style: none;
}

/* Custom Checkbox v1 */
.icon-text {
  font-family: "Open Sans" !important;
  margin-left: 5px;
}

/* Title with line through */
.section-title {
  position: relative;
  z-index: 1000;
}

.section-title span {
  background-color: white;
  padding: 0px 5px 0px 5px;
  margin-left: 15px;
  border: 2px dashed black;
  border-radius: 5px;
}

.section-title::after {
  position: absolute;
  content: "";
  width: 99%;
  top: 50%;
  left: 0;
  height: 2px;
  z-index: -1;
  background-color: black;
}

/*  */
/* UNUSED (currently) */
.table thead tr th {
  font-size: 0.9rem;
  color: black;
  font-weight: 900;
  padding: 0.5rem 0.5rem;
}

.table tbody tr td {
  font-size: 0.8rem;
}

.table tbody tr:hover td {
  font-size: 0.8rem;
  color: black !important;
}

.card {
  box-shadow: 3px -3px 10px 2px #80808080;
}

.dashboard .upcoming-schedule-section .card-body,
.dashboard .pending-approval-table .card-body,
.dashboard .monthly-leave-section .card-body {
  height: 250px;
  /* overflow-y: scroll; */
}

.dashboard .task-schedule-list {
  list-style-type: none;
  padding-left: 0;
}

.dashboard .task-schedule-list .task-list-item {
  border-top: 1px solid grey;
  padding: 8px 0px;
}

.dashboard .task-schedule-list .task-list-item .task-date {
  font-size: 0.8rem;
  font-weight: 700;
  color: rgb(158, 154, 154);
  margin-left: 15px;
}

.dashboard .task-schedule-list .task-list-item .task-item {
  display: flex;
  align-items: center;
  margin: 8px 0px;
}

.dashboard .task-schedule-list .task-list-item .task-item .task-timestamp-box {
  min-width: 98px;
}

.dashboard .task-schedule-list .task-list-item .task-item .task-timestamp-box .task-timestamp {
  margin-bottom: 0;
  text-align: center;
}

.dashboard .task-schedule-list .task-list-item .task-item .task-timestamp-box .task-timestamp span {
  font-size: 1.5rem;
  font-weight: 700;
}

.dashboard .task-schedule-list .task-list-item .task-item .task-desc {
  margin-left: 4px;
  padding-left: 4px;
  border-left: 4px solid royalblue;
}

.dashboard .task-schedule-list .task-list-item .task-item .task-desc .task-sub-title {
  color: rgb(165, 161, 161);
  font-size: 0.75rem;
  font-weight: 700;
}

.dashboard .task-schedule-list .task-list-item .task-item .task-desc .task-main-title {
  color: rgb(54, 52, 52);
  font-weight: 700;
  font-size: 0.9rem;
}

/* OTHERS */
.pagination>li {
  font-size: 0.7rem;

  margin: 0px 3px;
  cursor: pointer;
}

.pagination li a {
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #dedede;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.4);
}

.pagination li:hover a {
  background-color: #5e72e4;
  text-decoration: none;
  color: white;
}

.milestone-point-list {
  list-style-type: none;
}

.milestone-point-list .point-item {
  margin: 1.5rem 0px;
  position: relative;
  /* display: none; */
}

.milestone-point-list .point-item.show {
  display: block;
}

.milestone-point-list .point-item>div {
  display: flex;
  align-items: center;
}

.milestone-point-list .point-item .status-icon {
  position: relative;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 0px 10px;
  /* border: 1px solid ; */
}

.milestone-point-list .point-item .status-icon i {
  font-size: 0.9rem;
  padding: 8px 0px;
}

.milestone-point-list .point-item .status-icon::before {
  /* border: 1px solid ; */
  content: "";
  display: block;
  position: absolute;
  width: inherit;
  height: inherit;
  left: 0px;
  /* padding: 5px 10px; */
  transform: rotate(45deg);
  z-index: 5;
}

.milestone-point-list .point-item .status-icon::after {
  content: "";
  position: absolute;
  display: block;
  height: 115%;
  width: 2px;
  background-color: #6c757d;
  top: 34px;
  left: 48%;
  z-index: 4;
}

.milestone-point-list .point-item:last-of-type .status-icon:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 2px;
  background-color: #6c757d;
  top: 0px;
  left: 48%;
  z-index: 4;
}

.point-item .status-text {
  /* font-family: Arial, Helvetica, sans-serif; */
  font-size: 0.63rem;
  color: black;
  font-weight: 800;
  /* letter-spacing: -1px; */
  border-radius: 10px;
  padding: 0px 8px;
}

.point-item .milestone-details span {
  font-size: 0.7rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
}

.milestone-detail-box {
  line-height: 0.9rem;
  margin-left: 3px;
}

.point-item.new-request .status-icon::before {
  background-color: #6c757d;
  color: white;
  border: 1px solid black;
}

.point-item .status-icon>i {
  position: relative;
  color: white;
  z-index: 10;
}

.point-item.new-request .status-text {
  background-color: #6c757d;
  color: white;
}

.point-item.ready-for-interview .status-icon::before {
  background-color: #ffb700;
  color: white;
  border: 1px solid #bd7d0c;
}

.point-item.ready-for-interview .status-text {
  background-color: #ffc107;
  color: white;
}

.point-item.shortlist .status-icon::before {
  background-color: #0dcaf0;
  color: white;
  border: 1px solid #0a9fbd;
}

.point-item.shortlist .status-text {
  background-color: #0dcaf0;
  color: white;
}

.point-item.interview .status-icon::before {
  background-color: #5e72e4;
  color: white;
  border: 1px solid #4858b1;
}

.point-item.interview .status-text {
  background-color: #5e72e4;
  color: white;
}

.point-item.hired .status-icon::before {
  background-color: #2dce89;
  color: white;
  border: 1px solid #219b67;
}

.point-item.hired .status-text {
  background-color: #2dce89;
  color: white;
}

.point-item.rejected .status-icon::before {
  background-color: #f5365c;
  color: white;
  border: 1px solid #c22a48;
}

.point-item.rejected .status-text {
  background-color: #f5365c;
  color: white;
}

.point-item.reviewed .status-icon::before {
  background-color: #b388ff;
  color: white;
  border: 1px solid #a270f8;
}

.point-item.reviewed .status-text {
  background-color: #b388ff;
  color: white;
}

.pagination li.active a {
  background-color: #2743e2;
  text-decoration: none;
  color: white;
  font-weight: 700;
}

.reject-reason-item .col-6 {
  font-size: 0.85rem;
  text-align: left;
  /* display: inline-block; */
}

.tip {
  position: absolute;
  background-color: #2dce89;
  padding: 2px 5px;
  font-size: 0.6rem;
  border-radius: 6px;
  font-weight: 900;
  color: white;
  top: 11px;
  right: 14px;
}

/* staff View Profile Page Style */
#output-img {
  border-radius: 5px;
  border: 1px solid transparent;
}

.url-section .card {
  height: 510px;
  overflow-y: auto;
}

[slider] {
  width: 300px;
  position: relative;
  height: 5px;
  margin: 45px 0 10px 0;
}

[slider]>div {
  position: absolute;
  left: 13px;
  right: 15px;
  height: 5px;
}

[slider]>div>[inverse-left] {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 10px;
  background-color: #ccc;
  margin: 0 7px;
}

[slider]>div>[inverse-right] {
  position: absolute;
  right: 0;
  height: 5px;
  border-radius: 10px;
  background-color: #ccc;
  margin: 0 7px;
}

[slider]>div>[range] {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 14px;
  background-color: #d02128;
}

[slider]>div>[thumb] {
  position: absolute;
  top: -7px;
  z-index: 2;
  height: 20px;
  width: 20px;
  text-align: left;
  margin-left: -11px;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  border-radius: 50%;
  outline: none;
}

[slider]>input[type="range"] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 14px;
  top: -2px;
  width: 100%;
  opacity: 0;
}

div[slider]>input[type="range"]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}

div[slider]>input[type="range"]:focus {
  outline: none;
}

div[slider]>input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
  -webkit-appearance: none;
}

div[slider]>input[type="range"]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}

div[slider]>input[type="range"]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}

div[slider]>input[type="range"]::-ms-tooltip {
  display: none;
}

[slider]>div>[sign] {
  opacity: 0;
  position: absolute;
  margin-left: -11px;
  top: -39px;
  z-index: 3;
  background-color: #d02128;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

[slider]>div>[sign]:after {
  position: absolute;
  content: "";
  left: 0;
  border-radius: 16px;
  top: 19px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top-width: 16px;
  border-top-style: solid;
  border-top-color: #d02128;
}

[slider]>div>[sign]>span {
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
}

[slider]:hover>div>[sign] {
  opacity: 1;
}

.custom-placeholder {
  position: absolute;
  font-size: 0.8rem;
  color: black;
  opacity: 0.4;
  width: auto;
}

.custom-placeholder:nth-of-type(1) {
  top: 8px;
  left: 2%;
}

.custom-placeholder:nth-of-type(2) {
  top: 8px;
  left: 1%;
}

/*  */

/* Button Animate -- start --*/
.btn-animate {
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: white;
  text-transform: capitalize;
  background-color: #219b67;
  font: 700 12px 'Open Sans', sans-serif ;
  padding: 5px 0px;
  width: 105px;
  border-radius: 5px;
  overflow: hidden;
}

.btn-animate.type-1 {
  transition: all 0.2s linear 0s;
}

.btn-animate.type-1:before {
  content: "\f178";
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 40px;
  transition: all 0.2s linear 0s;
}

.btn-animate.type-1:hover {
  text-indent: -20px;
  color: white;
}

.btn-animate.type-1:hover:before {
  opacity: 1;
  text-indent: 0px;
}


/* Button Animate -- end -- */
.dragdrop-img-box.validation {
  border-color: red;
  animation: bzz .3s ease 2 forwards
}

.validation:after {
  content: "Wrong Dimension";
  position: absolute;
  color: red;
  font-size: 13px;
  top: 20%;
  white-space: nowrap;
  right: 10%;
  z-index: 99999;
  width: 100px;
  height: 100px;
}

@keyframes bzz {
  0% {
    transform: translate(0px, 5px);
  }

  30% {
    transform: translate(5px, 0px);
  }

  60% {
    transform: translate(0px, 5px);
  }

  90% {
    transform: translate(5px, 5px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

/* Image Cropper */
#image-cropper .modal-dialog {
  max-width: 80%;
}

.preview-workspace-box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
}

.preview-container {
  border: 1px solid rgba(94, 114, 228, 0.5);
  width: 135px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 15px 15px;
}
.preview-container .img-preview{
  width: 135px;
  /* width: inherit; */
  height: 160px;
  /* height: inherit; */
}
.preview-cover {
  overflow: hidden;
  position: relative;
}

.preview-container span {
  font-size: 0.7rem;
  font-weight: 700;
}

.image-container {
  padding: 20px;
  width: 50%;
  height: calc(100% - 200px);
  /* height: 250px; */
  border: 2px solid rgba(94, 114, 228, 0.5);
}

.image-workspace {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-cropper-main-tank img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.image-cropper-main-tank {
  position: relative;
}

.control-panel {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.control-panel .toolbox {
  padding-left: 0;
  list-style: none;
}

.control-panel .toolbox li {
  margin: 8px 0px;
}
.image-cropper-main-tank>.d-flex p{
  flex-basis: 150px;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 0.9rem;
  font-weight: 700;
}
.image-cropper-main-tank>.d-flex{
  margin-left: 2rem;
}
/* Image Cropper */

.spinner {
  display: inline-block;
  width:40px;
  height: 40px;
  animation: morph 2s infinite;
}

@keyframes morph {

  0%,
  100% {
      border-radius: 50%;
      transform: rotate(0deg);
      background-color: hotpink;
  }

  50% {
      border-radius: 0%;
      transform: rotate(180deg);
      background-color: rebeccapurple;
  }
}
/* Pagination */
.pagination{
  transform: translateY(10px);
}

/* CUSTOM SWEETALERT SECTION */
.custom-icon-swal {
  font-size: 4rem;
}

.custom-icon-swal>i {
  border: 5px solid #545454;
  padding: 1.15rem;
  border-radius: 100%;
}

.custom-icon-swal.animate>i {
  animation: 1.5s brief_spin forwards ease-in-out;
}
.custom-swal-popup .swal2-html-container{
margin: 1em 0.5em 0.3em;
font-size: 1rem;
}
@keyframes brief_spin {
  0% {
      transform: rotateY(0deg)
  }

  10% , 48% , 74%{
      transform: rotateY(45deg)
  }

  20% ,40% ,62%,72% {
      transform: rotateY(135deg)
  }

  35% {
      transform: rotateY(195deg)
  }

  55% ,76%{
      transform: rotateY(20deg)
  }

  30%,65% ,68% {
      transform: rotateY(180deg)
  }

}

/* // X-Small devices (portrait phones, less than 576px) */
/* // No media query for `xs` since this is the default in Bootstrap */

/* // Small devices (landscape phones, 576px and up) */
@media only screen and (max-width: 576px) {
  .d-none-xs {
    display: none;
  }

  .sidebar-menu {
    position: absolute;
    margin-left: -16rem;
    z-index: 1000;
    height: 85vh;
    transition: all 0.2s ease-in-out;
  }

  #sidebar-menu-list {
    height: calc(85vh - 72px - 2rem);
  }

  .sidebar-menu.show {
    position: absolute;
    margin-left: 1rem;
    /* width: ; */
  }

  .main-content {
    margin: 1rem 0rem;
    width: 100%;
  }

  .main-content.sidebar-show {
    overflow-y: hidden;
  }

  .navbar {
    flex-direction: column;
  }

  #navbar {
    margin-top: 0 !important;
    margin-left: auto;
  }

  #navbar .user-img {
    width: 45px;
    height: 45px;
  }

  nav[aria-label="breadcrumb"] {
    margin-right: auto;
  }

  body,
  .background-overlay {
    transition: all 0.2s ease-in-out;
  }

  body.sidebar-show {
    overflow-y: hidden;
    overflow-x: hidden;
  }

  .background-overlay.sidebar-show {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 150vh;
    z-index: 500;
    background-color: #0404048c;
  }

  .filter-bar-vessel .filter-item {
    width: 100%;
    margin: 5px 0px;
  }

  .filter-bar-vessel>section {
    width: 100%;
  }

  .filter-bar-vessel .filter-item .custom-dropdown button,
  .filter-bar-vessel .filter-item button {
    width: 100% !important;
  }

  /* Dropdown menu header*/
  :not(.main-content) .navbar .dropdown .dropdown-menu {
    right: 0;
    left: auto;
  }

  .dropdown:not(.dropdown-hover) .dropdown-menu {
    margin-top: 0px;
  }

  .dropdown .dropdown-menu:before {
    display: none;
  }

  .card-scroll .card-body {
    padding: 0px 0px 0px 10px;
  }

  /* Info Card */
  .card.info-card .card-body .col-4 {
    display: flex;
    justify-content: end;
    align-items: center;
  }

  .card.info-card .card-body .col-4 .info-card-icon {
    width: 60px;
    height: 60px;
  }

  .card.info-card .card-body .col-4 .info-card-icon i {
    font-size: 1.5rem;
    top: 30%;
  }

  #sidebar-toggle {
    display: flex !important;
  }

  .dropdown-spread {
    left: 0%;
    width: 100%;
    margin-top: 0;
    z-index: 100;
  }

  a[onclick^="reason_reject("] {
    position: relative;
    z-index: 10;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 577px) and (max-width: 768px) {
  #sidebar-toggle {
    display: flex !important;
  }
}

/* // Large devices (desktops, 992px and up) */
@media only-screen and (min-width: 769px) and (max-width: 992px) {
  #sidebar-toggle {
    display: flex !important;
  }
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 993px) {
  #sidebar-menu-list:hover {
    padding-right: 6px;
    overflow-y: scroll;
  }
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1200px) {}

@media (min-width: 1400px) {}

/* ANIMATION */

@keyframes show-navbar-dropdown {
  0% {
    opacity: 0;
    transform: translate(0, 10px) perspective(200px);
    transition: visibility 0.25s, opacity 0.25s, transform 0.25s;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes hide-navbar-dropdown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(0, 10px);
  }
}