html {
  box-sizing: border-box;
  height: 100%;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

::-webkit-input-placeholder,
::-moz-placeholder {
  opacity: 0.4;
}

body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 72px 0 0 0;
  background-color: rgb(247, 249, 253);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  background: url("../../public/images/bluewaves.svg") no-repeat -60vw -52vw/150%;
}

h1 {  font-size: 42px;
      margin: 15px;
}

h2 { font-size: 36px;
  margin: 15px;
}

h3 { font-size: 28px;
  margin: 15px;
}

h4 { font-size: 18px;
  margin: 15px;
}

h5 { font-size: 16px;
  margin: 15px;
}

a { text-decoration: none !important; }

p { margin: 15px; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.container {
    max-width: 80rem;
    width: 100%;
    height: auto;
    padding: 0 2rem;
    margin: 0 auto;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

section {
  position: relative;
}

.title-left{
  width:50px;
  float:left;
}

.title-right {
  overflow-x: hidden;
}

.title-arrow{
  width:60px;
  margin-top: 18px;
}

.title-hr{
  height: 1px;
  color: #11B92C;
  background-color: #11B92C;
  border: none;
  margin-bottom: 10px;
}

.index-container {
  margin-top: 25px;
}

.wrapper {
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.tms-containers {
  background: rgba(255, 255, 255, 0.7);
  min-height: 200px;
  display: block;
  float: left;
  border-radius: 5px;
  border: 2px solid rgb(230, 238, 248);
  margin: 0px 15px 15px 0px;
}


.c200 {
  width: calc(16.6% - 15px);
}

.c300 {
  width: calc(25% - 15px);
}

.c400 {
  width: calc(33.3% - 15px);
}

.c600 {
  width: calc(50% - 15px);
}

.c600-center {
    margin-left: calc(25%);
}

.c800 {
    width: calc(66.6% - 15px);
}

.c1200 {
  width: calc(100% - 15px);
}

@media screen and (max-width: 640px) {
  .c300, .c400, .c600, .c800, .c1200 {
    width: 1--%;
    max-width: 100% !important;
  }
  .tms-containers {
    margin: 0;
  }
}
.page-container {
  max-width: 1280px;
  margin: 50px auto 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .page-container {
    width: 90vw;
  }
}
@media screen and (min-width: 1200px) {
  .page-container {
    width: 90vw;
  }
}
@media screen and (max-width: 640px) {
  .page-container {
    margin: 0;
  }
}
.page-container.page-container--no-padding {
  padding: 0;
}

.col-hr {
  width: 80%;
  margin-left: 10%;
}

/* ----------------------------------------------------------------------------*/
/* ----------------------------------- menu -----------------------------------*/
/* ----------------------------------------------------------------------------*/

@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-webkit-keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

a,
button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    border: none;
    outline: none;
    background: 0 0;
    text-decoration: none;
}
@media only screen and (max-width: 768px) {
    a,
    button {
        cursor: default !important;
        border: none;
        outline: none;
    }
}

@media only screen and (max-width: 992px) {
    .container {
        padding: 0 1rem;
        margin: 0 auto;
    }
}
.brand {
    font-family: inherit;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: inherit;
    color: #11B92C;
    border: none;
    outline: none;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
}
.header {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 1rem 0;
    margin: 0 auto;
    z-index: 999;
    border: none;
    outline: none;
    background: #fafafa;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
}
.header-item-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
}
.header-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header-item-right .menu-icon {
    font-size: 1.35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    margin-left: 1rem;
    border: none;
    outline: none;
    color: #121212;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header .menu > ul > li {
    display: inline-block;
    line-height: 3.125rem;
    margin-left: 1.5rem;
}
.header .menu > ul > li > a {
    position: relative;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    border: none;
    outline: none;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.header .menu > ul > li .menu-subs {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: 1.75rem;
    padding: 1rem 2rem;
    border: none;
    outline: none;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    border-radius: 0.25rem;
    border-top: 3px solid #11B92C;
    background: #fafafa;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.header .menu > ul > li .menu-subs > ul > li {
    line-height: 1;
}
.header .menu > ul > li .menu-subs > ul > li > a {
    display: inline-block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    padding: 0.75rem 0;
    border: none;
    outline: none;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header .menu > ul > li .menu-column-1 {
    min-width: 16rem;
    max-width: 20rem;
}
.header .menu > ul > li .menu-subs.menu-mega {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
    display: block;
    line-height: 1;
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
    display: inline-block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    padding: 0.5rem 0;
    border: none;
    outline: none;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.header .menu > ul > li .menu-subs.menu-column-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 68rem;
    width: 100%;
    padding: 1.25rem 1rem;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 1rem;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    padding: 0.75rem 0;
    border: none;
    outline: none;
    color: #0057B7;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
    text-align: center;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover,
.header .menu > ul > li .menu-subs > ul > li > a:hover {
    color: #0057B7;
}
.header-item-right a:hover,
.header .menu > ul > li:hover > a {
    color: #11B92C;
}
@media only screen and (min-width: 993px) {
    .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
        margin-top: 0.5rem;
        opacity: 1;
        visibility: visible;
    }
}
.menu-mobile-header,
.menu-mobile-trigger {
    display: none;
}
@media only screen and (max-width: 992px) {
    .header-item-center {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .header-item-left,
    .header-item-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header .menu-mobile-trigger {
        position: relative;
        display: block;
        cursor: pointer;
        width: 1.75rem;
        height: 1rem;
        border: none;
        outline: none;
        margin-left: 1.25rem;
        background: 0 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.35s ease-in-out;
        -o-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
    }
    .header .menu-mobile-trigger span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        border: none;
        outline: none;
        opacity: 1;
        border-radius: 0.25rem;
        background: #121212;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }
    .header .menu-mobile-trigger span:nth-child(1) {
        top: 0;
    }
    .header .menu-mobile-trigger span:nth-child(2),
    .header .menu-mobile-trigger span:nth-child(3) {
        top: 0.5rem;
    }
    .header .menu-mobile-trigger span:nth-child(4) {
        top: 1rem;
    }
    .header-item-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 20rem;
        height: 100%;
        z-index: 1099;
        overflow: hidden;
        background: #fafafa;
        -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
        transform: translate(-100%);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .header .menu.active {
        -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
        transform: translate(0%);
    }
    .header .menu > ul > li {
        display: block;
        line-height: 1;
        margin: 0;
    }
    .header .menu > ul > li > a {
        display: block;
        line-height: 3.125rem;
        height: 3.125rem;
        padding: 0 3.125rem 0 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .header .menu > ul > li > a i.ion {
        position: absolute;
        font-size: 1.25rem;
        line-height: 3.125rem;
        top: 0;
        right: 0;
        width: 3.125rem;
        height: 3.125rem;
        text-align: center;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .header .menu .menu-mobile-header {
        position: relative;
        position: -webkit-sticky;
        position: sticky;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        top: 0;
        height: 3.125rem;
        z-index: 501;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        background: #fafafa;
    }
    .header .menu .menu-mobile-header .menu-mobile-arrow {
        display: none;
        font-size: 1.25rem;
        line-height: 3.125rem;
        width: 3.125rem;
        height: 3.125rem;
        cursor: pointer;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        color: #121212;
        text-align: center;
    }
    .header .menu .menu-mobile-header.active .menu-mobile-arrow {
        display: block;
    }
    .header .menu .menu-mobile-header .menu-mobile-title {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 500;
        line-height: inherit;
        color: #121212;
        text-transform: capitalize;
        text-rendering: optimizeLegibility;
    }
    .header .menu .menu-mobile-header .menu-mobile-close {
        font-size: 2.25rem;
        line-height: 3.125rem;
        cursor: pointer;
        width: 3.125rem;
        height: 3.125rem;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        color: #121212;
        text-align: center;
    }
    .header .menu .menu-section {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .header .menu > ul > li .menu-subs {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .header .menu > ul > li .menu-subs.menu-mega {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .header .menu > ul > li .menu-subs.active {
        display: block;
    }
    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0;
    }
    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
        margin-top: 0;
    }
    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
        margin-bottom: 1.25rem;
    }
    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center:last-child .title {
        margin-bottom: 0;
    }
    .header .menu > ul > li .menu-subs > ul > li > a {
        display: block;
    }
    .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
        margin-bottom: 1rem;
    }
    .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
        display: block;
    }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        opacity: 0;
        visibility: hidden;
        background: rgba(0, 0, 0, 0.55);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .overlay.active {
        opacity: 1;
        visibility: visible;
    }
}

/* ----------------------------------------------------------------------------*/
/* ----------------------------------- menu end -------------------------------*/
/* ----------------------------------------------------------------------------*/

a {
  text-decoration: none !important;
}

p {
  margin-bottom: 16px;
}

footer {
  height: 40px;
}

.btn {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  height: 48px;
  gap: 10px;
  border-radius: 4px;
  border: 2px solid rgb(230, 238, 248);
  opacity: 0.5;
  background-color: rgb(0, 87, 183);
  transition: 0.3s;
  pointer-events: all;
}
.btn:hover {
  opacity: 1;
  color: rgb(230, 238, 248);
}

input.form-control,
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(74, 74, 74);
  background-color: #fff;
  border: 1px solid #f4f4f4;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

label {
  width: 100%;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.hidden {
  display: none;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-jcsb {
  justify-content: space-between;
}

.flex-center {
  align-items: center;
}

.justify-sb {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.align-start {
  align-items: flex-start;
}

.flex-jcfe {
  justify-content: flex-end;
}

.flex-jcc {
  justify-content: center;
}

.flex-jcsa {
  justify-content: space-around;
}

.flex-jcfs {
  justify-content: flex-start;
}

.flex-jcse {
  justify-content: space-evenly;
}

.flex-jc {
  justify-content: center;
}

.flex-ai {
  align-items: center;
}

.main-logo {
  position: absolute;
  top: 10vh;
  left: 0;
  right: 0;
  width: 260px;
  margin: auto;
}
.main-logo.logo-std {
  position: relative;
  top: 0;
  display: block;
  margin-bottom: 60px;
}


form h2, form p {
  text-align: center;
}
form h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}
form p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  max-width: 90%;
}
form .btn-success {
  width: 200px;
  height: 48px;
  gap: 10px;
  border-radius: 4px;
  border: 2px solid rgb(230, 238, 248);
  opacity: 0.5;
  background-color: rgb(0, 87, 183);
  transition: 0.3s;
}
form .btn-success:hover {
  background-color: rgb(0, 87, 183);
  border: 2px solid rgb(230, 238, 248);
}
form .btn-success.val {
  opacity: 1;
  pointer-events: auto;
}

input.form-control, select.form-control {
  height: 48px;
  padding: 8px 12px;
  gap: 12px;
  border-radius: 4px;
  border: 2px solid rgb(230, 238, 248);
  margin-bottom: 16px;
  font-weight: 600;
  width: 100%;
}
input.form-control.vw50, select.form-control.vw50 {
  max-width: 100%;
}

input[type=email], input[type=password], #password, #confirm_password, #new_password {
  padding: 15px 12px 0 48px;
  font-size: 14px;
}
input[type=email]:focus, input[type=email]:not(:placeholder-shown), input[type=password]:focus, input[type=password]:not(:placeholder-shown), #password:focus, #password:not(:placeholder-shown), #confirm_password:focus, #confirm_password:not(:placeholder-shown), #new_password:focus, #new_password:not(:placeholder-shown) {
  outline: none;
  border-color: #007bff;
}
input[type=email]:focus + .label, input[type=email]:not(:placeholder-shown) + .label, input[type=password]:focus + .label, input[type=password]:not(:placeholder-shown) + .label, #password:focus + .label, #password:not(:placeholder-shown) + .label, #confirm_password:focus + .label, #confirm_password:not(:placeholder-shown) + .label, #new_password:focus + .label, #new_password:not(:placeholder-shown) + .label {
  top: 0px;
  left: 50px;
  font-size: 11px;
  opacity: 1;
}

label {
  width: 100%;
  position: relative;
}
label .label {
  position: absolute;
  top: 12px;
  left: 50px;
  font-size: 16px;
  transition: all 0.3s;
  opacity: 0.5;
}

.login-servicebtns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  width: 100%;
  max-width: 480px;
}
.login-servicebtns a {
  color: rgb(0, 87, 183);
  font-weight: 600;
  display: block;
  margin: 6px 0;
  padding: 10px;
  width: 100%;
  text-align: center;
}
.login-servicebtns a:hover {
  background-color: rgb(230, 238, 248);
}

.mail-icon, .pwd-icon, .toggle-password {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 12px;
}

.mail-icon {
  left: 12px;
  background-image: url("../../public/images/left-icon.svg");
}

.pwd-icon {
  left: 12px;
  background-image: url("../../public/images/left-icon2.svg");
}

.toggle-password {
  right: 12px;
  cursor: pointer;
  background-image: url("../../public/images/right-icon.svg");
}

.eclipse {
  color: rgb(230, 238, 248);
  font-size: 22px;
}

#loggedin, #formInfo {
  color: #000;
  font-weight: 600;
  display: block;
  margin: 6px 0;
  padding: 10px;
  width: 100%;
  text-align: center;
  font-size: 14px;
}

