/* NBG portal CSS start */

/* =====Container====== */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}


@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}

/* ======Grid======= */
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

/* =========Gap========= */
.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}


@media (min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}
/* Login Wrap CSS */
.dlp-folders-search label input {
	border: 1px solid #E9E9E9 !important;
  border-radius: 50px !important;
  background: #fff !important;
	min-width: 371px !important;
	padding: 4px 20px !important;
	box-shadow: none !important;
}
.login-wrap .row {
  align-items: center;
}
.login-wrap .banner-img img {
  height: 105vh;
  width: 100%;
  object-fit: cover;
}
.center-wrap {
  max-width: 400px;
  margin: 0 auto;
}
.center-wrap h1 {
  margin: 50px 0 14px;
  font-size: 38px;
  line-height: 46px;
  color: #000;
  font-weight: 600;
}
form {
  margin: 55px 0;
}
form .btn {
  width: 100%;
}
.form-group .view {
  position: absolute;
  right: 0;
  top: 13px;
  z-index: 1;
}
.form-group .view:hover {
  opacity: 0.5;
}
.form-group .view .hide {
    display: none;
}
.form-group .view.hide-icon .show {
    display: none;
}
.form-group .view.hide-icon .hide {
    display: block;
}
.bottom-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom-action label {
  font-size: 14px;
  line-height: 17px;
  color: #000;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.bottom-action a {
  font-size: 14px;
  line-height: 17px;
  color: #8F9091;
  font-weight: 500;
}
.bottom-action a:hover {
  color: #76BC21;
}
.bottom-action .form-check-input {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  display: none;
}
.bottom-action .form-check {
  display: flex;
  align-items: center;
}
.bottom-action label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #8F9091;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
	border-radius: 3px;
}
.bottom-action input:checked + label:before {
    background: #76BC21;
    border-color: #76BC21;
} 
.bottom-action input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


header select {
  background: url('../images/arrow.svg') no-repeat 95% 50%;
  font-size: 18px;
  color: #000;
  border: none;
  font-weight: 600;
}

