@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
/*All vendors import*/
@import url(vendors/all.min.css);
@import url(vendors/bootstrap.min.css);
@import url(vendors/bootstrap-icons.css);
body {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Roboto", sans-serif;
  color: #666;
  font-size: 13px;
  line-height: 22px;
  background-color: #f5f5f5;
}

.bodybg {
  background: url(../images/circle.jpg);
}

p {
  font-size: 14px;
}

ul {
  margin: 0px;
  padding: 0px;
}
ul li {
  list-style: none;
}
ul li a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #222;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: normal;
  color: inherit;
  font-family: inherit;
  text-decoration: none;
}

a:hover, a:focus, a.active {
  text-decoration: none;
  color: inherit;
}

input {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

input[type=text],
input[type=password],
input[type=date],
input[type=url],
input[type=search],
input[type=text],
input[type=email],
input[type=tel],
input[type=time],
.form-control, textarea, textarea.form-control {
  border-radius: 0.25rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border: 1px solid #dededf;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=time]:focus,
.form-control:focus, textarea:focus, textarea.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

textarea, textarea.form-control {
  height: auto;
  padding: 10px;
  min-height: 146px;
  width: 100%;
}

button:focus {
  outline: 0;
}

/*
 Start Global Class Here
 ----------------------------------
 */
.bg-blue {
  background-color: #272766;
}

.bg-light {
  background-color: #3b3b7a !important;
}

/*
 End Global Class Here
 ----------------------------------
 */
/*
 Start Button Class Here
 ----------------------------------
 */
.btn-rounded {
  border-radius: 100px;
}

/*
 End Button Class Here
 ----------------------------------
 */
label.uploadtab {
  background: #6381A8;
  display: block;
  padding: 3px;
  text-align: center;
  color: white;
  border-radius: 0px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
label.uploadtab:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #506a8d;
  border-color: #506a8d;
}

.div-w200 {
  max-width: 200px;
}

.profile-img {
  line-height: 124px;
  font-size: 13px;
  font-weight: bold;
  height: 125px;
  overflow: hidden;
  background: white;
  border: 1px solid #dededf;
}

.profile-img img {
  width: auto;
  height: 125px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.profile-img [src=""] {
  visibility: hidden;
}

.offerlisttable thead tr th {
  vertical-align: middle;
  text-align: center;
  padding: 4px;
}

.offerlisttable .eye-btn {
  padding: 2px 12px;
  height: 26px;
}

.processtable tbody tr td {
  vertical-align: middle;
  padding: 4px;
}

@media (max-width: 1080px) {
  .processtablehead tbody tr th {
    min-width: 200px;
  }
}
.selecttext option {
  padding: 2px 5px;
}

.uploadtext {
  color: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
}

.textbox {
  min-width: 150px;
  padding-top: 4px;
  text-align: center;
  font-weight: bold;
  color: #000;
}

.datatextbox {
  width: 100%;
}

hr {
  margin: 1px 0;
}

.tablehead table td:nth-child(1) .tablehead table td:nth-child(2) {
  text-align: center;
}

.show-content {
  text-align: left;
}

.scheduleDatepicker {
  font-size: 13px;
  padding: 5px;
}

.interview-datepicker ::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.interview-datepicker ::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.interview-datepicker :-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.interview-datepicker ::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.interview-datepicker ::placeholder {
  color: #000;
  opacity: 1;
}

.showselect {
  display: none;
}

.selectboxcontent:hover .showselect {
  display: block;
}

.selectboxcontent:hover .showtext {
  display: none;
}

.showselect.show {
  display: block !important;
}

/* Error Message */
.error {
  border: 1px solid red !important;
}

.errorMessage {
  display: none;
  color: red;
}

/* Custom Max Width */
.custom_max_width {
  max-width: 760px;
}

/* Basic Info Border Design */
.basicinfo .table th {
  border-top-width: 1px;
  border-left-width: 1px;
}

@media (max-width: 496px) {
  .desiredoccupationDIV {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .selectdeg {
    min-width: 120px !important;
    margin-left: 0px !important;
    margin-top: 5px !important;
  }
}
.btn-search {
  color: white;
  font-size: 13px;
  background-color: #6381A8;
}
.btn-search:focus, .btn-search:hover {
  color: white;
}

.flochart ul li {
  display: inline-block;
}

.icon img {
  width: 60px;
  margin: 13px;
}

.icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border: 1px solid #000;
  display: inline-block;
  padding: 0;
  border-radius: 100px;
  margin-bottom: 15px;
}

.circlebox {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -8px;
  right: -8px;
  background: #26b726;
  border-radius: 100px;
  color: white;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}

.mbsc-calendar-cell > div:first-child {
  display: none;
}

.mbsc-datepicker .mbsc-calendar {
  border: 1px solid #ddd;
}

.mbsc-calendar-grid-item {
  border: 1px solid #ddd;
  margin: 5px;
  padding: 55px 0 10px;
  text-align: center;
}

.mbsc-disabled .mbsc-calendar-cell-text {
  opacity: 1;
  color: #f44336;
}

.mbsc-windows.mbsc-calendar-month-title {
  color: #6381A8;
}

.ui-datepicker-today .ui-state-default {
  border: 1px solid rgb(229, 242, 255);
  background: rgb(229, 242, 255);
  color: #39f;
}

.mbsc-windows.mbsc-calendar-today:before {
  content: "";
  background: rgba(51, 51, 51, 0.1);
  height: 36px;
  width: 38px;
  position: absolute;
  left: -15px;
  top: -2px;
  z-index: -1;
}

.mbsc-windows.mbsc-calendar-today {
  position: relative;
}

.custom-file input[type=file] {
  display: none;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 1;
}

td.ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled span {
  color: #f44336;
}

td.ui-datepicker-unselectable.ui-state-disabled span {
  color: #00b894;
}

#datepicker .ui-datepicker-inline {
  width: 100% !important;
  min-height: 275px;
  border-radius: 0px;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #6381A8;
  border-left: 1px solid #6381A8;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-area input:-moz-read-only {
  background-color: #6381A8 !important;
}

.custom-file-area input:read-only {
  background-color: #6381A8 !important;
}

.custom-file-area input[type=file] {
  display: none;
}

.custom-file-label {
  text-align: center;
  line-height: 27px;
  cursor: pointer;
  width: 80px;
  margin-right: -2px;
  background: #6381A8 !important;
  color: #fff !important;
  border: 1px solid #6381A8 !important;
  overflow: hidden;
}

.custom-select-file-upload .custom-file-label {
  background: #6381A8;
  border: 1px solid #6381A8;
  width: 100%;
}

.custom-select-file-upload .custom-file-label:hover {
  background: #506a8d !important;
  border: 1px solid #506a8d !important;
  cursor: pointer !important;
}

.custom-select-file-upload .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "";
  background: transparent;
}

.custom-select-file-upload .custom-file-label::after {
  border-left: 0px;
}

.custom-select-file-upload .custom-file-label {
  color: #fff;
  position: relative;
  margin-bottom: 0px;
  border: 1px solid #2C66B0;
  background: #2C66B0;
}

.custom-select-file-upload .custom-file-label:hover {
  background: #398BF7;
  border: 1px solid #398BF7;
  cursor: pointer !important;
}

@media (max-width: 420px) {
  #datepicker .ui-datepicker-inline {
    width: 150% !important;
  }
}
@media (max-width: 991px) {
  .paidtype {
    margin-top: 0px !important;
  }
}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
  /* background: #743620 none; */
  /* color: white; */
  background: rgba(194, 200, 71, 0.9);
  border: 1px solid rgba(194, 200, 71, 0.9);
  color: #2b2b2b;
  text-align: center;
}