body .select2-container .select2-selection--single,
body .select2-container--default .select2-selection,
body .select2-container .select2-selection {
  height: 48px;
  padding: 8px 12px;
  gap: 12px;
  border-radius: 4px;
  border: 2px solid rgb(230, 238, 248);
  margin-bottom: 16px;
  margin-top: 0;
  max-width: 100%;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 11px;
}

.sgw-btn {
  width: 100%;
  height: 48px;
  padding: 12px 0;
  gap: 10px;
  border-radius: 4px;
  background-color: rgb(0, 87, 183);
  display: block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.sgw-btn:hover {
  color: #fff;
  text-decoration: none;
}

footer {
  height: 40px;
}

.bc {
  width: 100%;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
.bc .back-btn {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
  color: rgb(74, 74, 74);
}
.bc h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  margin-left: 16px;
}
.bc .title-hr {
  width: 100%;
  margin: 16px 0;
}

.col-left {
  width: calc(25% - 20px);
  padding: 24px;
  background-color: #fff;
  border: 2px solid rgb(230, 238, 248);
  border-radius: 4px;
}
.col-left p {
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  text-align: left;
  color: rgb(74, 74, 74);
}
.col-left span {
  opacity: 0.5;
  display: block;
}
.col-left strong {
  font-weight: 400;
}

.col-right {
  width: calc(75% - 20px);
  padding: 24px;
  background-color: #fff;
  border: 2px solid rgb(230, 238, 248);
  border-radius: 4px;
}

.profile-container {
  padding-top: 16px;
}
.profile-container .btn-success, .profile-container .btn-danger {
  width: 200px;
  height: 48px;
  gap: 10px;
  border-radius: 4px;
  border: 2px solid rgb(230, 238, 248);
  opacity: 0.5;
  transition: 0.3s;
  pointer-events: all;
  cursor: pointer;
}
.profile-container .btn-success:hover, .profile-container .btn-danger:hover {
  opacity: 1;
  border: 2px solid rgb(230, 238, 248);
}
.profile-container .btn-success {
  background-color: rgb(0, 87, 183);
}
.profile-container .btn-success:hover {
  background-color: rgb(0, 87, 183);
}
.profile-container .btn-danger {
  background-color: #dc3545;
}
.profile-container .btn-danger:hover {
  background-color: #dc3545;
}

.header .menu > ul > li > a.add-property-button {
  width: auto;
  height: 48px;
  gap: 10px;
  border-radius: 4px;
  border: 2px solid rgb(230, 238, 248);
  opacity: 0.5;
  background-color: rgb(0, 87, 183);
  color: rgb(230, 238, 248);
  transition: 0.3s;
  pointer-events: all;
}
.header .menu > ul > li > a.add-property-button:hover {
  opacity: 1;
  background-color: rgb(0, 87, 183);
  border: 2px solid rgb(230, 238, 248);
  color: rgb(230, 238, 248);
}

#profile_update {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#profile_update > * {
  width: 100%;
}
#profile_update .btn {
  width: 100%;
  max-width: 300px;
  margin: auto;
}
#profile_update .select2-container {
  height: 45px;
}
#profile_update .select2-container .select2-selection {
  margin-bottom: 0;
}