.btns-wrap {
  padding: 80px 0;
  background: #EEF4F6;
}
.btns-wrap .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.dlp-folders .dlp-folder.closed .dlp-icon.folder svg path {
	fill: #000 !important;
}
.posts-table-controls .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 8px;
  padding-right: 8px;
}
body .select2-container--default .select2-selection--single {
	font-size: 15px;
}
body .posts-data-table td, body .posts-data-table th {
	vertical-align: middle;
}
body table.posts-data-table {
	border-radius: 20px;
	border: 1px solid #E9E9E9 !important;
	max-width: 95%;
}
body table.posts-data-table thead th {
	background: #EEF4F6;
}
body table.dataTable > thead > tr > th, body table.dataTable > thead > tr > td {
	border: none;
}
body .dlp-category-table tr:last-child td {
	border: none !important;
}
body table.dataTable {
	margin: 25px auto 30px !important;
}
body .dlp-folders .dlp-folder {
	width: 100%;
	margin: 0;
}
.btns-wrap .btn, .dlp-folders .dlp-folder .dlp-category {
  min-width: 530px;
  border-radius: 15px;
  margin: 15px 0;
  padding: 32px 50px;
  font-size: 22px;
  line-height: 31px;
  font-weight: 600;
  color: #000;
  background: #fff;
  border: 1px solid #DEDEDE;
  position: relative;
  justify-content: flex-start;
}
body .document-library-pro-button {
	padding: 13px 18px !important;
	border-radius: 10px;
	background: #006098;
}
body .document-library-pro-button:hover, body .document-library-pro-button:focus, body .document-library-pro-button:active {
	background: #76BC21;
}
body .document-library-pro-button:hover svg path, body .document-library-pro-button:focus svg path, body .document-library-pro-button:active svg path {
	fill: #fff !important;
}
.btns-wrap .btn svg {
  margin-right: 12px;
}
.btns-wrap .btn svg path {
  fill: #000 !important;
}
.btns-wrap .btn span {
  position: absolute;
  right: 15px;
  top: 38px;
}
.btns-wrap .btn:hover svg path, .btns-wrap .btn:focus svg path, .table-loaded svg path {
  fill: #fff !important;
}
/* .btns-wrap .btn:hover, .btns-wrap .btn:focus, .dlp-folders .dlp-folder .dlp-category:hover, .dlp-folders .dlp-folder .dlp-category:focus, .table-loaded .dlp-category {
  background: linear-gradient(120.91deg, #006098 5.07%, #76BC21 124.32%) !important;
  border-color: cadetblue;
} */
.dlp-folders .dlp-folder .dlp-category:hover .dlp-category-name, .dlp-folders .dlp-folder .dlp-category:focus .dlp-category-name .dlp-category-name, .table-loaded .dlp-category, .table-loaded .dlp-category-name {
	color: #fff;
}
/* .table-loaded.closed .dlp-category, .table-loaded.closed .dlp-category-name {
	color: #000 !important;
}
.table-loaded.closed .dlp-category {
	background: #fff !important;
    border: 1px solid #DEDEDE;
} */
.select2-container--default .select2-selection--single {
    background: none;
    border: none;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
}
.select2-container {
    width: auto !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url('../images/arrow.svg') no-repeat 0 0;
    border: none !important;
    width: 14px;
    margin-top: -4px;
    height: 9px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 5px;
}
.select2-search--dropdown {
    display: none;
}
.select2-dropdown {
    border: none;
    margin-top: 10px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option[aria-selected="true"]:hover {
    background: #006098;
    color: #fff;
}
.select2-results__option {
    padding: 10px 15px;
    font-size: 14px;
  font-weight: bold;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background: #fff;
    color: #000;
}




.mk-header-toolbar {
  background-color: #006098 !important;
}
.mk-header {
	z-index: 9999 !important;
}
.mk-header-holder {
	z-index: 99999 !important;
}
.back-to-portal {
	max-width: 1092px;
	margin: 50px auto 0;
}
.back-to-portal a {
	font-weight: 600;
	margin-left: 5px;
	color: #fff;
	position: relative;
	padding: 15px 30px 15px 45px;
  border: 2px solid #E9E9E9;
  border-radius: 8px;
  color: #0a0000;
}
.back-to-portal a:hover, .back-to-portal a:focus {
	background: #0a0000;
    border-color: #0a0000;
    color:#fff;
	/*background: #76bc21;*/
}
.back-to-portal a:before,
.back-to-portal a:after {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 12px;
	height: 3px;
	background: #0a0000;
	content: "";
	transform: rotate(-45deg);
}
.back-to-portal a:after {
	transform: rotate(45deg);
	top: 27px;
}
.back-to-portal a:hover:before,
.back-to-portal a:hover:after,
.back-to-portal a:focus:before,
.back-to-portal a:focus:after {
	background: #fff;
	
}


/* Normal CSS */


/* Reseted CSS */
section {
    overflow: hidden;
}

.login-error p,
.login-error {
    color: red;
    font-weight: 500;
    font-size: 14px;
}

/* Buttons CSS */
.btn {
    padding: 15px 33px 18px;
    font-weight: 500;
    font-size: 18px;
    border-radius: 0;
    transition: all ease .4s;
    color: #0a0000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    background: none !important;
    border-radius: 50px;
	font-family: "Montserrat", serif;
    border: 2px solid #E9E9E9;
}

.btn:hover,
.btn:focus,
.btn:active {
    color: #ffffff !important;
    background: #0a0000 !important;
}

.input-group-wrapp:hover input:-webkit-autofill {
    background-color: #EBEBEB !important;
    border: 1px solid #EBEBEB !important;
    -webkit-box-shadow: 0 0 0 1000px #EBEBEB inset !important
}

*:-webkit-autofill,
*:-webkit-autofill:hover,
*:-webkit-autofill:focus,
*:-webkit-autofill:active {
    -webkit-transition: all 5000s ease-in-out 0s;
    transition: all 5000s ease-in-out 0s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #000 !important;
    font-weight: 300 !important;
    top: 9px !important
}

/* Form CSS */
select::-ms-expand {
    display: none;
}

select.form-control {
    padding: 10px 40px 10px 20px;
    background-image: url(../images/dropdown-arrow.png);
    background-position: 95% 22px;
    background-repeat: no-repeat;
    background-size: 20px auto;
    cursor: pointer;
    text-indent: 0px;
    text-overflow: '';
}

textarea.form-control {
    height: 55px;
    width: 100%;
    resize: none;
}

.form-group {
    position: relative;
    margin-bottom: 35px;
}

.center-wrap .form-control {
    width: 100% !important;
    height: 42px !important;
    padding: 0 !important;
    font-size: 16px !important;
    border-radius: 0 !important;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none !important;
    color: #000000 !important;
    border-width: 2px !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
    font-weight: 500 !important;
    background: #fff !important;
	font-family: "Montserrat", serif;
}

input:-internal-autofill-selected {
    background: #fff !important;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background: #fff !important;
}

@-webkit-keyframes autofill {

    0%,
    100% {
        color: #666;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-delay: 1s;
    /* Safari support - any positive time runs instantly */
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.input-group-wrapp:hover input:-webkit-autofill {
    background-color: #EBEBEB !important;
    border: 1px solid #EBEBEB !important;
    -webkit-box-shadow: 0 0 0 1000px #EBEBEB inset !important
}

*:-webkit-autofill,
*:-webkit-autofill:hover,
*:-webkit-autofill:focus,
*:-webkit-autofill:active {
    -webkit-transition: all 5000s ease-in-out 0s;
    transition: all 5000s ease-in-out 0s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #000 !important;
    font-weight: 300 !important;
    top: 9px !important
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000000 !important;
    opacity: 1 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000 !important;
    opacity: 1 !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #000000 !important;
    opacity: 1 !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000000 !important;
    opacity: 1 !important;
}




body {
	background: transparent;
}
body.event-template-default.single a.mk-post-nav.mk-post-prev.with-image, body.event-template-default.single a.mk-post-nav.mk-post-next.with-image {
    display: none !important;
}
.dlp-category-table:empty {
  display: none;
}
.dlp-category-subcategories .dlp-folders {
	display: flex;
	flex-wrap: wrap;
	max-width: 1170px;
}

body .dlp-folders.dlp-folders-root {
    display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: flex-start;
	  padding: 30px 5px 60px !important;
	  margin-bottom: 0 !important;
	max-width: 1092px;
	margin-left: auto !important;
	margin-right: auto !important;
}
.dlp-category-table {
	background: #fff;
  border-radius: 20px;
  padding: 20px 0;
  box-sizing: border-box;
}
.dlp-category-table th, .dlp-category-table td {
	border-bottom: 1px solid #dfdfdf;
	
}
.dlp-folders-container * {
	box-sizing: border-box;
}
.dlp-folders-container svg path {
	fill: #000 !important;
}
.dlp-folders-container svg path {
	fill: #f6b900 !important;
}
.dlp-folders-container .dlp-folder:hover svg path {
	fill: #fff !important;
}
.posts-table-controls.posts-table-below {
	padding: 0 30px !important;
}
table.dataTable thead th, table.dataTable tbody th, table.dataTable tbody td {
	padding: 20px 30px !important;
	font-weight: 500;
	font-size: 14px;
}
.posts-table-controls.posts-table-above {
	padding: 0 20px;
}
.form-wrapper {
	padding: 80px 0;
}
.form-wrapper form {
	max-width: 430px;
	margin: 0 auto;
}
.form-wrapper form input {
	width: 100%;
}
.dlp-folders-search {
	max-width: 1080px;
  margin: 0 auto !important;
  padding: 30px 5px;
  background: #fff;
}
.dlp-folders-search label {
	font-size: 16px;
  font-weight: 500;
  width: 1140px;
  margin-left: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.dlp-folders-search-results.search-loaded {
	max-width: 1080px;
  margin: 0 auto !important;
	padding: 0 0 80px;
	font-weight: 600;
	text-align: center;
}
.dlp-folders-reset a {
	color: #006098;
}
.dlp-folders-reset svg path {
	fill: #006098;
}
.dlp-folders-reset a:hover {
	color: #76bc21;
}
.dlp-folders-reset a:hover svg path {
	fill: #76bc21 !important;
}
.mk-header-social ul li a:hover {
	opacity: 0.5;
}
#mk-footer-navigation ul li a {
	font-size: 13px;
}


/* Login Wrap CSS */
.dlp-folders-search label input {
	border: 1px solid #E9E9E9 !important;
  border-radius: 50px !important;
  background: #fff !important;
	min-width: 371px !important;
	padding: 4px 20px !important;
	box-shadow: none !important;
}
.login-wrap .row {
  align-items: center;
}
.login-wrap .banner-img img {
  height: 105vh;
  width: 100%;
  object-fit: cover;
}
.center-wrap {
  max-width: 400px;
  margin: 0 auto;
}
.center-wrap h1 {
  margin: 50px 0 14px;
  font-size: 38px;
  line-height: 46px;
  color: #000;
  font-weight: 600;
}
form {
  margin: 55px 0;
}
form .btn {
  width: 100%;
}
.form-group .view {
  position: absolute;
  right: 0;
  top: 13px;
  z-index: 1;
}
.form-group .view:hover {
  opacity: 0.5;
}
.form-group .view .hide {
    display: none;
}
.form-group .view.hide-icon .show {
    display: none;
}
.form-group .view.hide-icon .hide {
    display: block;
}
.bottom-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom-action label {
  font-size: 14px;
  line-height: 17px;
  color: #000;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.bottom-action a {
  font-size: 14px;
  line-height: 17px;
  color: #8F9091;
  font-weight: 500;
}
.bottom-action a:hover {
  color: #76BC21;
}
.bottom-action .form-check-input {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  display: none;
}
.bottom-action .form-check {
  display: flex;
  align-items: center;
}
.bottom-action label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #8F9091;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
	border-radius: 3px;
}
.bottom-action input:checked + label:before {
    background: #76BC21;
    border-color: #76BC21;
} 
.bottom-action input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


header select {
  background: url('../images/arrow.svg') no-repeat 95% 50%;
  font-size: 18px;
  color: #000;
  border: none;
  font-weight: 600;
}

.btns-wrap {
  padding: 80px 0;
  background: #EEF4F6;
}
.btns-wrap .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.dlp-folders .dlp-folder.closed .dlp-icon.folder svg path {
	fill: #000 !important;
}
.dlp-folders .dlp-folder:not(.closed) .dlp-icon.folder svg path {
	fill: #fff !important;
}
.posts-table-controls .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 8px;
  padding-right: 8px;
}
body .select2-container--default .select2-selection--single {
	font-size: 15px;
}
body .posts-data-table td, body .posts-data-table th {
	vertical-align: middle;
}
body table.posts-data-table {
	border-radius: 20px;
	border: 1px solid #E9E9E9 !important;
	max-width: 95%;
}
body table.posts-data-table thead th {
	background: #EEF4F6;
}
body table.dataTable > thead > tr > th, body table.dataTable > thead > tr > td {
	border: none;
}
body .dlp-category-table tr:last-child td {
	border: none !important;
}
body table.dataTable {
	margin: 25px auto 30px !important;
}
body .dlp-folders .dlp-folder {
	width: 100%;
	margin: 0;
}
.btns-wrap .btn, .dlp-folders .dlp-folder .dlp-category {
  min-width: 530px;
  border-radius: 15px;
  margin: 15px 0;
  padding: 32px 50px;
  font-size: 22px;
  line-height: 31px;
  font-weight: 600;
  color: #000;
  background: #fff;
  border: 1px solid #DEDEDE;
  position: relative;
  justify-content: flex-start;
}
.btns-wrap .btn, .dlp-folders .dlp-folder .dlp-category:hover, .btns-wrap .btn, .dlp-folders .dlp-folder .dlp-category:focus {
	
	animation: bg-move 3s infinite;
  will-change: background-position;
}
@keyframes bg-move {
  0%, 100% {
    background-position: center top;
  }
  50% {
    background-position: center bottom;
  }
}
body .document-library-pro-button {
	padding: 13px 18px !important;
	border-radius: 10px;
	background: #006098;
    border: 2px solid #E9E9E9;
    color: #0a0000;
}
body .col-link .document-library-pro-button:hover {
    border-color: #0a0000;
    background: #0a0000 !important;
}
body .document-library-pro-button:hover, body .document-library-pro-button:focus, body .document-library-pro-button:active {
	background: #76BC21 !important;
}
body .document-library-pro-button:hover svg path, body .document-library-pro-button:focus svg path, body .document-library-pro-button:active svg path {
	fill: #fff !important;
}
.dlp-preview-modal-overlay {
	background: rgba(0, 0, 0, 0.75) !important;
}
.dlp-preview-modal-close .dlp-icon {
	opacity: 1 !important;
}
.posts-table-above.posts-table-controls {
	display: none !important;
}
.btns-wrap .btn svg {
  margin-right: 12px;
}
.btns-wrap .btn svg path {
  fill: #000 !important;
}
.btns-wrap .btn span {
  position: absolute;
  right: 15px;
  top: 38px;
}
.btns-wrap .btn:hover svg path, .btns-wrap .btn:focus svg path, .table-loaded svg path {
  fill: #fff !important;
}
.table-loaded .folder_open svg path {
	fill: #f6b900 !important;
}
.table-loaded.closed .dlp-category:hover .dlp-folder-label .dlp-category-name {
	color: #fff !important;
}
.btns-wrap .btn:hover, .btns-wrap .btn:focus, .dlp-folders .dlp-folder .dlp-category:hover, .table-loaded .dlp-category, .dlp-folders .dlp-folder.closed[data-category-id="241"] .dlp-category:hover, .dlp-category-subcategories .dlp-folder.table-loaded .dlp-category {
/*   background: linear-gradient(120.91deg, #006098 5.07%, #76BC21 124.32%) !important;
  border-color: cadetblue; */
	background: #000 !important;
	border-color: #000 !important;
}
.table-loaded.closed .dlp-category {
	background: #fff !important;
	border-color: #DEDEDE !important;
}
.table-loaded.closed .dlp-category .dlp-folder-label .dlp-category-name {
	color: #000 !important;
}
.table-loaded.closed .dlp-category svg path {
	fill: #000 !important;
}
.dlp-category-subcategories .dlp-folder .dlp-category {
	background: #fff !important;
}
.dlp-category-subcategories .dlp-folder .dlp-category .dlp-folder-label .dlp-category-name {
	color: #000 !important;
}

.dlp-category-subcategories .dlp-folder.table-loaded .dlp-category .dlp-folder-label .dlp-category-name {
	color: #fff !important;
}
.dlp-category-subcategories .dlp-folder .dlp-category svg path {
	fill: #000 !important;
}
.dlp-category-subcategories .dlp-folder.table-loaded .dlp-category svg path {
	fill: #fff !important;
}
.dlp-category-subcategories .dlp-folders .dlp-folder .dlp-icon.folder svg path {
	fill: #000 !important;
}
.dlp-category-subcategories .dlp-folders .dlp-folder.closed .dlp-category {
  background: #fff !important;
	border-color: #DEDEDE !important;
}
.dlp-category-subcategories .dlp-folders .dlp-folder.closed .dlp-category:hover {
  background: #000 !important;
	border-color: #000 !important;
}
.dlp-category-subcategories .dlp-folders .dlp-folder.closed .dlp-category:hover .dlp-folder-label .dlp-category-name {
	color: #fff !important;
}
.dlp-category-subcategories .dlp-folders .dlp-folder.closed .dlp-category .dlp-folder-label .dlp-category-name {
  color: #000 !important;
}
.dlp-category-subcategories .dlp-folder .dlp-category:hover .dlp-folder-label .dlp-category-name, .dlp-category-subcategories .dlp-folder .dlp-category:focus .dlp-folder-label .dlp-category-name {
	color: #fff !important;
}
.dlp-folders .dlp-folder .dlp-category:hover .dlp-category-name, .dlp-folders .dlp-folder .dlp-category:focus .dlp-category-name .dlp-category-name, .table-loaded .dlp-category, .table-loaded .dlp-category-name {
	color: #fff;
}
.dlp-folders .dlp-folder.closed .dlp-category:hover, .dlp-folders .dlp-folder.closed .dlp-category:focus, .table-loaded.closed .dlp-category {
/*   background: linear-gradient(120.91deg, #76BC21 5.07%, #006098 124.32%) !important;
  border-color: cadetblue; */
	background: #000;
	border-color: #000;
}

/* .table-loaded.closed .dlp-category, .table-loaded.closed .dlp-category-name {
	color: #000 !important;
}
.table-loaded.closed .dlp-category {
	background: #fff !important;
    border: 1px solid #DEDEDE;
} */
body .dlp-folders .dlp-folder .dlp-category:hover .dlp-icon.folder svg path {
	fill: #fff !important;
}
.select2-container--default .select2-selection--single {
    background: none;
    border: none;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
}
.select2-container {
    width: auto !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url('../images/arrow.svg') no-repeat 0 0;
    border: none !important;
    width: 14px;
    margin-top: -4px;
    height: 9px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 5px;
}
.select2-search--dropdown {
    display: none;
}
.select2-dropdown {
    border: none;
    margin-top: 10px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option[aria-selected="true"]:hover {
    background: #006098;
    color: #fff;
}
.select2-results__option {
    padding: 10px 15px;
    font-size: 14px;
  font-weight: bold;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background: #fff;
    color: #000;
}

/* Login Wrap CSS */
.login-wrap .row {
    align-items: center;
}

.login-wrap .banner-img img {
    height: 105vh;
    width: 100%;
    object-fit: cover;
    margin-bottom: -5px;
}

.center-wrap {
    max-width: 400px;
    margin: 0 auto;
}

.center-wrap h1 {
    margin: 50px 0 14px;
    font-size: 38px;
    line-height: 46px;
    color: #000;
    font-weight: 600;
}

.center-wrap h1 + p {
    font-weight: 400;
    color: #000;
    font-size: 18px;
}

form {
    margin: 55px 0;
}

form .btn {
    width: 100%;
}

.form-group .view {
    position: absolute;
    right: 0;
    top: 13px;
    z-index: 1;
}

.form-group .view:hover {
    opacity: 0.5;
}

.form-group .view .hide {
    display: none;
}

.form-group .view.hide-icon .show {
    display: none;
}

.form-group .view.hide-icon .hide {
    display: block;
}

.bottom-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top: -15px;
}

.bottom-action label {
    font-size: 14px;
    line-height: 17px;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.bottom-action a {
    font-size: 14px;
    line-height: 17px;
    color: #8F9091;
    font-weight: 500;
}

.bottom-action a:hover {
    color: #0a0000;
}

.bottom-action .form-check-input {
    width: 128px;
    height: 18px;
    margin-right: 10px;
    position: absolute;
    opacity: 0;
    z-index: 1;
}

.bottom-action .form-check {
    display: flex;
    align-items: center;
}

.bottom-action label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #8F9091;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
	border-radius: 3px;
}

.bottom-action input:checked+label:before {
    background: #76BC21;
    border-color: #76BC21;
}

/* .bottom-action label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
} */
.bottom-action input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 5px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* header {
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #EEF4F6;
} */

header select {
    background: url('../images/arrow.svg') no-repeat 95% 50%;
    font-size: 18px;
    color: #000;
    border: none;
    font-weight: 600;
}

.btns-wrap {
    background: #EEF4F6;
}

.btns-wrap .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.btns-wrap .btn {
    min-width: 453px;
    border-radius: 15px;
    margin: 15px 0;
    padding: 32px 50px;
    font-size: 26px;
    line-height: 31px;
    font-weight: 600;
    color: #000;
    background: #fff;
    border: 1px solid #DEDEDE;
    position: relative;
    justify-content: flex-start;
}

.btns-wrap .btn img {
    margin-right: 12px;
    width: 30px;
    height: auto;
    object-fit: cover;
}

.btns-wrap .btn:hover img,
.btns-wrap .btn:focus img {
    filter: brightness(0) invert(1);
}

.btns-wrap .btn svg path {
    fill: #000 !important;
}

.btns-wrap .btn span {
    position: absolute;
    right: 15px;
    top: 38px;
}

.btns-wrap .btn:hover svg path,
.btns-wrap .btn:focus svg path {
    fill: #fff !important;
}

.btns-wrap .btn:hover,
.btns-wrap .btn:focus {
/*     background: linear-gradient(120.91deg, #006098 5.07%, #76BC21 124.32%) !important;
    border-color: cadetblue; */
	background: #000 !important;
	border-color: #000;
}

.header-style-1.header-align-left .mk-grid .mk-header-nav-container {
    display: flex;
    align-items: center;
}

.user-menu {
    position: relative;
    margin-right: 40px;
}

.user-menu a {
    color: #006098;
    font-size: 18px;
    font-weight: 600;
}
.user-menu a:hover {
	color: #76bc21;
}
.user-menu:hover .user-submenu {
    opacity: 1;
    visibility: visible;
}

.user-menu .user-submenu a {
    color: #006098;
}

.user-menu .user-submenu a:hover {
    color: #76bc21;
}

.user-submenu {
    position: absolute;
    right: 0;
    top: 80px;
    opacity: 0;
    visibility: hidden;
    padding: 0;
	width: 100%;
	background: #fff;
	box-shadow: 1px 2px 20px 5px rgba(0, 0, 0, 0.03);
}
html .header-style-1 .mk-header-inner .user-menu ul li {
	line-height: normal !important;
	display: flex;
  justify-content: flex-end;
	padding: 10px 20px;
}

.user-menu ul li a {
    font-size: 16px;
}

.user-submenu li {
    list-style-type: none;
}

.select2-container--default .select2-selection--single {
    background: none;
    border: none;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
}

.select2-container {
    width: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url('../images/arrow.svg') no-repeat 0 0;
    border: none !important;
    width: 14px;
    margin-top: -4px;
    height: 9px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 5px;
}

.select2-search--dropdown {
    display: none;
}

.select2-dropdown {
    border: none;
    margin-top: 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected="true"]:hover {
    background: #006098;
    color: #fff;
}

.select2-results__option {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background: #fff;
    color: #000;
}

.d-none {
    display: none;
}

.error-message,
.error-message span,
.error-message p {
    color: red;
}

.success-message,
.success-message span,
.success-message p {
    color: #76bc21;
}

.no-content {
    padding: 100px 0;
    text-align: center;
}

.no-content p {
    font-size: 40px;
    margin-bottom: 0;
}

/* @media screen and (max-width:1599px) {
    .main-navigation-ul>li.menu-item>a.menu-item-link {
        font-size: 16px !important;
    }

    .header-style-1.header-align-left .mk-grid .mk-header-nav-container {
        padding-right: 100px;
    }
}

@media screen and (max-width:1299px) {

    .header-style-1.header-align-left .mk-grid .mk-header-nav-container {
        padding-right: 140px;
    }

}*/

/* body .btns-wrap {
	background: transparent !important;
} */

.page-template-forgot-password-template #mk-page-introduce.intro-left,
.page-template-login-template #mk-page-introduce.intro-left,
.page-template-lib-poll-selection-template #mk-page-introduce.intro-left,
.page-template-document-library-template #mk-page-introduce.intro-left,
.page-template-reset-password-template #mk-page-introduce.intro-left {
    background: #0a0000;
}