.ui-datepicker .ui-state-highlight.hello a {
  background: transparent;
  border: none;
}

.ui-datepicker-today .ui-state-default {
  text-align: center;
}

#paidtableChild tbody tr td:first-child {
  text-align: center;
}

#paidtableChild thead tr th {
  position: sticky;
  top: 0;
}

.tablescroll {
  max-height: 438px;
  overflow-y: scroll;
}

.paidtype {
  margin-top: 84px;
}

.signin-box .img-content {
  padding-right: 10px;
  margin: 3px;
  padding-top: 14px;
}
.signin-box .logo {
  width: 120px;
  margin: 0 auto;
}

.img-content img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 110px;
  height: 80px;
}

.eye-btn {
  text-transform: capitalize;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #6381A8;
  border-color: #6381A8;
}
.eye-btn:hover {
  background: #506a8d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-primary:hover {
  border-color: #6381A8;
}

.submit-btn {
  margin-top: 30px;
  text-align: center;
}

.forgot-pass {
  color: #6381A8;
}
.forgot-pass:hover {
  color: #6381A8;
}

.fs-11 {
  font-size: 11px;
}

.form-select {
  padding: 4px 24px 3.5px 5px;
  font-size: 13px;
  background-position: right 0.25rem center;
}

.form-control:focus {
  border-color: #6381A8;
}