.add-property-container {
  width: 740px;
  padding: 24px;
  background-color: #fff;
  border: 2px solid rgb(230, 238, 248);
  border-radius: 4px;
}

#add-property-form select, #edit-property-form select {
  width: 100%;
}
#add-property-form .btn, #edit-property-form .btn {
  width: 100%;
  max-width: 300px;
  margin: auto;
  display: block;
}

textarea.form-control {
  min-height: 200px;
  border: 2px solid rgb(230, 238, 248);
  appearance: none;
}

.invoice {
  width: 100%;
}
.invoice .properties-table, .properties-container .properties-table {
  width: 100%;
  border-collapse: collapse;
}
.invoice .properties-table th, .invoice .properties-table td, .properties-container .properties-table th, .properties-container .properties-table td {
  text-align: left;
  padding: 16px;
  border-bottom: 1px solid #ccc;
  color: rgb(74, 74, 74);
  line-height: 24px;
  font-weight: 400;
}
.invoice .properties-table th, .properties-container .properties-table th {
  text-transform: uppercase;
}
.invoice .properties-table td:nth-child(1), .invoice .properties-table td:nth-child(3), .properties-container .properties-table td:nth-child(1), .properties-container .properties-table td:nth-child(3) {
  font-weight: 600;
}
.invoice .properties-table td:nth-child(2), .properties-container .properties-table td:nth-child(2) {
  font-size: 12px;
}
.invoice .properties-table tbody tr, .properties-container .properties-table tbody tr {
  cursor: pointer;
}
.invoice .properties-table tbody tr:hover, .properties-container .properties-table tbody tr:hover {
  background-color: #fff;
}
.invoice .properties-table tbody tr.owner td:first-child:before, .invoice .properties-table tbody tr.holder td:first-child:before, .properties-container .properties-table tbody tr.owner td:first-child:before, .properties-container .properties-table tbody tr.holder td:first-child:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 5px;
  bottom: 25px;
}
.invoice .properties-table tbody tr.owner td:first-child:before, .properties-container .properties-table tbody tr.owner td:first-child:before {
  background-color: green;
}
.invoice .properties-table tbody tr.holder td:first-child:before, .properties-container .properties-table tbody tr.holder td:first-child:before {
  background-color: orange;
}
.invoice .properties-table thead, .properties-container .properties-table thead {
  background: rgb(230, 238, 248);
  height: 48px;
  padding: 12px 15px;
  border-radius: 4px;
}
.invoice button, .properties-container button {
  width: auto;
  border-radius: 4px;
  border: 2px solid rgb(230, 238, 248);
  opacity: 0.5;
  background-color: rgb(0, 87, 183);
  color: rgb(230, 238, 248);
  transition: 0.3s;
  pointer-events: all;
  font-size: 14px;
  padding: 5px 15px;
  display: inline-block;
  height: 40px;
  text-transform: uppercase;
}
.invoice button.btn-accept, .properties-container button.btn-accept {
  background-color: rgb(61, 183, 0);
  color: #fff;
}
.invoice button.btn-decline, .properties-container button.btn-decline {
  background-color: #dc3545;
  color: #fff;
}
.invoice button:hover, .properties-container button:hover {
  opacity: 1;
}

