@font-face {
  font-family: 'neirizi';
  src: url('../../fonts/farsi-fonts/neirizi-400.eot');
  src:
    url('../../fonts/farsi-fonts/neirizi-400.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/farsi-fonts/neirizi-400.woff2') format('woff2'),
    url('../../fonts/farsi-fonts/neirizi-400.woff') format('woff'),
    url('../../fonts/farsi-fonts/neirizi-400.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'CertificateFont';
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
  src: url('../fonts/farsi-fonts/IRANSansWeb(FaNum)_Medium.eot');
  src:
    url('../fonts/farsi-fonts/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/farsi-fonts/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),
    url('../fonts/farsi-fonts/IRANSansWeb(FaNum)_Medium.woff') format('woff'),
    url('../fonts/farsi-fonts/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}

.main-menu.menu-light .navigation {
  background: #bbe2e2;
}

.main-menu.menu-light .navigation > li.nav-item.open.has-sub.open,
.main-menu.menu-light .navigation > li.nav-item.open.has-sub.sidebar-group-active,
.main-menu.menu-light .navigation > li.nav-item.sidebar-group-active.has-sub.open,
.main-menu.menu-light .navigation > li.nav-item.sidebar-group-active.has-sub.sidebar-group-active {
  border-radius: 0.267rem;
  border: 1px solid #dfe3e7;
  background-color: #eaf6f6;
  -webkit-transition: none;
  transition: none;
}

.main-menu.menu-light {
  color: #727e8c;
  background: #bbe2e2;
  border: #dfe3e7;
  border-left-color: rgb(223, 227, 231);
  border-left-style: none;
  border-left-width: medium;
}

.main-menu .shadow-bottom {
  display: none;
  position: absolute;
  z-index: 2;
  height: 60px;
  width: 100%;
  pointer-events: none;
  margin-top: -1.3rem;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  background: -webkit-linear-gradient(#bbe2e2 41%, rgba(187, 226, 226, 0.11) 95%, rgba(255, 255, 255, 0));
  background: linear-gradient(#bbe2e2 41%, rgba(187, 226, 226, 0.11) 95%, rgba(255, 255, 255, 0));
}

.main-menu.menu-light .navigation > li.active:not(.sidebar-group-active) > a {
  background: #eaf6f6;
  color: #009292;
  border-radius: 0.267rem;
}

.main-menu.menu-light .navigation > li ul .active > a {
  background: #bbe2e2;
  color: #060;
  border-radius: 0.267rem;
}

.main-menu.menu-light .navigation > li ul .active {
  background: none;
}

.main-menu.menu-light .navigation li.has-sub ul {
  padding: 7px 0 7px;
  margin: -7px 0 0;
}

.swal2-container {
  z-index: 1000060 !important;
}

.ADMdtpInput input,
.form-control,
.select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--single {
  border: 1px solid #009292;
}

body,
label,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.main-menu.menu-light .navigation li a {
  color: #040;
}

.main-menu.menu-light .navigation li.active a {
  color: #444;
}

.tableFixHead .btn i,
.collapse-icon .card-header {
  position: initial;
}

.tableFixHead {
  overflow-y: auto;
  height: 600px;
  border-radius: 7px;
  margin-bottom: 12px;
}

.ngdialog-content .card-body {
  max-height: 75vh;
  overflow-y: auto;
}

.tableFixHead.inarchivemode {
  border: 2px solid rgba(255, 5, 5, 0.42);
  -webkit-box-shadow: 0px 0px 15px 4px rgba(255, 5, 5, 0.42);
  box-shadow: 0px 0px 15px 4px rgba(255, 5, 5, 0.42);
  margin-bottom: 12px;
}

.tableFixHead thead {
  position: sticky;
  color: #fff;
  top: 0;
  z-index: 2;
}

.tableFixHead tfoot {
  position: sticky;
  color: #fff;
  bottom: 0;
  z-index: 2;
}

.tableFixHead .table td {
  white-space: nowrap;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.tableFixHead .table th {
  white-space: nowrap;
}

.tableFixHead th.orderable {
  cursor: pointer;
}

.tableFixHead th.sortasc:after {
  font-family: 'boxicons';
  content: '\ea57';
}

.tableFixHead th.sortdesc::after {
  font-family: 'boxicons';
  content: '\ea4a';
}

.tableFixHead thead {
  background-color: #009292;
  border: 2px solid #009292;
  z-index: 4;
}

.tableFixHead thead tr {
  background-color: #009292 !important;
  border: 2px solid #009292 !important;
  z-index: 4;
}

.tableFixHead tfoot {
  background-color: #009292;
  border: 2px solid #009292;
  z-index: 4;
}

.tableFixHead thead .form-control {
  background-color: #f1f4f4;
}

.tableFixHead thead tr:last-child th {
  color: #ffcb05;
  font-size: 0.95rem;
  font-weight: lighter;
  font-family: 'secondary-font';
  padding: 0 0.3em !important;
}

.tableFixHead tfoot tr td {
  color: #ffcb05;
  font-size: 0.95rem;
  font-weight: lighter;
  font-family: 'secondary-font';
}

.tableFixHead thead th {
  border: none;
  vertical-align: top;
}

.tableFixHead .ADMdtpInput > .removeIcon {
  left: 3.5em;
}

.tableFixHead .ADMdtpInput > input {
  background-color: #f1f4f4;
  height: calc(1.1em + 0.94rem + 3.7px);
  font-size: 0.8rem;
  line-height: 1.1;
  border-radius: 0.267rem;
}

.tableFixHead thead tr > * {
  padding-top: 7px;
  padding-bottom: 7px;
}

.landing {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.tableFixHead > .landing {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: transparent;
  z-index: 3;
}

.landing .landingcenter {
  position: absolute;
  width: 256px;
  height: 256px;
  top: 50%;
  left: 50%;
  margin-left: -128px;
  margin-top: -128px;
}

.landing .landingcenter .landingAlt {
  position: absolute;
  width: 256px;
  height: 35px;
  top: 50%;
  left: 50%;
  margin-left: -128px;
  margin-top: -15px;
}

tr.rooyeshSelected {
  background: rgb(60, 109, 253) !important;
  background: linear-gradient(180deg, rgba(60, 109, 253, 0.6) 0%, rgba(60, 109, 253, 0.6) 100%) !important;
  color: #006 !important;
}

tr.rooyeshSelected:nth-of-type(2n + 1) {
  background: rgb(20, 69, 213) !important;
  background: linear-gradient(180deg, rgba(20, 69, 213, 0.6) 0%, rgba(20, 69, 213, 0.6) 100%) !important;
  color: #004 !important;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length {
    text-align: right;
  }
}

.select2-container {
  z-index: 1000001;
}

div.dataTables_wrapper div.dataTables_filter > label {
  text-align: right;
}

div.dataTables_wrapper div.dataTables_length {
  text-align: left;
}

.tooltip {
  z-index: 1237000;
}

.main-menu .navbar-header {
  background-color: #009292;
}

div.dataTables_wrapper div.dataTables_filter label {
  width: 100%;
}

div.dataTables_wrapper div.dataTables_filter input {
  width: 40%;
  margin: 0;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  flex-wrap: wrap;
}

div.dataTables_wrapper div.dataTables_info {
  white-space: normal;
}

.dataTable thead tr:first-child th {
  padding: 2px;
}

table.table-bordered.dataTable th:last-child,
.table.table-bordered.dataTable th:last-child,
.table.table-bordered.dataTable td:last-child,
.table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}

body.dark-layout .table tbody td a i,
body.dark-layout .table tbody th a i {
  color: #fff !important;
}

.btn {
  cursor: pointer;
}

/* custom scrollbar */
/* 
::-webkit-scrollbar {
    width: 17px;
}

::-webkit-scrollbar-track {
    background-color: #d6dee14d;
    border-radius: 20px;
    border: 16px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 16px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
} */

.dtp-ig {
  border-radius: 3px;
  border: 1px solid #ccc;
}

.ADMdtp.rtl .masterInput input {
  direction: ltr;
  padding-left: 2em;
}

.innershadow {
  box-shadow: 2px 2px 11px -2px rgba(74, 69, 69, 0.75) inset;
  -webkit-box-shadow: 2px 2px 11px -2px rgba(74, 69, 69, 0.75) inset;
  -moz-box-shadow: 2px 2px 11px -2px rgba(74, 69, 69, 0.75) inset;
  border-radius: 4px;
}

.ADMdtpInput > .removeIcon {
  position: absolute;
  display: block;
  left: 2em;
  right: unset;
  top: 0;
  z-index: 3;
  fill: #e64949;
  padding: 8px;
  cursor: pointer;
  opacity: 0.7;
  font-size: 1.1em;
  height: 34px;
}

.table-striped tbody tr {
  background-color: #eaf6f6;
  color: #040;
  border-right: 2px solid #009292;
  border-left: 2px solid #009292;
}

.table-striped tbody tr:last-child {
  border-bottom: 2px solid #009292;
}

.table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: #bbe2e2;
  color: #030;
  border-right: 2px solid #009292;
  border-left: 2px solid #009292;
}

div.card {
  min-width: 239px;
  border-radius: 7px;
}

/*
	Max width before this PARTICULAR.table gets nasty. This query will take effect for any screen smaller than 760px and also iPads specifically.
	*/

.tableFixHeadFilterbtn {
  height: max-content;
}

@media only screen and (min-width: 830px), (max-device-width: 838px) and (min-device-width: 900px) {
  div.dataTables_wrapper .dataTables_filter {
    display: none;
  }

  .tableFixHeadFilterbtn {
    display: none;
  }
}

@media only screen and (max-width: 830px), (min-device-width: 838px) and (max-device-width: 900px) {
  .tableFixHead thead,
  .table-striped tbody tr,
  .table-striped tbody tr:last-child,
  .table-striped tbody tr:nth-of-type(2n + 1) {
    border: none;
  }

  div.dataTables_wrapper .dataTables_filter {
    display: block;
  }

  .tableFixHeadFilterbtn {
    display: block;
  }

  .tableFixHead {
    height: auto;
    border: none;
  }

  .tableFixHead .table td {
    white-space: unset;
  }

  .tableFixHead .table th {
    white-space: unset;
  }

  .table-striped tbody tr:nth-of-type(2n + 1) {
    background: var(--secondary);
    color: #fff;
  }

  .table-striped tbody tr:nth-of-type(2n) {
    background: var(--secondary);
    color: #fff;
  }

  .ngdialog-content .card-body {
    max-height: 60vh;
    overflow-y: auto;
  }

  .table:not(.table-fbordered) td {
    border-bottom: none !important;
  }

  /* .card-body {
        max-height: 500px;
        overflow-y: auto;
    } */

  /* Force.table to not be like tables anymore */
  .table:not(.table-fbordered),
  .table:not(.table-fbordered) thead,
  .table:not(.table-fbordered) tbody,
  .table:not(.table-fbordered) th,
  .table:not(.table-fbordered) td,
  .table:not(.table-fbordered) tr {
    display: block;
    overflow-y: auto;
  }

  .table:not(.table-fbordered) thead {
    overflow-y: clip;
  }

  /* Hide.table headers (but not display: none;, for accessibility) */
  .table:not(.table-fbordered) thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .table:not(.table-fbordered) tr {
    margin: 7px;
    min-height: 47px;
    border-radius: 7px;
  }

  .table:not(.table-fbordered) tr td {
    border: none;
  }

  .table:not(.table-fbordered) th {
    display: none;
  }

  .table:not(.table-fbordered) td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    min-height: 47px;
  }

  .table:not(.table-fbordered) td:after {
    /* Now like a.table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  /*
            Label the data
        You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
            */
  .table:not(.table-fbordered) td:before {
    content: attr(data-header) '  :  ';
    white-space: pre;
    float: right;
    direction: rtl;
    text-align: right;
  }
}

.card .card.shadowMe {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px !important;
}

.shadowMe {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px !important;
}

.card .card.redshadowMe {
  box-shadow: 0px 5px 10px 5px rgb(175 0 0) !important;
}

.propertyrow {
  border-radius: 4px;
  padding: 5px 0px;
  box-shadow:
    rgb(6 24 44 / 40%) 0px 0px 0px 2px,
    rgb(6 24 44 / 65%) 0px 4px 6px -1px,
    rgb(255 255 255 / 8%) 0px 1px 0px inset;
}

.relationrow {
  border-radius: 4px;
  padding: 5px 0px;
  box-shadow:
    rgb(6 24 44 / 40%) 0px 0px 0px 2px,
    rgb(6 24 44 / 65%) 0px 4px 6px -1px,
    rgb(255 255 255 / 8%) 0px 1px 0px inset;
}

.propertyrow i.draghandle {
  font-size: 2.2rem;
  color: #aaa;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.relationrow i.draghandle {
  font-size: 2.2rem;
  color: #aaa;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.sortingbagContainer .sortingBox {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.sortingBox.gu-mirror {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.gu-mirror {
  z-index: 1000009999 !important;
}

.gu-mirror i.draghandle {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.badgeremover {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

.topzindex {
  z-index: 10000000;
}

.text-right li {
  text-align: right;
}

@media (max-width: 767.98px) {
  .heading-elements .list-inline {
    display: block;
  }
}

.toast-container {
  z-index: 1000001;
}

body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > ul > li > a > span.badge {
  position: absolute;
  left: 7px;
  top: 11px;
}

.ADMdtp {
  max-width: 280px;
}

.CertificateDesignerBackground {
  background-color: #bbb;
  position: relative;
  overflow: auto;
}

.CertificateDesigner {
  width: 297mm;
  height: 209mm;
  background-color: #fff;
  border: 1px solid #444;
  margin: 5px auto;
  overflow: hidden;
}

.certibgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.CertificateLayer {
  position: absolute;
  border: 1px dashed #33f;
  left: 44px;
  top: 44px;
  width: 250px;
  height: 60px;
  overflow: hidden;
  background-color: transparent;
  transition: box-shadow 0.3s ease-in-out;
  display: inline-block;
}

.CertificateElement {
  position: absolute;
  border: 1px dashed #f33;
  left: 44px;
  top: 44px;
  width: 250px;
  height: 60px;
  overflow: hidden;
  /* background-color: #fff; */
  transition: box-shadow 0.3s ease-in-out;
}

.layersList i.draghandle {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.elementsList i.draghandle {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.CertificateLayer.redshadowMe {
  box-shadow: 0px 5px 10px 5px rgb(175 0 0) !important;
}

.CertificateElement.redshadowMe {
  box-shadow: 0px 5px 10px 5px rgb(175 0 0) !important;
}

.CertificatePageLayout {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.CertificateElement .cetext {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  color: #000;
}

.CertificateElement .cetext * {
  color: #000;
}

.borderless {
  border: none !important;
}

.color-000 {
  color: #005;
}

.font-size-large {
  font-size: large;
}

.font-size-x-large {
  font-size: x-large;
}

.font-size-xx-large {
  font-size: xx-large;
}

.IranNastaliqi {
  font-family: 'IranNastaliq' !important;
}

.overflowinitial {
  overflow: initial !important;
}

.table-fbordered,
.table-fbordered td,
.table-fbordered th {
  border: 1px solid #002 !important;
}

.table-fbordered thead th {
  background-color: #eee;
  font-size: unset;
}

.locator {
  position: absolute;
  left: -20px;
  top: -20px;
}

.table-fbordered td,
.table-fbordered th {
  padding: 0.15rem 2rem !important;
}

.ql-container {
  min-height: 350px !important;
}

.img-fluidX {
  height: 100%;
  width: 100%;
  display: block;
}

.layersettingbtn {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
  width: 5mm;
  height: 5mm;
  white-space: nowrap;
}

.bx-zzz {
  background-color: #a8b1bb !important;
  content: '';
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  margin-left: 2.4rem;
}

.bankgateway {
  border-radius: 50%;
  max-width: 200px;
  width: 200px;
  height: 200px;
  max-height: 200px;
  margin: auto;
}

/* li.nav-item.has-sub>a:after {
    content: '\ea4d';
    font-family: 'boxicons';
    font-size: 1.2rem;
    color: #8494A7;
    display: inline-block;
    position: absolute;
    left: 7px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: -webkit-transform 0.4s ease-in-out;
}

li.nav-item.has-sub.open>a:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
} */

@media print {
  .CertificateDesigner {
    margin: 0;
    padding: 0;
  }
}

.ql-editor .ql-size-huge {
  font-size: 2em !important;
}

.messagePanel {
  max-height: 600px;
  overflow: auto;
}

.expertMessagePanel {
  margin-bottom: 10px;
}

.expertMessagePanel .message {
  width: 100%;
  border: 2px solid #bbe2e2;
  /* background-color: #bbe2e2; */
  border-radius: 7px 0 7px 7px;
  padding: 7px;
  position: relative;
}

.expertMessagePanel .message .messagedate {
  position: absolute;
  left: 0;
  top: 0;
  direction: ltr;
}

.supporterMessagePanel {
  margin-bottom: 10px;
}

.supporterMessagePanel .message {
  width: 100%;
  border: 2px solid #009292;
  /* background-color: #009292; */
  /* color: #ffcb05; */
  border-radius: 0 7px 7px 7px;
  padding: 7px;
  position: relative;
}

.supporterMessagePanel .message .messagedate {
  position: absolute;
  left: 0;
  top: 0;
  direction: ltr;
}

.supporterMessagePanel .message .removebtn {
  position: absolute;
  bottom: 36px;
  left: 0;
}

.ticketattachment {
  position: absolute;
  left: 0;
  bottom: 0;
}

.changesrow {
  border-radius: 4px;
  padding: 5px 0px;
  box-shadow:
    rgb(6 24 44 / 40%) 0px 0px 0px 2px,
    rgb(6 24 44 / 65%) 0px 4px 6px -1px,
    rgb(255 255 255 / 8%) 0px 1px 0px inset;
}

.changesrow i.draghandle {
  color: #666;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.loaderAnimation {
  border-radius: 50%;
  border-left: 6px solid #ffcb05;
  border-bottom: 6px dashed #ffcb05;
  animation: loading 1s linear infinite;
}

@keyframes loading {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }
}

html.ngdialog-open {
  overflow: hidden;
}

html.ngdialog-open body.ngdialog-open {
  padding-right: 0 !important;
}

/* body.ngdialog-open {
    overflow: hidden;
}

.ngdialog-theme-none {
    overflow: hidden;
} */

@media (max-width: 450px) {
  .customizer.open {
    width: 100vw;
    min-width: 350px;
  }
}

div.message img {
  max-width: 90%;
}

html.layout-menu-hover body.vertical-menu-modern .main-menu {
  width: 260px !important;
}

html.layout-menu-hover body.vertical-menu-modern .app-content {
  margin-right: 260px !important;
}

body.menu-collapsed .main-menu.menu-light .navigation > li.open > ul {
  display: none;
}

html.layout-menu-hover body.menu-collapsed .main-menu.menu-light .navigation > li.open > ul {
  display: block;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed .ngdialog {
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

html.layout-menu-hover body.vertical-layout.vertical-menu-modern.menu-collapsed .ngdialog {
  margin-right: 260px !important;
}

#CertificatePage .table * {
  color: black;
}

#CertificatePage .table {
  table-layout: auto !important;
}

#CertificatePage .table td,
#CertificatePage .table thead th,
#CertificatePage .table th,
#CertificatePage .table tbody td,
#CertificatePage .table tfoot td,
#CertificatePage .table tfoot th {
  width: auto !important;
  font-family: 'farhang2';
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  -moz-font-feature-settings: 'ss02';
  -webkit-font-feature-settings: 'ss02';
  font-feature-settings: 'ss02';
}

#CertificatePage .table.latin td,
#CertificatePage .table.latin thead th,
#CertificatePage .table.latin th,
#CertificatePage .table.latin tbody td,
#CertificatePage .table.latin tfoot td,
#CertificatePage .table.latin tfoot th {
  font-family: 'Arial' !important;
  -moz-font-feature-settings: unset !important;
  -webkit-font-feature-settings: unset !important;
  font-feature-settings: unset !important;
}

.ql-editor .ql-align-justify {
  text-align: justify;
  display: block;
  white-space: pre-line;
}

::selection {
  color: #ffcb05 !important;
  background: #009292 !important;
}

.rightSticky {
  position: sticky;
  right: 0;
  background-color: #009292;
  z-index: 5;
}

.tableFixHead table thead fieldset.form-group {
  margin: 0 !important;
}

.tableFixHead table thead th {
  padding: 0 0.1em !important;
}

.tableFixHead table thead .form-control {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 2rem;
  border-radius: 0;
}

.tableFixHead table tbody:has(.btn-group) tr td {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.tableFixHead table tbody tr td {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.table td,
.table th {
  padding: 1.15rem 0.5rem !important;
}

#CertificatePage .table td,
#CertificatePage .table th {
  padding: 0 !important;
}

.card.Certificate {
  min-width: unset !important;
  background-image: url('/assets/images/CertificateDesignerBackgrund.png');
  background-size: 100% 100%;
  cursor: pointer;
  box-shadow: none !important;
}

.card.Certificate:hover {
  box-shadow: rgb(0, 0, 0) 0px 0px 15px !important;
}

.card.Certificate:active {
  box-shadow: none !important;
}

.germinationtimeline {
  margin: 20px auto;
  padding: 20px;
}

/* Card container */
.germinationtimeline .gtcard {
  position: relative;
  max-width: 400px;
  margin: auto;
}

/* setting padding based on even or odd */
.germinationtimeline .gtcard:nth-child(odd) {
  padding: 30px 0 30px 30px;
}

.germinationtimeline .gtcard:nth-child(even) {
  padding: 30px 30px 30px 0;
}

/* Global ::before */
.germinationtimeline .gtcard::before {
  content: '';
  position: absolute;
  width: 50%;
  border: solid orangered;
}

/* Setting the border of top, bottom, left */
.germinationtimeline .gtcard:nth-child(odd)::before {
  left: 0px;
  top: -5px;
  bottom: -5px;
  border-width: 5px 0 5px 5px;
  border-radius: 50px 0 0 50px;
}

/* Setting the border of top, bottom, right */
.germinationtimeline .gtcard:nth-child(even)::before {
  right: 0;
  top: 0;
  bottom: 0;
  border-width: 5px 5px 5px 0;
  border-radius: 0 50px 50px 0;
}

/* Removing the border if it is the first card */
.germinationtimeline .gtcard:first-child::before {
  border-top: 0;
  border-top-left-radius: 0;
}

/* Removing the border if it is the last card  and it's odd */
.germinationtimeline .gtcard:last-child:nth-child(odd)::before {
  border-bottom: 0;
  border-bottom-left-radius: 0;
}

/* Removing the border if it is the last card  and it's even */
.germinationtimeline .gtcard:last-child:nth-child(even)::before {
  border-bottom: 0;
  border-bottom-right-radius: 0;
}

/* Information about the timeline */
.germinationtimeline .gtinfo {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 10px;
}

/* Title of the card */
.germinationtimeline .gttitle {
  position: relative;
}

.germinationtimeline .gttitle .gtState {
  position: absolute;
  left: 0;
}

/* Timeline dot  */
.germinationtimeline .gttitle::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: white;
  border-radius: 999px;
  border: 3px solid orangered;
}

/* text right if the card is even  */
.germinationtimeline .gtcard:nth-child(even) > .gtinfo > .gttitle {
  text-align: right;
}

/* setting dot to the left if the card is odd */
.germinationtimeline .gtcard:nth-child(odd) > .gtinfo > .gttitle::before {
  left: -45px;
}

/* setting dot to the right if the card is odd */
.germinationtimeline .gtcard:nth-child(even) > .gtinfo > .gttitle::before {
  right: -45px;
}

tags-input .tags .input,
tags-input .tags .tag-item {
  float: right !important;
}

tags-input .tags .tag-item,
tags-input .tags .input {
  font-family: 'primary-font', 'segoe ui', 'tahoma' !important;
}

.RCreditCardNumber {
  text-align: left;
  direction: ltr;
}

.form-group.is-valid .select2-container--classic .select2-selection--single,
.form-group.is-valid .select2-container--default .select2-selection--single {
  border-color: #39da8a !important;
}

.form-group.is-invalid .select2-container--classic .select2-selection--single,
.form-group.is-invalid .select2-container--default .select2-selection--single {
  border-color: #ff5b5c !important;
}

tags-input.is-valid .tags {
  box-shadow: unset !important;
  border-radius: 0.267rem;
  border-color: #39da8a !important;
}

tags-input.is-invalid .tags {
  box-shadow: unset !important;
  border-radius: 0.267rem;
  border-color: #ff5b5c !important;
}

.header-navbar {
  z-index: 999999 !important;
}

.composecourseCard {
  overflow: hidden;
  border-radius: 8px;
}

.composecourseCard.border-secondary {
  border: 3px double #475f7b !important;
}

.otherautorcontainer {
  max-height: 200px;
  min-height: 200px;
  height: 200px;
  overflow: auto;
}

.otherautorcontainer .otherauthorbox {
  width: 100%;
  border: 1px solid #009292;
  border-radius: 7px;
  padding: 7px;
  margin-bottom: 7px;
}

.watermarkRemover::before {
  content: ' ';
  position: absolute;
  background-color: #f3f4f6;
  width: 270px;
  height: 90px;
  left: 0;
  z-index: 3;
}

.staticbuttontdv {
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  height: 4rem;
  border-radius: 50%;
  z-index: 1000002;
  opacity: 0.8;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
}

.staticbuttontdv:hover {
  opacity: 1;
}

.ProfessorSalaryChatBox {
  background-image: url('/assets/images/pages/chatbg.png');
  background-repeat: repeat;
  min-height: 60vh;
  height: 60vh;
  overflow-y: auto;
  border-radius: 7px;
}

.ProfessorSalaryChatBox .MessageBox {
  width: 40%;
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 7px;
  padding: 6px;
}

.ProfessorSalaryChatBox .MessageBox.FromOtherRole {
  background-color: #f9fff3;
  color: black;
  margin-left: 8px;
}

.ProfessorSalaryChatBox .MessageBox.FromMe {
  background-color: #d9fdd3;
  color: black;
  margin-right: 8px;
}

@media (min-width: 900px) {
  .trSalary {
    height: 36px !important;
    background-color: unset !important;
  }
}

.auto-resize-textarea {
  min-height: 40px;
  max-height: 250px;
  resize: none;
  overflow: hidden;
  padding: 8px;
  line-height: 1.4;
}

.multiline-text {
  white-space: pre-line;
  line-height: 1.5;
}

.longtextcell {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -moz-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin: auto;
  white-space: normal;
  cursor: pointer;
}
