/* 0.1 pagination */

.pagination-section .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination-section .pagination li {
  display: inline;
  float: left;
}

.pagination-section .pagination li a,
.pagination li span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 5px 0;
}

.pagination-section .pagination li:first-child a,
.pagination li:first-child span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination-section .pagination li:last-child a,
.pagination li:last-child span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination-section .pagination .active a,
.pagination .active a:focus,
.pagination-section .pagination .active a:hover,
.pagination .active span,
.pagination .active span:focus,
.pagination-section .pagination .active span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #04ade5;
  border-color: #04ade5;
}


/* 0.2 dashboard-popup-section */

.dashboard-popup-section button.close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #04ade5;
  opacity: 1;
  padding: 6px;
  font-size: 30px;
  border-radius: 50%;
}

.dashboard-popup-section .col-form-label {
  padding: 0 15px;
  font-weight: 600;
}

.dashboard-popup-section .light-txt {
  font-weight: 300;
}

.dashboard-popup-section .modal-footer .btn {
  color: #fff;
  background: #04ade5;
  margin-bottom: 15px;
  border: solid 1px #04ade5;
  padding: 8px 25px;
  font-size: 14px;
  border-radius: 5px;
}


/* 0.3 table-section */

.table-section {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: 30px 0;
}

.table-section .table-responsive {
  background: #fff;
  border: 1px solid #dee2e6;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
}

.table-section table tr th {
  background: #04ade5;
  color: #fff;
}

.table-section table tr th:first-of-type,
.table-section table tr th:last-of-type {
  width: 94px;
}

.table-section .btn-primary {
  background: #04ade5;
  margin-bottom: 15px;
  border: solid 1px #04ade5;
  padding: 8px 25px;
  font-size: 14px;
  border-radius: 5px;
}

.table-section .btn-primary:hover {
  background: #303032;
  margin-bottom: 15px;
  border: solid 1px #303032;
}

.table-section .form-control {
  margin-bottom: 15px;
}

.table-section .form-control:hover,
.table-section .form-control:focus {
  box-shadow: none;
}


/* 0.4 share-section */


/*.share-section{ background:url(../images/banner-1.png)no-repeat center bottom; background-size:cover; display:inline-block; vertical-align:top; width:100%; margin:30px 0; color:#fff; border: solid 1px #47c4cd; -webkit-box-shadow: 0px 0px 14px 0px rgba(0,98,105,0.3); -moz-box-shadow: 0px 0px 14px 0px rgba(0,98,105,0.3); box-shadow: 0px 0px 14px 0px rgba(0,98,105,0.3); margin:30px 0;}
.share-section-inner{display:inline-block; vertical-align:top; width:100%; background:#f1f1f1; padding:30px 15px;}
.share-section-inner h3{font-size:14px; margin-bottom:30px; font-weight:400; color:#666;}
.share-section-inner img{margin-top:30px; }
.share-section-inner a{ background: #04ade5; color: #fff; border: 2px solid #04ade5; font-size: 26px; font-family: "Open Sans", sans-serif; text-transform: capitalize; padding: 16px 44px; border-radius: 35px; font-weight: bold; transition: .2s ease; margin: 25px 0; display: inline-block; vertical-align: top; line-height:auto;}
.share-section-inner a:hover { background: transparent; border: 2px solid #04ade5; color: #04ade5; text-decoration: none;} 
*/


/* 0.5 project-status-section */

.project-status-section-outer h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
  margin: 30px 0;
}

.project-status-section {
  background: #fff;
  margin: 30px auto 30px;
  /* border: solid 1px #47c4cd; */
  position: relative;
  /* -webkit-box-shadow: 0px 0px 14px 0px rgba(0,98,105,0.3); -moz-box-shadow: 0px 0px 14px 0px rgba(0,98,105,0.3); box-shadow: 0px 0px 14px 0px rgba(0,98,105,0.3);  */
}

.project-status-section h2 {
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 45px;
  margin: 0 0 25px;
}

.icons-section {
  text-align: center;
}