.back-to-portal .back {

}

@media screen and (max-width:1399px) {
	a {
		transition: none !important;
	}
}

@media screen and (max-width:1199px) {
/*     .header-style-1.header-align-left .mk-grid .mk-header-nav-container {
        padding-right: 220px;
    }

    .main-navigation-ul>li.menu-item>a.menu-item-link {
        font-size: 14px !important;
    } */
	.back-to-portal, .dlp-folders-search, body .dlp-folders.dlp-folders-root {
		max-width: 95%;
	}
} 

@media screen and (max-width:991px) {
    body {
        overflow: inherit;
    }

    .login-wrap .banner-img img {
        height: auto;
    }

    .center-wrap {
        max-width: 100%;
        padding: 40px 50px 50px;
    }
}

@media screen and (max-width:767px) {
	.dlp-folders-search {
		padding: 60px 5px 30px;
	}
    .center-wrap {
        padding: 20px 20px 40px;
    }

    .center-wrap h1 {
        margin: 25px 0 14px;
        font-size: 30px;
        line-height: 36px;
    }

    form {
        margin: 25px 0 0;
    }

    .btns-wrap .btn {
        min-width: 100%;
        padding: 20px;
        font-size: 18px;
    }

    .btns-wrap .btn span {
        top: 25px;
    }

    header {
        padding: 10px 12px 10px 8px;
    }

    .logo {
        max-width: 130px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        width: 15px;
    }

    .select2-container--default .select2-selection--single {
        font-size: 15px;
    }

    .select2-results__option {
        padding: 3px 15px;
        font-size: 13px;
    }
}

