
/*
* VER VARIATION
*/
.gui-ver .pagination .page-item:not(.disabled) .page-link {
    color: #3e88da;
}

/*
* CM VARIATION
*/
.gui-cm .pagination .page-item:not(.disabled) .page-link {
    color: #3b5998;
}

/*
* ADMIN VARIATION
*/
.gui-admin .pagination .page-item:not(.disabled) .page-link {
    color: #480048;
}


/*
*   NAVIGATION LINKS
*/
.a-nav-link {
    display           : inline-block;
    color             : #000000DE;
    position          : relative;
    -webkit-transition: background .2s ease;
    transition        : background .2s ease;
    height            : 72px;
    padding-right     : 53px;
}
.a-nav-link:hover {
    color     : #000000DE;
    background: #EAF0FC;
}
.a-nav-link .card-img-top {
    -webkit-transform: translateY(-50%);
    transform        : translateY(-50%);
    position         : absolute;
    height           : 56px;
    width            : 100px;
    top              : 50%;
    left             : 0;
}
.a-nav-link .card-body {
    margin-left: 120px;
    padding    : 0;
}
.a-nav-link .card-title {
    color      : #000000DE;
    font-size  : 16px;
    line-height: 72px;
}
/*
*   End of navigation links
*/


.note[data-v-3fb4dbe8] {
    width     : 100%;
    min-height: 200px;
    background: #383A3D 0% 0% no-repeat padding-box;
    opacity   : 1;
    padding   : 20px;
    color     : #FFFFFFDE;
}
.note-title[data-v-3fb4dbe8] {
    height: 30%;
    width:100%;
}
.note-message[data-v-3fb4dbe8] {
    width: 100%;
    height: 70%;
}


.main-con[data-v-ebceefd8] {
    min-height: 100vh;
}
.content[data-v-ebceefd8] {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    position: absolute;
    width: 43%;
    left: 50%;
    top: 45%;
}
.content img[data-v-ebceefd8] {
    width: 100%;
    display: block;
    margin: 0 auto;
}


.pagination-con .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.pagination i {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.pagination span {
  position: relative;
  display: inline-block;
  cursor: pointer;
  top: 1px;
}
.pagination .double-left i:last-child {
  left: -2px;
}
.pagination .double-right i:first-child {
  right: -2px;
}
.pagination .page-num {
  background: #383A3D;
  color: #fff;
  border-radius: 100%;
  font-size: 11px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.pagination .double-left.disabled, .pagination .double-right.disabled, .pagination i.disabled {
  opacity: 0.3;
}
.change-pagenum-label-info {
    font-size: 14px;
    display: block;
    width: 100%;
    clear: both;
    font-weight: bold;
    color: rgb(33, 37, 41);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    padding: 0.25rem 1rem;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    -o-border-image: initial;
       border-image: initial;
}


.a-preview-content {
    background   : #FFFFFF 0% 0% no-repeat padding-box;
    -webkit-box-shadow   : 0px 1px 2px #00000029;
            box-shadow   : 0px 1px 2px #00000029;
    border       : 1px solid #5153655E;
    border-radius: 6px;
    text-align   : center;
    font-size    : 16px;
    padding      : 30px 0px;
    opacity      : 1;
}
.a-preview .modal-xxl {
    max-width: 83%;
}
.a-preview .modal-xxl img {
    width : 100%;
    height: auto;
}
.a-preview iframe {
    border : 1px solid #ccc;
    text-align: center;
}
.a-preview .lockHeight {
    max-height: 80%;
    overflow  : auto;
}