.icons-section .icon-box {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  position: relative;
  margin: 15px 25px;
  padding: 15px;
  background: #e8e7e7;
  border: solid 1px #47c4cd;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 98, 105, 0.1);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 98, 105, 0.1);
  box-shadow: 0px 0px 14px 0px rgba(0, 98, 105, 0.1);
}

.icons-section .icon-box .inner-box {
  display: table-cell;
  vertical-align: middle;
  width: 180px;
  height: 120px;
}

.icons-section .icon-box:after {
  content: "";
  background: url(../../images/arrow-right.png)no-repeat 0 0;
  width: 43px;
  height: 26px;
  position: absolute;
  right: -35px;
  top: 50%;
  margin-top: -13px;
}

.icons-section .icon-box:last-of-type:after {
  display: none;
}

.icons-section .icon-box h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}


/* 0.6 split-document-section */


/*.split-document-section{width:100%; display:inline-block; vertical-align:top; padding:30px 0; line-height: inherit;}
.split-document-section h2{font-size:36px; font-weight:600; line-height: 45px;}
.split-document-section .document-box{ background: #fff; width: 100%; max-width:450px; margin: 30px auto 30px; padding: 30px; position: relative; -webkit-box-shadow: 0px 0px 14px 0px rgba(0,98,105,0.3); -moz-box-shadow: 0px 0px 14px 0px rgba(0,98,105,0.3); box-shadow: 0px 0px 14px 0px rgba(0,98,105,0.3); text-align: left;}
.split-document-section .document-box h3 { font-size: 20px; color: #2e5e81; position: relative; margin: 15px 0; font-weight:600;}
.split-document-section .document-box ul { padding: 0 0 0 30px; margin-bottom: 10px !important;}
.split-document-section .document-box ul li { font-size: 16px; list-style-type: none; position: relative; padding: 4px 0 4px 3px; position: relative;}
.split-document-section .document-box ul li:before { content: ""; background: url(../../images/pps-arrow.png)no-repeat; width: 14px; height: 13px; position: absolute; left: -20px; top: 10px;}*/

.split-document-section {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 30px 0;
  line-height: inherit;
}

.split-document-section h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 30px;
}

.split-document-section .document-box-outer {
  background: #f1f1f1;
  padding: 65px;
  margin: 15px auto 10px;
}

.split-document-section .document-box {
  background: #007ab3;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  text-align: left;
  border-radius: 10px;
  position: relative;
  padding: 110px 50px 15px;
  border: solid 1px #fff;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(206, 205, 205, 1);
  -moz-box-shadow: 5px 5px 0px 0px rgba(206, 205, 205, 1);
  box-shadow: 5px 5px 0px 0px rgba(206, 205, 205, 1);
}

.split-document-section .document-box img {
  position: absolute;
  top: -82px;
  left: 50%;
  margin-left: -76px;
}

.split-document-section .document-box h3 {
  font-size: 20px;
  color: #fff;
  position: relative;
  margin: 0px 0 15px;
  ;
  font-weight: 600;
  text-align: center;
  padding-right: 20px;
}

.split-document-section .document-box ul {
  padding: 0 0 0 30px;
  margin-bottom: 10px !important;
}

.split-document-section .document-box ul li {
  font-size: 16px;
  list-style-type: none;
  position: relative;
  padding: 4px 0 4px 3px;
  position: relative;
}

.split-document-section .document-box ul li:before {
  content: "";
  background: url(../../images/pps-arrow.png)no-repeat;
  width: 14px;
  height: 13px;
  position: absolute;
  left: -20px;
  top: 10px;
}

.split-document-section .document-box .custom-checkbox {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  margin: 0 auto 10px;
  max-width: 310px;
}

.split-document-section .document-box .custom-checkbox:before {
  content: "";
  background: url(../../images/check-sign.png)no-repeat 0 0;
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 18px;
}

.split-document-section .document-box .custom-checkbox label {
  color: #fff;
}

@media(max-width:991px) {
  .split-document-section .document-box-outer {
    background: #f1f1f1;
    padding: 80px 15px 60px;
  }
}