.property-details-container {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 992px) {
  .property-details-container {
    flex-direction: column;
  }
}
.property-details-container > * {
  /*width: calc(50% - 15px);*/
  padding: 24px;
  background-color: #fff;
  border: 2px solid rgb(230, 238, 248);
  border-radius: 4px;
}
@media screen and (max-width: 992px) {
  .property-details-container > * {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
}
.property-details-container .col-hr {
  padding-bottom: 25px;
}
.property-details-container .col-hr p {
  margin-bottom: 10px;
}
.property-details-container.invoice {
  display: block;
}

.agreements-text {
  margin-bottom: 1em;
}

.page-container .select2-container {
  height: 45px;
  width: 100%;
  margin-bottom: 16px;
}
.page-container .select2-container .select2-selection {
  margin-bottom: 0;
}

.notification-container {
  display: flex;
  width: 100%;
}
.notification-container > * {
  width: calc(50% - 20px);
  padding: 24px;
  background-color: #fff;
  border: 2px solid rgb(230, 238, 248);
  border-radius: 4px;
}
.notification-container h2 {
  font-size: 22px;
}
.notification-container .message-item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 10px;
}
.notification-container .message-item p {
  width: 100%;
  max-width: 70%;
  padding-right: 10px;
  margin-bottom: 0;
}
.notification-container .message-item .message-btn {
  width: 100%;
  max-width: 30%;
  padding-left: 10px;
}
.notification-container button {
  width: auto;
  height: 30px;
  padding: 0 5px;
  border-radius: 4px;
  border: 2px solid #fff;
  opacity: 0.5;
  color: #fff;
  transition: 0.3s;
  pointer-events: all;
}
.notification-container button.btn-green {
  background-color: rgb(61, 183, 0);
}
.notification-container button.btn-green:hover {
  opacity: 1;
}
.notification-container button.btn-red {
  background-color: #dc3545;
}
.notification-container button.btn-red:hover {
  opacity: 1;
}