@media screen and (max-width:991px) {
	.header-style-1.a-sticky .mk-header-right {
		top: -5px !important;
	}
  body {
    overflow: inherit;
  }
  .login-wrap .banner-img img {
    height: auto;
  }
  .center-wrap {
    max-width: 100%;
    padding: 50px;
  }
}

@media screen and (max-width:767px) {
	.btns-wrap {
		height: auto !important;
		padding: 50px 0 !important;
	}
	.header-style-1.a-sticky .mk-header-right {
		top: -20px !important;
	}
	.dlp-folders-search label input {
		min-width: auto !important;
	}
	.dlp-folders-search input[type="search"] {
		width: 100%;
	}
	.dlp-folders-search label {
		justify-content: flex-start;
	}
	.dlp-category-table {
		margin-bottom: 0;
	}
	body table.posts-data-table.dtr-inline.collapsed > tbody > tr > td.dtr-control::before {
		top: 50%;
		margin-top: -5px;
		left: 10px;
	}
	body .dlp-folders.dlp-folders-root {
		padding: 20px 5px 25px !important;
	}
	.btns-wrap .btn, .dlp-folders .dlp-folder .dlp-category {
		min-width: 100%;
    margin: 0 0 15px;
    padding: 12px 20px;
    font-size: 17px;
	}
  .center-wrap {
    padding: 20px;
  }
  .center-wrap h1 {
    margin: 25px 0 14px;
    font-size: 30px;
    line-height: 36px;
  }
  form {
    margin: 25px 0 0;
  }
  .btns-wrap .btn {
    min-width: 100%;
    padding: 20px;
    font-size: 18px;
  }
  .btns-wrap .btn span {
        top: 25px;
  }
  header {
    padding: 10px 12px 10px 8px;
  }
  .logo {
    max-width: 130px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 15px;
  }
  .select2-container--default .select2-selection--single {
    font-size: 15px;
  }
  .select2-results__option {
    padding: 3px 15px;
  font-size: 13px;
  }
}