@media(max-width:767px) {
  .split-document-section .document-box-outer {
    padding: 15px;
    margin: 65px auto 10px;
  }
  .split-document-section .document-box {
    max-width: 630px;
  }
}

@media(max-width:480px) {
  .split-document-section .document-box h3 {
    text-align: left;
    padding-right: 0;
  }
  .split-document-section .document-box {
    padding: 110px 25px 15px;
  }
  .custom-upload-button-section label:first-of-type {
    margin: 0 auto 30px 15px !important;
  }
}


/* 0.7 custom-nav */

.custom-nav li:last-child {
  padding: 28px 0 !important;
}

.custom-nav li:last-child .nav-link {
  color: #000 !important;
}

.custom-nav li:last-child .nav-link:hover {
  color: #04ade5 !important;
}

@media(max-width:991px) {
  .custom-nav li:last-child {
    padding: 0 !important;
  }
}


/* 0.7 monitoring-section */

.iframe-section-outer h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
  margin: 5px 0 39px;
}

.iframe-section {
  background: #f1f1f1;
  padding: 15px
}


/* 0.8 top-scroll-btn */

.top-scroll-btn button.back-to-top {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: transparent;
  clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
  bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  top: auto;
}

.top-scroll-btn button.back-to-top:hover,
.top-scroll-btn button.back-to-top:active,
.top-scroll-btn button.back-to-top:focus,
{
  outline: 0 !important;
}

.top-scroll-btn button.back-to-top::before,
.top-scroll-btn button.back-to-top::after {
  content: "";
  display: block;
  vertical-align: middle;
  border-bottom: solid 10px #36BDEA;
  border-left: solid 10px transparent;
  line-height: 0;
  border-right: solid 10px transparent;
  height: 0;
  margin: 18px auto 0;
  width: 0;
  border-radius: 20px;
  visibility: hidden;
}

.top-scroll-btn button.back-to-top.show::after,
.top-scroll-btn button.back-to-top.show::before {
  visibility: visible;
}

.top-scroll-btn button.back-to-top::after {
  border-bottom-color: #fff;
  position: relative;
  top: -24px;
}

.top-scroll-btn button.back-to-top.show {
  display: block;
  background: #fff;
  color: #00ab6c;
  font-size: 25px;
  right: 10px;
  top: 35%;
  height: 50px;
  width: 50px;
  visibility: visible;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}

.top-scroll-btn button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

@media (max-width:1024px) {
  .top-scroll-btn {
    display: none;
  }
}


/* 0.8 custom-upload-button-section */

.custom-upload-button-section label:first-of-type {
  color: #fff;
  position: relative;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  width: 100%;
  max-width: 310px;
  margin: 0 auto 30px !important;
  display: block;
}

.custom-upload-button-section label:first-of-type:before {
  content: "";
  background: url(../../images/check-sign.png)no-repeat 0 0;
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 18px;
}

.custom-upload-button-section {
  width: 100%;
  /* max-width: 400px; */
}

.custom-upload-button-section input[type="file"] {
  display: none;
}

.custom-upload-button-section .js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.custom-upload-button-section .inputfile+label {
  max-width: 100%;
  width: 100%;
  font-size: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 10px 20px;
  position: relative;
}

.custom-upload-button-section .no-js .inputfile+label {
  display: none;
}

.custom-upload-button-section .inputfile:focus+label,
.custom-upload-button-section .inputfile.has-focus+label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.custom-upload-button-section .inputfile+label {
  background-color: #f9f7f7;
  padding: 0;
  border-radius: 30px;
}

.custom-upload-button-section .inputfile+label .archive-name,
.custom-upload-button-section .inputfile+label .btn-inputfile {
  padding: 13px 20px 0;
  height: 50px;
  font-style: normal;
  font-size: 16px;
}

.custom-upload-button-section .inputfile+label .archive-name {
  width: 60%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  color: #000;
}

.custom-upload-button-section .inputfile+label .btn-inputfile {
  color: #222222;
  background-color: #f9c62a;
  display: inline-block;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  font-weight: 600;
}

