@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  background-color: #F5F5F5;
  color: #4A4949;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
body .container {
  max-width: 1920px;
}
body .document-name {
  min-width: 180px;
  width: 510px;
}
body .ui-datepicker {
  border: none !important;
  border-radius: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  font-family: "Roboto", sans-serif;
  color: #4A4949;
}
body .ui-datepicker .ui-datepicker-header {
  border: none;
  border-radius: 0;
  background: transparent;
  font-size: 14px;
}
body .ui-datepicker .ui-datepicker-calendar {
  margin: 0 0 10px 0;
  font-size: 12px;
}
body .ui-datepicker .ui-datepicker-calendar thead tr {
  border: none;
}
body .ui-datepicker .ui-datepicker-calendar thead tr th {
  text-transform: uppercase;
  color: #4A4949;
}
body .ui-datepicker .ui-datepicker-calendar tbody tr {
  border: none;
}
body .ui-datepicker .ui-datepicker-calendar tbody tr .ui-state-default {
  border: none;
  background: transparent;
  color: #4A4949;
  text-align: center;
}
body .ui-datepicker .ui-datepicker-calendar tbody tr .ui-state-default:hover {
  color: #2360BB;
}
body .ui-datepicker .ui-datepicker-calendar tbody tr .ui-state-highlight {
  color: #2360BB;
  font-weight: 900;
}
body .ui-datepicker .ui-datepicker-week-end {
  opacity: 0.5;
}
body .ui-datepicker .ui-datepicker-prev, body .ui-datepicker .ui-datepicker-next {
  cursor: pointer;
}
body .ui-datepicker .ui-datepicker-prev .ui-icon, body .ui-datepicker .ui-datepicker-next .ui-icon {
  background: url("/img/vector-arrow.svg") no-repeat center;
}
body .ui-datepicker .ui-datepicker-prev:hover, body .ui-datepicker .ui-datepicker-next:hover {
  top: 2px;
  border-color: transparent;
  background: transparent;
}
body .ui-datepicker .ui-datepicker-next {
  right: 10%;
}
body .ui-datepicker .ui-datepicker-prev {
  left: 10%;
  transform: rotate(180deg);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

a:hover {
  text-decoration: none;
}

button {
  border: none;
}
button:focus {
  outline: none;
}

.close {
  font-size: 14px;
  opacity: 1;
}

.btn-select {
  border: none;
  border-radius: 0;
}
.btn-select:focus-visible {
  border: none !important;
  outline: none;
}

input {
  font-size: 14px;
}

.pointer {
  cursor: pointer;
}

.separator-l {
  border-left: 1px solid #E0E0E0;
}
.separator-r {
  border-right: 1px solid #E0E0E0;
}
.separator-h {
  border-bottom: 1px solid #E0E0E0;
}

.header-main {
  background-color: #1D418F;
}
.header-main .navbar {
  padding: 0;
}
@media (min-width: 767px) {
  .header-main .navbar .container {
    flex-wrap: nowrap;
  }
}
.header-main .navbar-brand {
  padding: 10px 0 12px 15px;
}
@media (min-width: 767px) {
  .header-main .navbar-brand {
    padding: 0 0 0 15px;
  }
}
.header-main .navbar-toggler {
  margin: auto 15px auto 0;
  position: relative;
  width: 25px;
  height: 15px;
  cursor: pointer;
}
.header-main .navbar-toggler-icon {
  width: 25px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.header-main .navbar-toggler-icon:before, .header-main .navbar-toggler-icon:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 3px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  left: 0;
}
.header-main .navbar-toggler-icon:before {
  top: -8px;
}
.header-main .navbar-toggler-icon::after {
  top: 8px;
}
.header-main .navbar-toggler.show {
  width: 25px;
  height: 25px;
}
.header-main .navbar-toggler.show .navbar-toggler-icon {
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.header-main .navbar-toggler.show .navbar-toggler-icon:before {
  top: 0;
  transform: rotate(45deg);
}
.header-main .navbar-toggler.show .navbar-toggler-icon:after {
  top: 0;
  transform: rotate(135deg);
}
@media (min-width: 767px) {
  .header-main .navbar-toggler {
    display: none;
    position: absolute;
    z-index: -10;
  }
}
.header-main .navbar-collapse {
  background: #FFFFFF;
}
@media (min-width: 767px) {
  .header-main .navbar-collapse {
    background: #1D418F;
    display: flex;
  }
  .header-main .navbar-collapse .nav {
    flex-direction: row;
  }
}
.header-main .nav-item {
  padding: 0 15px;
}
.header-main .nav-item:hover {
  background: #7FAAE5;
}
.header-main .nav-item:hover > .nav-link {
  color: #FFFFFF;
  border-bottom: 1px solid #7FAAE5;
}
.header-main .nav-item:hover > .nav-link > .nav-icon {
  fill: #FFFFFF;
}
@media (min-width: 767px) {
  .header-main .nav-item {
    padding: 0;
  }
  .header-main .nav-item span {
    display: none;
  }
  .header-main .nav-item:first-child span {
    display: block;
  }
  .header-main .nav-item:hover {
    background: inherit;
  }
  .header-main .nav-item:hover > .nav-link:not(.active) {
    color: #7FAAE5;
    opacity: 0.8;
    border-bottom: 3px solid #1D418F;
  }
  .header-main .nav-item:hover > .nav-link:not(.active) > .nav-icon {
    fill: #7FAAE5;
  }
}
@media (min-width: 991px) {
  .header-main .nav-item span {
    display: block;
  }
}
.header-main .nav-link {
  width: 100%;
  color: #4A4949;
  padding: 13.5px 0;
  border-bottom: 1px solid #F5F5F5;
  font-size: 12px;
}
@media (min-width: 767px) {
  .header-main .nav-link {
    width: auto;
    color: #BBC6DD;
    padding: 20px 10px !important;
    border-bottom: 3px solid #1D418F;
  }
  .header-main .nav-link > .nav-icon {
    fill: #BBC6DD;
  }
  .header-main .nav-link.active, .header-main .nav-link.active:hover {
    color: #FFFFFF;
    opacity: 1;
    border-bottom: 3px solid #FFFFFF;
  }
  .header-main .nav-link.active > .nav-icon, .header-main .nav-link.active:hover > .nav-icon {
    fill: #FFFFFF;
  }
}
@media (min-width: 1199px) {
  .header-main .nav-link {
    padding: 25px !important;
    font-size: 14px;
  }
}
.header-main .nav-icon {
  max-width: 21px;
  max-height: 21px;
  fill: #4A4949;
}
@media (min-width: 1199px) {
  .header-main .nav-icon {
    max-width: 28px;
    max-height: 28px;
  }
}

.sub-menu {
  display: block;
  width: 100%;
  box-shadow: none !important;
  position: static;
}
@media (min-width: 767px) {
  .sub-menu {
    display: none;
    max-width: 250px;
    left: auto;
    right: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25) !important;
    position: absolute;
  }
}
.sub-menu-toggle {
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  display: flex;
}
.sub-menu-toggle:after {
  transition: all 0.3s;
}
.sub-menu-navbar {
  position: static;
  width: 100%;
}
@media (min-width: 767px) {
  .sub-menu-navbar {
    width: auto;
  }
}
.sub-menu-navbar.show .sub-menu-toggle:after {
  transform: rotate(180deg);
}
.sub-menu-item {
  padding: 0 15px;
}
@media (min-width: 767px) {
  .sub-menu-item {
    padding: 0;
  }
}
.sub-menu-item .link {
  width: 100%;
  padding: 13.5px 0;
  border-bottom: 1px solid #F5F5F5;
}
@media (min-width: 767px) {
  .sub-menu-item .link {
    padding: 13px 20px;
  }
}
.sub-menu-item:hover, .sub-menu-item:active {
  background: #7FAAE5;
  text-decoration: none;
}
.sub-menu-item:hover > .link, .sub-menu-item:active > .link {
  border-bottom: 1px solid #7FAAE5;
  text-decoration: none;
}
.sub-menu-item:hover > .link.color-bs,
.sub-menu-item:hover > .link > .color-bs, .sub-menu-item:active > .link.color-bs,
.sub-menu-item:active > .link > .color-bs {
  color: #FFFFFF;
}
.sub-menu-item:hover > .link > .nav-icon, .sub-menu-item:active > .link > .nav-icon {
  fill: #FFFFFF;
}
.sub-menu-hide .link {
  border-color: #DDDBDB;
}
.sub-menu-notification {
  opacity: 0;
  transition: opacity 0.3s;
}
.sub-menu-notification.show {
  opacity: 1;
  position: absolute;
  top: 25px;
  right: 60px;
  z-index: 10;
}
@media (min-width: 767px) {
  .sub-menu-notification {
    position: static;
  }
  .sub-menu-notification.show {
    position: static;
  }
}
.sub-menu-notification svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 1199px) {
  .sub-menu-notification svg {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 1199px) {
  .sub-menu .nav-icon {
    max-width: 24px;
    max-height: 24px;
  }
}

.lang-menu-dropdown {
  width: 100%;
  top: -100%;
}
.lang-menu-dropdown .lang-item.selected {
  position: relative;
}
.lang-menu-dropdown .lang-item.selected:before {
  content: "";
  width: 15px;
  height: 10px;
  background: url("/img/checked.svg") no-repeat center;
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
}
@media (min-width: 767px) {
  .lang-menu-dropdown .lang-item.selected:before {
    right: 20px;
  }
}

.profile-btn-bs {
  color: #FFFFFF;
  opacity: 0;
  text-decoration: none;
  position: absolute;
  z-index: -10;
  transition: opacity 0.3s;
}
.profile-btn-bs > svg {
  fill: #FFFFFF;
}
.profile-btn-bs:hover {
  color: #7FAAE5;
  text-decoration: none !important;
}
.profile-btn-bs:hover > svg {
  fill: #7FAAE5;
}
@media (min-width: 767px) {
  .profile-btn-bs {
    opacity: 1;
    position: static;
    z-index: 10;
  }
}

.shadow {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.color-red {
  color: #D12424;
}
.color-white {
  color: #FFFFFF;
}
.color-blue {
  color: #1D418F;
}
.color-green {
  color: #03955E;
}
.color-linkPurple {
  color: #665ADA;
}
.color-bs {
  color: #4A4949;
}
.color-td {
  color: #4A4949;
}
.color-gt {
  color: #B0B2BE;
}
.color-mgt {
  color: #8E91A1;
}
.color-lgt {
  color: #A8A8A8;
}
.color-ft {
  color: #ADBBD6;
}
.color-hb {
  color: #7FAAE5;
}
.color-st {
  color: #8E91A1;
}
.color-bh {
  color: #5386D1;
}
.color-inDarkItsBlue {
  color: #75717D;
}
.color-orange {
  color: #FD5A3E;
}
.color-lime {
  color: #97CC64;
}
.color-navArr {
  cursor: pointer;
  color: #B0B2BE;
  background-color: transparent;
}
.color-navArr:hover {
  color: #2360BB !important;
  background-color: transparent !important;
}

.bg-white {
  background-color: #FFFFFF;
}
.bg-green {
  background-color: #03955E;
}
.bg-red {
  background-color: #D12424;
}
.bg-blue {
  background-color: #1D418F;
}
.bg-bg {
  background-color: #F5F5F5;
}
.bg-bc {
  background-color: #FFFFFF;
}
.bg-field {
  background-color: #FFFFFF;
}
.bg-fb {
  background-color: #F7F8FE;
}
.bg-dd {
  background-color: #FFFFFF;
}
.bg-bh {
  background-color: #5386D1;
}
.bg-success {
  background-color: #03955E;
}
.bg-info {
  background-color: #64A9B3;
}
.bg-released {
  background-color: #FF9900;
}
.bg-default {
  background-color: #895AD5;
}
.bg-warning {
  background-color: #D6A832;
}
.bg-refund {
  background-color: #A451AB;
}
.bg-danger {
  background-color: #CD5858;
}
.bg-check {
  background-color: #51AB90;
}
.bg-inJob {
  background-color: #647FB3;
}
.bg-preDone {
  background-color: #038C95;
}
.bg-partOfPayment {
  background-color: #D66D32;
}
.bg-sky {
  background-color: #77B6E7;
}
.bg-yellow {
  background-color: #FFD963;
}
.bg-orange {
  background-color: #FD5A3E;
}
.bg-lime {
  background-color: #97CC64;
}
.bg-purple {
  background-color: #A955B8;
}
.bg-murasaki {
  background-color: #8045BA;
}
.bg-skyBlue {
  background-color: #4584BA;
}
.bg-lightGreen {
  background-color: #5C9F5C;
}
.bg-grayBg {
  background-color: #7F7F7F;
}

.text-round {
  font-size: 10px;
}
.text-fss {
  font-size: 12px;
}
.text-fsb {
  font-size: 14px;
}
.text-fsna {
  font-size: 16px;
}
.text-fs18 {
  font-size: 18px;
}
.text-fs20 {
  font-size: 20px;
}
.text-fs24 {
  font-size: 24px;
}
.text-seh {
  font-size: 60px;
}
.text-fsm {
  font-size: 14px;
}
@media (min-width: 1199px) {
  .text-fsm {
    font-size: 16px;
  }
}
.text-fsl {
  font-size: 16px;
}
@media (min-width: 1199px) {
  .text-fsl {
    font-size: 18px;
  }
}
.text-fsh {
  font-size: 30px;
}
@media (min-width: 1199px) {
  .text-fsh {
    font-size: 36px;
  }
}
.text-fssb {
  font-size: 24px;
}
@media (min-width: 767px) {
  .text-fssb {
    font-size: 30px;
  }
}
.text-fssbs {
  font-size: 16px;
}
@media (min-width: 767px) {
  .text-fssbs {
    font-size: 24px;
  }
}
.text-fstt {
  font-size: 12px;
}
@media (min-width: 575px) {
  .text-fstt {
    font-size: 14px;
  }
}
.text-fsstepsb {
  font-size: 18px;
}
@media (min-width: 575px) {
  .text-fsstepsb {
    font-size: 20px;
  }
}
@media (min-width: 767px) {
  .text-fsstepsb {
    font-size: 24px;
  }
}
.text-fssteptext {
  font-size: 12px;
}
@media (min-width: 991px) {
  .text-fssteptext {
    font-size: 14px;
  }
}
.text-fsserv {
  font-size: 16px;
}
@media (min-width: 575px) {
  .text-fsserv {
    font-size: 18px;
  }
}
.text-fspl {
  font-size: 20px;
}
@media (min-width: 575px) {
  .text-fspl {
    font-size: 24px;
  }
}
.text-price {
  font-size: 26px;
  font-weight: 500;
}
.text-serttext {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03em;
  opacity: 0.8;
}
@media (min-width: 1199px) {
  .text-serttext {
    font-size: 16px;
    line-height: 22px;
  }
}
.text-fsstc {
  font-size: 14px;
}
@media (min-width: 767px) {
  .text-fsstc {
    font-size: 18px;
  }
}

.weight-fw100 {
  font-weight: 100;
}
.weight-fw300 {
  font-weight: 300;
}
.weight-fw400 {
  font-weight: 400;
}
.weight-fw500 {
  font-weight: 500;
}
.weight-fw700 {
  font-weight: 700;
}
.weight-fw900 {
  font-weight: 900;
}

.hover-bc:hover {
  cursor: pointer;
  background-color: #7FAAE5 !important;
  color: #FFFFFF !important;
}
.hover-select {
  cursor: pointer;
  color: #ADBBD6 !important;
  background-color: #F7F8FE;
}
.hover-none:hover {
  background-color: #FFFFFF;
}
.hover-alink:hover {
  cursor: pointer;
  text-decoration: none;
  color: #A8A8A8;
}
.hover-blue-t:hover {
  color: #7FAAE5;
}

.icon-bs {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-bs-xs {
  width: 10px;
  height: 10px;
}
.icon-bs-sm {
  width: 14px;
  height: 14px;
}
.icon-bs-md {
  width: 20px;
  height: 20px;
}
.icon-bs-lg {
  width: 30px;
  height: 30px;
}

.settings {
  background-image: url("/img/LigthTheme/settings.svg");
}

.profileSettings {
  background-image: url("/img/LigthTheme/profileSettings.svg");
}

.theme {
  background-image: url("/img/LigthTheme/theme.svg");
}

.exit {
  background-image: url("/img/LigthTheme/exit.svg");
}

.pencil {
  background-image: url("/img/LigthTheme/pencil.svg");
}
.pencil:hover {
  background-image: url("/img/pencilHover.svg");
}

.print {
  background-image: url("/img/print.svg");
}

.search {
  background-image: url("/img/LigthTheme/search.svg");
  background-repeat: no-repeat;
}

.dl {
  background-image: url("/img/deallist.svg");
}

.docs {
  background-image: url("/img/docs.svg");
}

.prod {
  background-image: url("/img/project.svg");
}

.faq {
  background-image: url("/img/help.svg");
}

.bell {
  background-image: url("/img/lk.svg");
}

.bellAlert {
  background-image: url("/img/lkAlert.svg");
}

.exel {
  background-image: url("/img/exel.svg");
}

.exelBlack {
  background-image: url("/img/exelblack.svg");
}

.ru {
  background-image: url("/img/Lang/russia.svg");
}

.az {
  background-image: url("/img/Lang/az.png");
}

.en {
  background-image: url("/img/Lang/eng.png");
}

.vt {
  background-image: url("/img/Lang/vt.png");
}

.delete {
  background-image: url("/img/delete.svg");
}

.deleteRed {
  background-image: url("/img/deleteRed.svg");
}

.file {
  background-image: url("/img/file.svg");
}

.help {
  background-image: url("/img/createDealHelp.svg");
}

.helpErr {
  background-image: url("/img/createDealHelpErr.svg");
}

.load {
  background-image: url("/img/load.svg");
}

.close-btn {
  background-image: url("/img/close.svg");
}

.close-modal {
  background-image: url("/img/closeModal.svg");
}

.done-arr {
  background-image: url("/img/doneArr.svg");
}

.eye {
  background-image: url("/img/eye.svg");
}

.back {
  background-image: url("/img/back.svg");
}

.backBlue {
  background-image: url("/img/back-blue.svg");
}

.printBlack {
  background-image: url("/img/printBlack.svg");
}

.mail {
  background-image: url("/img/mail.svg");
}

.downloadBlack {
  background-image: url("/img/downloadBlack.svg");
}

.download {
  background-image: url("/img/download.svg");
}

.arrow-decline {
  background-image: url("/img/ArrowRed.svg");
}

.arrow-rise {
  background-image: url("/img/ArrowGreen.svg");
}

.export {
  background-image: url("/img/export.svg");
}

.autosort {
  background-image: url("/img/autosort.svg");
}

.date {
  background-image: url("/img/calendar.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
}

.add-user {
  background-image: url("/img/add-user.svg");
}

.block {
  background-image: url("/img/block.svg");
}

.edit {
  background-image: url("/img/edit.svg");
}

.custom-checkbox {
  cursor: pointer;
}
.custom-checkbox .checkmark {
  background-color: #FFFFFF;
  border: 1px solid #827E8C;
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-checkbox .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 14px;
  width: 14px;
}
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 12px;
  height: 13px;
  background-image: url(../img/checked.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

input:checked ~ .checkmark {
  background-color: #FFFFFF;
}

.checkmark {
  background-color: #FFFFFF;
}

.nav-item {
  padding: 0;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

.search-menu {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 4;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1199px) {
  .deals-filter-w {
    width: calc(100% + 218px);
    right: 0;
  }
}
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 21px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #FFFFFF;
  border: 2px solid #4A4949;
}
.slider:before {
  background-color: #4A4949;
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn-link-blueSettings {
  color: #4A4949;
  cursor: pointer;
}
.btn-link-blueSettings:hover {
  color: #2360BB;
  text-decoration: none;
}
.btn-link-blueSettings:hover .settings {
  background-image: url("/img/settingsHover.svg");
}
.btn-link-whiteFile {
  cursor: pointer;
}
.btn-link-whiteFile:hover {
  text-decoration: none;
}
.btn-link-whiteFile:hover .file {
  background-image: url("/img/fileHover.svg");
}
.btn-link-whiteFile-collapse:hover {
  text-decoration: none !important;
}

.table-settings-selected {
  background-color: #7FAAE5;
  color: #FFFFFF;
}

::placeholder {
  color: #ADBBD6 !important;
  font-size: 14px;
  padding-left: 4px;
}

#table .table-item {
  background-color: #FFFFFF;
}
#table .table-item:hover {
  background-color: #FFFFFF;
}

.table th, .table td {
  border-top: none !important;
  padding-left: 0;
}

tr {
  border-bottom: 5px solid #F5F5F5;
}

.tr-white {
  border-bottom: 5px solid #FFFFFF;
}

.tr-separator {
  border-bottom: 2px solid #FFFFFF;
}

.dropdown-menu {
  border-radius: 0;
  border: none;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}
.dropdown-menu .dropdown-input:hover {
  background-color: #7FAAE5;
  color: #FFFFFF;
}

.btn-size-bs {
  padding: 6px 12px;
}
.btn-size-big {
  height: 40px;
}

.btn-cus {
  cursor: pointer;
  outline: none;
  box-shadow: none;
  font-family: "Lato", sans-serif;
  border: 1px solid #C6CDD3;
  border-radius: 0;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.btn-cus:hover {
  color: #FFFFFF;
}
.btn-cus:focus {
  box-shadow: none;
}
.btn-cus:disabled, .btn-cus.disabled {
  pointer-events: none;
  background-color: #A8A8A8;
  border-color: #A8A8A8;
}
.btn-blue {
  background: #2360BB;
  border-color: #2360BB;
}
.btn-blue:hover {
  background-color: #0A449A;
  border-color: #0A449A;
}
.btn-green {
  background: #03955E;
  border-color: #03955E;
}
.btn-green:hover {
  background-color: #026F46;
  border-color: #026F46;
}
.btn-orange {
  background: #EC981B;
  border-color: #EC981B;
}
.btn-orange:hover {
  background-color: #DB880D;
  border-color: #DB880D;
}
.btn-red {
  background: #D12424;
  border-color: #D12424;
}
.btn-red:hover {
  background-color: #B50E0E;
  border-color: #B50E0E;
}
.btn-white {
  background: #FFFFFF;
  border-color: #2360BB;
  color: #2360BB;
}
.btn-white:hover {
  color: #2360BB;
}
.btn-ghostBlue {
  color: #FFFFFF;
  background: #2360BB;
  border-color: #2360BB;
}
@media (min-width: 767px) {
  .btn-ghostBlue {
    color: #2360BB;
    background: transparent;
  }
}
.btn-ghostBlue:hover {
  color: #FFFFFF;
  background-color: #2360BB;
  border-color: #2360BB;
}
.btn-disable {
  background: #A8A8A8;
  border-color: #A8A8A8;
  pointer-events: none;
}
.btn-disable:hover {
  background-color: #A8A8A8;
  border-color: #A8A8A8;
  cursor: not-allowed !important;
}
.btn-img {
  background: transparent;
  border-color: #C6CDD3;
  width: 40px;
  height: 40px;
}
.btn-img:hover {
  background-color: #2360BB;
  border-color: #2360BB;
}
.btn-img:hover .printBlack {
  background-image: url("/img/print.svg");
}
.btn-img:hover .downloadBlack {
  background-image: url("/img/download.svg");
}
.btn-trans {
  background: transparent;
  border-color: transparent;
}
.btn-w100-50 {
  width: 100%;
}
@media (min-width: 767px) {
  .btn-w100-50 {
    width: 40%;
  }
}

.view-proj-btn {
  font-size: 12px;
  border: 0.5px solid #E0E0E0;
  cursor: pointer;
  margin-bottom: -1px;
  margin-left: -1px;
  height: 30px;
}

.view-proj-btn-active {
  background-color: #C3EAFF;
  border: 0.5px solid #C3EAFF;
  margin-bottom: -1px;
  z-index: 1;
}

.btnLink-cus {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.btnLink-cus:focus {
  box-shadow: none;
}
.btnLink-tab {
  color: #2360BB;
  margin-bottom: -1px;
  border-bottom: 2px solid #2360BB;
}
.btnLink-tab:hover {
  color: #2360BB;
}
.btnLink-underlineGray {
  color: #8E91A1;
}
.btnLink-underlineGray:hover {
  color: #827E8C;
  text-decoration: underline;
}
.btnLink-underlineBlue {
  font-weight: 700;
  color: #2360BB;
}
.btnLink-underlineBlue:hover {
  color: #2360BB;
  text-decoration: underline;
}
.btnLink-dropdown {
  border: 1px solid #4A4949;
  color: #4A4949;
}
.btnLink-dropdown:hover {
  color: #4A4949;
  background-color: #E7E7E7;
  border-color: #4A4949;
}
.btnLink-toBlue {
  color: #4A4949;
}
.btnLink-toBlue:hover {
  color: #2360BB;
  text-decoration: none;
  cursor: pointer;
}
.btnLink-collapse {
  font-weight: 700;
  color: #5386D1;
  cursor: pointer;
}
.btnLink-collapse:hover {
  color: #5386D1;
  text-decoration: none;
}

.pag-link:hover {
  background-color: #E7E7E7;
  color: #B0B2BE;
}

.active-link {
  background-color: #2360BB !important;
  color: #FFFFFF;
}
.active-link .color-gt {
  color: #FFFFFF;
}
.active-link:hover {
  color: #FFFFFF;
}

.active-doc {
  color: #2360BB;
  font-weight: 700;
}

.page-link {
  background-color: transparent;
  border: none;
}
.page-link.disabled {
  opacity: 0.5;
}
.page-link:focus {
  box-shadow: none;
}

.label-success {
  color: #03955E;
}

.label-info {
  color: #64A9B3;
}

.released {
  color: #FF9900;
}

.label-default {
  color: #895AD5;
}

.label-warning {
  color: #D6A832;
}

.refund {
  color: #A451AB;
}

.label-danger {
  color: #CD5858;
}

.check {
  color: #51AB90;
}

.status {
  display: flex;
  justify-content: center;
  padding: 5px 12px;
  font-size: 12px;
}
.status-processing {
  background-color: #64A9B3;
}
.status-released {
  background-color: #FF9900;
}
.status-done {
  background-color: #03955E;
}
.status-paytrue {
  background-color: #D6A832;
}
.status-payfalse {
  background-color: #7A7C7D;
}

header .navbar-toggler:focus {
  outline: none;
}
header .dropdown-menu {
  border-radius: 0 !important;
  border: none;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  font-size: 14px !important;
}
@media (min-width: 991px) {
  header .dropdown-menu {
    margin-top: 20px;
  }
}

input[type=file] {
  position: absolute;
  color: #FFFFFF;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.custom-file-upload {
  position: relative;
  background-color: #2360BB;
  color: #FFFFFF;
}
@media (min-width: 767px) {
  .custom-file-upload {
    background-color: #FFFFFF;
    color: #2360BB;
    border: 2px dashed #5386D1;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
  }
}
.custom-file-upload .download {
  transform: rotate(180deg);
}

.field-def {
  width: 100%;
  border: none;
  padding: 6px 7px;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}
.field-def:focus {
  box-shadow: none;
  outline: none;
}
.field-def::placeholder {
  color: #ADBBD6;
}
.field-light {
  background-color: #F7F8FE;
  border: 1px solid #F7F8FE;
  color: #4A4949;
}
.field-light:focus {
  border-color: #BCCEE7;
}
.field-transparent {
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  color: #4A4949;
  font-size: 12px;
}
.field-transparent::placeholder {
  color: #4A4949;
}
.field-transparent:focus {
  border-color: #BCCEE7;
}
.field-white {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  color: #4A4949;
}
.field-white::placeholder {
  color: #E0E0E0 !important;
  opacity: 1;
}
.field-br {
  border-radius: 0;
}
.field-sm {
  padding: 11px 6px;
}
.field-md {
  padding: 11px 40px;
}
.field-icon {
  position: relative;
  height: 40px;
}
.field-icon .field-def {
  padding: 6px 25px 6px 7px;
}
.field-icon .field-sm {
  padding: 11px 6px;
}
.field-icon .field-md {
  padding: 11px 40px;
}
.field-icon.caret:before {
  content: "";
  width: 10px;
  height: 7px;
  background: url("/img/LigthTheme/openDropdown.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: calc(50% - (13px / 2));
  right: 7px;
  transition: all 0.3s ease;
}
.field-icon.date:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("/img/calendar.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: calc(50% - (22px / 2));
  right: 7px;
  transition: all 0.3s ease;
}
.field-icon.search:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/img/search.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: calc(50% - (14px / 2));
  left: 12px;
  transition: all 0.3s ease;
}
.field-icon.login:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("/img/carbon_user.svg") no-repeat center;
  position: absolute;
  top: calc(50% - (22px / 2));
  left: 9px;
  transition: all 0.3s ease;
}
.field-icon.pass:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/img/carbon_password.svg") no-repeat center;
  position: absolute;
  top: calc(50% - (20px / 2));
  left: 9px;
  transition: all 0.3s ease;
}
.field-dropdown {
  padding: 6px 9px;
}
.field-dropdown.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.dropdown.show.field-icon.caret:before {
  transform: rotate(180deg);
}

.dropdown-toggle {
  cursor: pointer;
}

.validError {
  display: none;
}

.input-field:target {
  border: 1px solid red;
}

.form-group.has-error input {
  border: 1px solid #D12424;
}
.form-group.has-error label {
  color: #D12424;
}

.modal-center {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}
@media (min-width: 767px) {
  .modal-center {
    min-height: calc(100vh - 20px);
  }
}

.modal-right .modal-size {
  min-height: 100vh;
  background-color: #F5F5F5;
}
@media (min-width: 767px) {
  .modal-right .modal-size {
    background-color: transparent;
  }
}
.modal-right .modal-dialog {
  margin: 0;
}
@media (min-width: 767px) {
  .modal-right .modal-dialog {
    position: fixed;
    margin: auto;
    height: 100%;
    right: 0;
  }
}
.modal-right .modal-content {
  height: 100%;
  background-color: transparent !important;
  border: none !important;
}

.nowrap {
  white-space: nowrap;
}

.column-count-2 {
  column-count: 1;
  -moz-column-count: 1;
  -webkit-column-count: 1;
}
.column-count-2 div {
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (min-width: 767px) {
  .column-count-2 {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
  }
}
.column-gap-col {
  column-gap: 0;
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
}
@media (min-width: 767px) {
  .column-gap-col {
    column-gap: 30px;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
  }
}

.modal .modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
}

.modal-content {
  border: none;
}

.site-error-container {
  height: calc(100vh - 180px);
}
@media (min-width: 575px) {
  .site-error-container {
    height: calc(100vh - 130px);
  }
}
.site-error-container .site-error-body {
  width: 100%;
  height: 100%;
}
@media (min-width: 767px) {
  .site-error-container .site-error-body {
    width: auto;
    height: auto;
  }
}
.site-error-container .site-error-img {
  background: url("/img/siteError.svg") no-repeat center;
  background-size: contain;
  height: 70px;
}
@media (min-width: 575px) {
  .site-error-container .site-error-img {
    width: 168px;
  }
}
@media (min-width: 767px) {
  .site-error-container .site-error-img {
    width: 222px;
    height: 92px;
  }
}
@media (min-width: 1199px) {
  .site-error-container .site-error-img {
    width: 252px;
    height: 104px;
  }
}

.page-theme_login {
  background: url("/img/LigthTheme/wallpaper.png") no-repeat center;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.header-theme_login {
  flex: 0 0 auto;
}

.main-theme_login {
  flex: 1 0 auto;
}

.footer-theme_login {
  flex: 0 0 auto;
}

.status-card {
  width: 100%;
  height: 60px;
  padding: 9px 0px 9px 63px;
  background-repeat: no-repeat;
  background-position-x: 9px;
  background-position-y: center;
}
@media (min-width: 575px) {
  .status-card {
    width: 288px;
  }
}
@media (min-width: 767px) {
  .status-card {
    width: 220px;
  }
}
@media (min-width: 991px) {
  .status-card {
    width: 225px;
  }
}
@media (min-width: 1199px) {
  .status-card {
    width: 259px;
  }
}
.status-card-processing {
  background-image: url("/img/prosessing.svg");
}
.status-card-done {
  background-image: url("/img/done.svg");
}
.status-card-released {
  background-image: url("/img/released.svg");
}
.status-card-refusing {
  background-image: url("/img/refusing.svg");
}
.status-card-inJob {
  background-image: url("/img/released.svg");
}
.status-card-pause {
  background-image: url("/img/pause.svg");
}
.status-card-paid {
  background-image: url("/img/paid.svg");
}
.status-card-partOfPayment {
  background-image: url("/img/partOfPayment.svg");
}
.status-card-check {
  background-image: url("/img/check.svg");
}
.status-card-refund {
  background-image: url("/img/refund.svg");
}
.status-card-canceled {
  background-image: url("/img/canceled.svg");
}
.status-card-preDone {
  background-image: url("/img/pause.svg");
}

.modal-content {
  border-radius: 0;
}

/*# sourceMappingURL=common-styles.css.map */