.header-search {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: -60px;
  background: #fff;
  padding: 10px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.header-search.visible {
  visibility: visible;
  opacity: 1;
}
.header-search form {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-search input[type=text], .header-search select {
  padding: 8px;
  border: 1px solid #fff;
  border-radius: 4px;
}

.search-btn, .send-final {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
}
.search-btn:hover, .send-final:hover {
  background-color: rgb(0, 87, 183);
}

.send-final {
  margin: 25px auto;
}

#property_hash, #currency {
  width: 100%;
}

.invoice-line-container {
  width: 740px;
  padding: 24px;
  background-color: #fff;
  border: 2px solid rgb(230, 238, 248);
  border-radius: 4px;
  position: relative;
  margin: auto;
}

.invoice-details .property-details-container .property-info {
  min-height: 300px;
}
.invoice-details h4 {
  border-bottom: 1px solid #bababa;
  padding: 15px 0;
  margin: 0;
  line-height: 1;
}
.invoice-details h4 span {
  font-size: 16px;
  font-weight: bold;
}

.status {
  opacity: 1 !important;
}
.status.pending {
  color: #000;
  background-color: #11B92C;
}
.status.accepted {
  color: #fff;
  background-color: rgb(61, 183, 0);
}

.property-actions {
  margin: 15px 0;
}
@media screen and (max-width: 992px) {
  .property-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.property-details-container h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
}


.nottification.filter {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.nottification.filter form {
  display: flex;
  align-items: center;
}

.nottification.filter select {
  padding: 8px 12px;
  margin-right: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
}

.nottification.filter button {
  padding: 8px 12px;
  border: none;
  border-radius: 4px;
  background-color: #4CAF50;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.nottification.filter button:hover {
  background-color: #45a049;
}

#Header, #Navigation, #LeftColumn, #MainArea, #Footer {
  margin-bottom: 12px;
  padding: 4px;
  color: #666;
  background-color: #11B92C;
  border-radius: 5px;
}

#Columns {
  display: flex;
}