.custom-upload-button-section .inputfile:focus+label .btn-inputfile,
.custom-upload-button-section .inputfile.has-focus+label .btn-inputfile,
.custom-upload-button-section .inputfile+label:hover .btn-inputfile {
  background-color: darken(#000, 5%);
}

@media screen and (max-width: 767px) {
  .custom-upload-button-section .inputfile+label .archive-name,
  .custom-upload-button-section .inputfile+label .btn-inputfile {
    padding: 15px 10px 0;
    height: 50px;
    font-style: normal;
    font-size: 14px;
  }
}


/* 0.9 show-your-friends */

.show-your-friends {
  background: #f1f1f1;
  padding: 65px;
  margin: 45px 0 2px;
}

.show-your-friends-inner {
  background: #fff url(../../images/share-section-bg.png)no-repeat center -35px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  padding: 115px 15px 15px;
  border: dashed 2px #2d91c0;
  border-radius: 10px;
}


/* .show-your-friends-inner img{position:absolute; top:-77px; left:50%; margin-left:-77px;} */

.show-your-friends-inner .share-icon-btn {
  background: transparent;
  position: absolute;
  top: -110px;
  left: 50%;
  margin-left: -77px;
  padding: 0;
}

.show-your-friends-inner .share-icon-btn:hover {
  background: transparent;
}

.show-your-friends-inner .heading-section {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

.show-your-friends-inner .heading-section .left-section {
  width: 195px;
  float: left;
  position: relative;
  font-size: 30px;
  font-weight: 300;
  color: #007ab3;
  text-align: right;
  padding-right: 15px;
}

.show-your-friends-inner .heading-section .left-section span {
  font-weight: 600;
}

.show-your-friends-inner .heading-section .left-section:after {
  content: "";
  width: 1px;
  height: 90px;
  background: #b5b5b5;
  position: absolute;
  right: 0;
  top: 0;
}

.show-your-friends-inner .heading-section .right-section {
  width: 480px;
  float: left;
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  padding-left: 15px;
}

.show-your-friends-inner a {
  background: #007ab3;
  border-radius: 30px;
  padding: 8px 145px;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin: 30px auto;
}

.show-your-friends-inner a:hover {
  background: #045277;
}

.show-your-friends-inner .heading-section .right-section span:first-of-type {
  font-size: 20px;
  font-weight: 700;
}

.show-your-friends-inner .heading-section .right-section span:nth-of-type(2),
.show-your-friends-inner .heading-section .right-section span:nth-of-type(3) {
  font-size: 18px;
  color: #2d91c0;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .show-your-friends-inner .heading-section .left-section,
  .show-your-friends-inner .heading-section .right-section {
    width: 100%;
    text-align: center;
  }
  .show-your-friends-inner .heading-section .left-section {
    margin-bottom: 30px;
  }
  .show-your-friends-inner .heading-section .left-section:after {
    width: 90px;
    height: 1px;
    right: 50%;
    margin-right: -45px;
    top: auto;
    bottom: -15px;
  }
  .show-your-friends-inner a {
    padding: 8px 45px;
  }
}

@media screen and (max-width: 767px) {
  .show-your-friends {
    padding: 15px;
    margin: 95px 0 2px;
  }
}


/*0.10 share-section-popup*/

.share-section-popup .modal-body {
  background: #fff url(../../images/popup-top-bg.png)no-repeat -25px -18px;
  padding: 0;
  text-align: center;
}

.share-section-popup .modal-header {
  border-bottom: none;
}

.share-section-popup .modal-header .close {
  padding: 1rem;
  margin: -15px -40px -15px auto;
  font-size: 35px;
}

.share-section-popup h3 {
  font-size: 26px;
  font-weight: 400;
  color: #007ab3;
  margin: 40px 0 25px;
  padding: 0 15px;
}

.share-section-popup h3 span {
  font-weight: 600;
}

.share-section-popup h4 {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  padding: 0 15px;
}

.share-section-popup h4 span:first-of-type {
  font-size: 20px;
  font-weight: 700;
}

.share-section-popup h4 span:nth-of-type(2),
.share-section-popup h4 span:nth-of-type(3) {
  font-size: 18px;
  color: #2d91c0;
  font-weight: 600;
}

.share-section-popup .social-icons {
  background: #007ab3;
  padding: 30px 15px 25px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 20px;
}

.share-section-popup .social-icons h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}

.share-section-popup .social-icons ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.share-section-popup .social-icons ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.share-section-popup .social-icons a {
  width: 45px;
  height: 45px;
  display: inline-block;
  border: solid 1px #5baace;
  border-radius: 50%;
  vertical-align: top;
  text-align: center;
  margin: 10px 5px;
}

.share-section-popup .social-icons svg {
  width: 20px;
  height: 43px;
  fill: #fff;
}

.share-section-popup .social-icons .copy-link {
  fill: #fff;
  fill-rule: evenodd;
  width: 14px;
  height: auto;
  margin-top: 5px;
  position: absolute;
  left: 50%;
  bottom: -4px;
  margin-left: -7px;
  cursor: pointer;
}

@media(max-width:767px) {
  .project-status-section-outer h2 {
    margin: 5px 0 8px;
  }
  .iframe-section-outer h2 {
    margin: 1px 0 8px;
  }
  .show-your-friends {
    margin: 67px 0 0;
  }
  .split-document-section {
    padding: 0;
  }
  .split-document-section h2 {
    margin-bottom: 0;
  }
}


/* 0.11 modal-confirm */

.btn-aj-orange {
  top: -1px;
  position: relative;
}

.ps-section {
  padding: 15px;
}

.ps-section label {
  margin-bottom: 0;
}

.modal-confirm-outer {
  padding-left: 0 !important;
}

.logo-section-ps {
  padding: 0 15px;
  max-width: 450px;
  margin: 0 auto;
}

.logo-section-ps img {
  max-width: 100%;
}

.modal-confirm {
  color: #636363;
  width: 100%;
  max-width: 400px;
  /* margin:50px auto; */
  -webkit-transform: translate(0, -50%) !important;
  -o-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  top: 50%;
  margin: 0 auto;
}

.modal-confirm .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
  text-align: center;
  font-size: 14px;
}