@media screen and (max-width:991px) {
	.header-style-1.a-sticky .mk-header-right {
		top: -5px !important;
	}
  body {
    overflow: inherit;
  }
  .login-wrap .banner-img img {
    height: auto;
  }
  .center-wrap {
    max-width: 100%;
    padding: 50px;
  }
}

@media screen and (max-width:767px) {
	.dlp-category-table {
		padding: 0 0 20px;
	}
	.btns-wrap {
		height: auto !important;
		padding: 50px 0 !important;
	}
	.header-style-1.a-sticky .mk-header-right {
		top: -20px !important;
	}
	.dlp-folders-search label input {
		min-width: auto !important;
	}
	.dlp-folders-search input[type="search"] {
		width: 100%;
	}
	.dlp-folders-search label {
		justify-content: flex-start;
	}
	.dlp-category-table {
		margin-bottom: 0;
	}
	body table.posts-data-table.dtr-inline.collapsed > tbody > tr > td.dtr-control::before {
		top: 50%;
		margin-top: -5px;
		left: 10px;
	}
	body .dlp-folders.dlp-folders-root {
		padding: 20px 5px 25px !important;
	}
	.btns-wrap .btn, .dlp-folders .dlp-folder .dlp-category {
		min-width: 100%;
    margin: 0 0 15px;
    padding: 12px 20px;
    font-size: 17px;
	}
  .center-wrap {
    padding: 20px;
  }
  .center-wrap h1 {
    margin: 25px 0 14px;
    font-size: 30px;
    line-height: 36px;
  }
  form {
    margin: 25px 0 0;
  }
  .btns-wrap .btn {
    min-width: 100%;
    padding: 20px;
    font-size: 18px;
  }
  .btns-wrap .btn span {
        top: 25px;
  }
  header {
    padding: 10px 12px 10px 8px;
  }
  .logo {
    max-width: 130px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 15px;
  }
  .select2-container--default .select2-selection--single {
    font-size: 15px;
  }
  .select2-results__option {
    padding: 3px 15px;
  font-size: 13px;
  }
}

/* NBG portal CSS ENDs */