.h3-head {
  color: #134AA4;
  font-weight: bold;
  font-size: 24px;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file-input::before {
  content: "Upload your picture";
  display: inline-block;
  background: #dededf;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  cursor: pointer;
  font-size: 13px;
  width: 100%;
}

.custom-file-input:hover::before {
  border-color: black;
}

.orlogin h4 {
  font-size: 12px;
}

.reset-password {
  display: none;
}

.rgtaccoutn {
  margin-top: 30px;
  text-align: center;
}

.create-btn {
  color: #6381A8;
}
.create-btn:hover {
  color: #6381A8;
}

.headerContent {
  background-color: #6381A8;
  height: 60px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.leftcontent {
  padding: 17px 15px;
}
.leftcontent a {
  color: white;
  font-weight: bold;
  font-size: 22px;
}

.rightcontent {
  padding: 15px 15px;
  font-size: 15px;
}
.rightcontent .eye-btn {
  width: 80px;
  background-color: #92a9c7;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: white !important;
  background: #6381A8;
  font-size: 13px;
  font-weight: bold;
  border-radius: 0px;
}

.nav-link:focus, .nav-link:hover {
  color: #6381A8;
}

.nav-pills .nav-link {
  color: #000 !important;
}

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #f1f1f1;
}

.personalData table tbody tr th {
  background: #f5f5f5;
  text-align: center;
}

.upload-img input[type=file] {
  display: none;
}

.custom-file-upload {
  padding: 28px 12px;
  cursor: pointer;
  display: block;
  text-align: center;
}

.tabcontentnav-area ul li button {
  text-transform: capitalize;
}

.tabcontentnav-area .nav-link, .tabcontentnav-area .nav-link {
  color: #000;
  font-weight: bold;
}

.cvtable thead tr th {
  text-align: center;
  background-color: #f6f6f6;
  vertical-align: middle;
  padding: 5px;
}

.h4-head {
  font-weight: bold;
  font-size: 17px;
  color: #000;
  padding: 8px;
  margin-bottom: 0px;
  margin-top: 10px;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #6381A8;
  border-color: #6381A8;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.leftcontent a {
  vertical-align: middle;
}
.leftcontent span {
  color: white;
  padding-left: 10px;
  font-size: 14px;
}

table.table.table-bordered.offertable tbody tr th {
  padding: 4px 5px;
  color: #666;
}

table.table.table-bordered.offertable tbody tr td {
  padding: 4px 5px;
  vertical-align: middle;
}

.form-control-sm {
  min-height: calc(1.5em + 0.1rem + 1px);
}

.myaccordion {
  max-width: 500px;
  margin: 50px auto;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.accordion {
  overflow: hidden;
  background: #f7f7f7;
}

.accordion-section-title {
  width: 100%;
  padding: 15px;
}

.accordion-section-title {
  width: 100%;
  padding: 15px;
  display: inline-block;
  background-color: #333;
  border-bottom: 1px solid #1a1a1a;
  font-size: 1.2em;
  color: #fff;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
  text-decoration: none;
}

.accordion-section-title.active {
  background-color: #4c4c4c;
  text-decoration: none;
}

.accordion-section-title:hover {
  background-color: grey;
  text-decoration: none;
}

.accordion-section:last-child .accordion-section-title {
  border-bottom: none;
}

.accordion-section-content {
  padding: 15px;
  display: none;
}

.accordion-button {
  background-color: #6381A8;
  color: #fff;
  padding: 7px;
}

.accordion-button:not(.collapsed) {
  color: white;
  background-color: #6381A8;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #6381A8;
}

.accordion-body {
  background-color: #f1f1f1;
  padding: 0px;
}

.cvtable tbody tr td, .cvtable tbody tr th {
  padding: 4px 10px;
}

.offerbtn {
  width: 28px;
  margin: 10px;
  position: absolute;
  right: 0;
  font-size: 12px;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion-button::after {
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}

.accordion-button:not(.collapsed)::after {
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}

.col-5.reswidth {
  width: 720px;
}

.head-title {
  background: #6381A8;
  border-radius: 4px;
  color: #FFF;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
  padding: 7px 15px;
}

.logo {
  padding-top: 5px;
}

.logo a {
  color: #6381A8;
  font-weight: bold;
  font-size: 20px;
  padding-top: 5px;
}

#header .topcontent {
  border-bottom: 2px solid #6381A8;
  padding: 14px 0;
}

#header .logo {
  float: left;
  width: 150px;
}

.middle-content {
  background: #f1f8fe;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 8px;
}

.media-object {
  background: #6381A8;
  border-radius: 100px;
  text-align: center;
  line-height: 58px;
  font-size: 20px;
  font-weight: bold;
  color: white;
  margin-top: 18px;
  padding: 6px 11px;
  width: 70px;
  height: 70px;
}

.media-body .content {
  font-size: 12px;
  padding: 18px 0px;
  display: block;
  margin-left: 15px;
  color: black;
  font-weight: bold;
}

.customInput tbody tr td {
  padding: 0px;
}

.customInput tbody tr th {
  vertical-align: middle;
  padding: 0px;
}

.nextbtn .eye-btn {
  width: 200px;
  font-size: 15px;
  margin-bottom: 15px;
}

.nextContent {
  display: none;
}

.triangle-area {
  margin-top: 8px;
  background: #f1f8fe;
}

.triangle-content {
  width: 500px;
  background-color: #6381A8;
  padding: 30px 20px 8px 20px;
  position: relative;
}
.triangle-content .progress {
  height: 6px;
  width: 420px;
  background-color: #1d3a5e;
}
.triangle-content .progress .progress-bar {
  background-color: #fff;
}
.triangle-content .pagi {
  position: absolute;
  right: 20px;
  top: 21px;
  color: white;
}

.triangle-content:after {
  content: "";
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: 22px;
  border-top-width: 22px;
  border-left: 8px solid #6381A8;
  position: absolute;
  top: 0px;
  right: -8px;
}

.body-content .head-title {
  margin-bottom: 10px;
}

.cv-menu-area {
  background: #6381A8;
  margin-top: 10px;
}

.cvmenu ul li {
  display: inline-block;
}
.cvmenu ul li a {
  padding: 10px 10px 6px 10px;
  display: inline-block;
  font-size: 14px;
  width: 190px;
  text-transform: uppercase;
  color: white !important;
}
.cvmenu ul li a:hover {
  background: #486387;
}

.inputcheckbox label {
  padding: 11px 10px;
}

.cv-bodycontent {
  margin-top: 30px;
}

.cv-bodycontent .nav {
  background: #f1f1f1;
  border: 1px solid #f6f6f6;
}

.cv-bodycontent .nav-link {
  padding: 0.3rem 1rem;
}

.worktable thead tr th {
  background: #F1F1F1;
}

.worktable tbody tr td {
  vertical-align: middle;
}

.offerlisttable tbody tr td:first-child {
  text-align: center;
}

.offerlisttable tbody tr td {
  text-align: left;
}

.updateinfo .eye-btn {
  width: 120px !important;
}

.tablehead table thead tr th {
  background: #f5f5f5;
  text-align: center;
  padding: 4px;
  vertical-align: middle;
}

.tablehead tbody tr th {
  background: #f5f5f5;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
}

.programtable tbody tr th,
.servertable tbody tr th {
  padding: 4px;
}

.tablehead tbody tr td {
  padding: 4px;
  text-align: center;
  vertical-align: middle;
}

.cancelbtn,
.savebtn {
  padding: 0px;
  border-radius: 0px;
  height: 30px;
  line-height: 31px;
  text-transform: capitalize;
  font-size: 14px;
  background: #6381A8;
  border-color: #6381A8;
}
.cancelbtn:hover,
.savebtn:hover {
  background: #506a8d;
  border-color: #506a8d;
}

.heading-title {
  border-left: 8px solid #6381A8;
  font-size: 16px;
  font-weight: bold;
  padding: 2px 5px !important;
}

.textalignment tbody tr td {
  text-align: left;
}

.textalignment tbody tr td:first-child {
  padding-left: 0.5rem;
}

.basicinfo table tbody tr th {
  padding: 0px;
}

.basicinfo table tbody tr td {
  padding: 0px;
}

.button-res {
  margin-top: 10px;
}

.offertableoddeven .offerlisttable tr:nth-child(4n),
.offerlisttable tr:nth-child(4n-1) {
  background-color: #f1f8fe !important;
}

/* ===== Scrollbar CSS Start ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #6381A8 #6381A8;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

*::-webkit-scrollbar-track {
  background: #cbd1d6;
}

*::-webkit-scrollbar-thumb {
  background-color: #6381A8;
  border-radius: 10px;
}
/* scroll-behavior: smooth; */
/* ===== Scrollbar CSS End ===== */
@media (max-width: 1199px) {
  .col-res-2 {
    width: 20%;
  }
  .col-res-12 {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cv-container {
    max-width: 940px;
  }
  .reglog-container {
    max-width: 910px;
  }
}
@media (max-width: 990px) {
  .servertable,
.programtable,
.workextable,
.basictable {
    width: 890px;
  }
  .col-res-2 {
    width: 25%;
  }
  .col-res-12 {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .reglog-container {
    max-width: 540px;
  }
}
@media (max-width: 725px) {
  .basicskilltable {
    width: 600px;
  }
  .col-res-2 {
    width: 32%;
  }
  .col-res-12 {
    width: 68%;
  }
}
@media (max-width: 575px) {
  .technicaltable {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .triangle-content {
    width: 330px;
  }
  .triangle-content .progress {
    width: 255px;
  }
}
@media (max-width: 570px) {
  .col-res-2 {
    width: 100%;
  }
  .col-res-2 .nav button {
    text-align: center;
  }
  .col-res-12 {
    width: 100%;
  }
  .cv-bodycontent {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .cvmenu ul li a {
    width: auto;
  }
}
.bg-white {
  background-color: #fff;
}

.main-content {
  margin-left: 220px;
  padding-bottom: 1rem;
}

.main-content {
  min-height: calc(100vh - 50px);
  margin-top: 40px;
  margin-bottom: 0 !important;
  -webkit-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
  overflow: hidden;
}

.topbar-left a img {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-header {
  padding-left: 220px;
}

.top-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
  -webkit-box-shadow: 0 0.76rem 1.52rem rgba(18, 38, 63, 0.03);
          box-shadow: 0 0.76rem 1.52rem rgba(18, 38, 63, 0.03);
  -webkit-transition: padding-left 0.3s ease;
  transition: padding-left 0.3s ease;
}

.topbar-left span {
  display: block;
  width: 17px;
  height: 1px;
  background-color: #6f7783;
  margin: 4px 0;
}

.topbar-left,
.topbar-right {
  cursor: pointer;
}

.topbar .dropdown-menu {
  font-size: 13px;
  color: #666;
}

.hide {
  display: none;
}

.hide.show {
  display: block;
}

.page-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  height: 100vh;
  width: 220px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-color: #303C54;
}

.sidemenu {
  overflow-y: scroll;
}
.sidemenu > li ul > li > a.show:after,
.sidemenu > li > a.show:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sidemenu li a.menu-arrow:after {
  content: "\f285";
  font-family: bootstrap-icons;
  position: absolute;
  right: 20px;
  font-size: 11px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sidemenu li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8445rem 1rem;
  font-weight: 400;
  color: #49b8e5, #1e98d4, #2a92d0, #3a88c8, #507cbe;
  border-radius: 0.25rem;
  font-size: 16px;
  color: #B1B7C1;
}
.sidemenu li a:hover {
  background-color: #46546C;
  color: #e7e9ec;
}

li.nav-title {
  color: #B1B7C1;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  padding: 0.8445rem 1rem;
}

.toggle-arrow:after {
  content: "\f284";
  font-family: bootstrap-icons;
  position: absolute;
  right: 20px;
  font-size: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
  cursor: pointer;
}

.sidemenu {
  overflow-y: auto;
  position: relative;
  width: 220px;
  overflow-x: hidden;
  height: 400px;
}
.sidemenu li a.active {
  background-color: #46546C;
}

.main-content.active {
  margin-left: 80px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.top-header.active {
  padding-left: 75px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.page-sidebar.active .sidemenu li a.menu-arrow:after {
  display: none;
}

.page-sidebar.active li.nav-title {
  display: none;
}

.page-sidebar.active {
  width: 80px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}
.page-sidebar.active .sidemenu li a span {
  display: none;
}
.page-sidebar.active .sidebar-logo img {
  width: 45px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.page-sidebar.active:hover .sidemenu li.nav-title {
  display: block;
}

.page-sidebar.active:hover .sidemenu li ul.hide.show {
  display: block;
}

.page-sidebar.active:hover {
  width: 220px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.page-sidebar.active:hover {
  width: 220px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.page-sidebar.active:hover .sidebar-logo img {
  width: 110px;
}

.page-sidebar.active:hover a.menu.menu-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-sidebar.active:hover .sidemenu li a span {
  display: block;
}

.page-sidebar.active:hover .sidemenu li a.menu-arrow:after {
  display: block;
}

ul.sidemenu li ul li a {
  padding-left: 48px;
}

.sidemenu {
  background-color: #3C4B64;
}

.page-sidebar.navActive {
  width: 0px;
}

main.main-content.navActive {
  margin-left: 0px;
}

.top-header.navActive {
  padding-left: 5px;
}

.footer {
  padding: 15px;
  padding-left: 250px;
  border-top: 1px solid #d8dbe0;
}/*# sourceMappingURL=main.css.map */

.commonerror{
  background-color: #ffd6ff;
}
.border-red {
  border: 1px solid red !important;
}

.deleteitem{
  border: none;
  background: transparent;
}
button.deleteaz {
  border: none;
  background: transparent;
}
.presentValue2,
.presentValue{
  background-color: #fff !important;
}
.commonErrorMsg p{
  font-size: 13px !important;
}