#LeftColumn {
  min-width: 200px;
  min-height: 400px;
}

#MainArea {
  margin-left: 12px;
  flex-grow: 1;
  background-color: #fff;
  color: #000;
}
.prop-transfer,
.owner-block,
.holder-block {
    display: none;
}
.prop-transfer h5 {
    margin: 15px 0;
}
.prop-transfer .btn,
.holder-block form .btn-success {
    height: 42px;
    gap: 10px;
    border-radius: 4px;
    border: 2px solid rgb(230, 238, 248);
    background-color: rgb(0, 87, 183);
    cursor: pointer;
    margin: 15px auto;
    display: block;
    text-align: center;
    opacity: 1;
    pointer-events: all;
}
.owner-block {
    margin: 0;
}

.col-hr.owner-block,
.col-hr.holder-block {
    width: 100%;
}
.owner-block .add-property-container {
    width: 100%;
    border: none;
}
.holder-block {
    margin: 0;
}
.holder-block form {
    padding: 24px;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.popup-content p {
    font-size: 24px;
    font-weight: bold;
}

.popup-content button {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    height: 48px;
    gap: 10px;
    border-radius: 4px;
    border: 2px solid rgb(230, 238, 248);
    opacity: 0.5;
    background-color: rgb(0, 87, 183);
    transition: 0.3s;
    pointer-events: all;
    font-weight: 600;
    text-transform: uppercase;
}
.popup-content button:hover {
    opacity: 1;
}
.popup-content button {
    margin-top: 10px;
}