.modal-confirm .modal-header {
  border-bottom: none;
  position: relative;
}

.modal-confirm h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -10px;
}

.modal-confirm .close {
  position: absolute;
  top: -5px;
  right: -2px;
}

.modal-confirm .modal-body {
  color: #999;
}

.modal-confirm .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  padding: 10px 15px 25px;
}

.modal-confirm .modal-footer a {
  color: #999;
}

.modal-confirm .icon-box {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 9;
  text-align: center;
  border: 3px solid #3eff02;
}

.modal-confirm .icon-box i {
  color: #3eff02;
  font-size: 46px;
  display: inline-block;
  margin-top: 13px;
}

.modal-confirm .btn,
.modal-confirm .btn:active {
  color: #fff;
  border-radius: 4px;
  background: #60c7c1;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  min-width: 120px;
  border: none;
  min-height: 40px;
  border-radius: 3px;
  margin: 0 5px;
  padding: 3px 30px;
  font-size: 18px;
}

.modal-confirm .btn-secondary {
  background: #c1c1c1;
}

.modal-confirm .btn-secondary:hover,
.modal-confirm .btn-secondary:focus {
  background: #a8a8a8;
}

.modal-confirm .btn-danger {
  background: #f15e5e;
}

.modal-confirm .btn-danger:hover,
.modal-confirm .btn-danger:focus {
  background: #ee3535;
}

.trigger-btn {
  display: inline-block;
  margin: 100px auto;
}

.proj_submit {
  padding: 0px 25px 4px;
  font-size: 18px;
  background: #04ade5;
  margin-top: -4px;
}

.proj_submit:hover {
  background: #fbb600;
}

@media (max-width:767px) {
  .ps-section label {
    display: block;
  }
  .project-status-section {
    padding-bottom: 15px;
  }
  .btn-aj-orange {
    top: 15px;
  }
}