.swal-footer {
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
}

.swal-button {
	border-radius: 0;
	box-shadow: none;
}

.swal-button:focus {
	box-shadow: none;
}

.swal-title:not(:last-child) {
	margin-bottom: 0;
}

.swal-button:not([disabled]):hover {
	background-color: #222;
}

.posted-tenders .tender-name {
    margin: 5px 10px;
    padding: 0px 10px;
}

.posted-tenders .tender-name span {
    margin-right: 6px;
    color: white;
    background: #F5BF23;
    font-weight: 700;
    padding: 2px 10px 3px 10px;
    border-radius: 22px;
}

.vertical-bar {
    background: transparent !important;
}

.tender-name span {
    -moz-animation: pulse 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: pulse 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: pulse 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-moz-keyframes pulse {
    from {
        box-shadow: 0 0 0 0 rgba(245,191,35,.4);
    }
    to {
        box-shadow: 0 0 0 10px rgba(245,191,35,0);
    }
}
@-webkit-keyframes pulse {
    from {
        box-shadow: 0 0 0 0 rgba(245,191,35,.4);
    }
    to {
        box-shadow: 0 0 0 10px rgba(245,191,35,0);
    }
}

::-webkit-scrollbar {
    width: 14px;
}
 
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
 
::-webkit-scrollbar-thumb {
    background: #a8a8a8;
    border-radius: 22px;
    height: 6px;
    border: 4px solid rgba(0, 0, 0, 0);
    -webkit-border-radius: 7px;
}

::-webkit-scrollbar-thumb:hover {
    background: #9b9b9b;
}

.logo-header-inner img {
    max-width: 65px;
    max-height: 65px;
}

.more{
    display: none;
}

.readmore-btn {
    display: block;
    font-weight: 600;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #1a1a1a;
    outline: 0 none;
    text-decoration: none;
    border: none;
    background-color: transparent;
    padding-left: 0;
}

.readmore-btn i {
    display: inline-block;
    margin: -4px 0px 0px 5px;
    font-size: 16px;
    vertical-align: middle;
    line-height: 24px;
}

.readmore-btn:hover {
    color: #F5BF23;
}

.header-image-container .independence-img {
    max-width: 100px;
    margin-top: 8px;
    max-height: 100px;
}

.header-image-container .independence-img,
.header-image-container .minister-img {
    margin-left: 15px;
}

.header-image-container .minister-img {
    margin-top: 4px;
}

.mobile-minister-wrapper {
    display: none;
}

.logo-title {
    font-size: 15px;
    line-height: 17px;
    width: 230px;
    color: #a82121;
    font-weight: 500;
    margin-top: 3px;
    margin-bottom: 0;
    margin-left: 8px;
}

/* Projects (gallery section) showing no data behind image */
.image-effect-two:hover img, .image-effect-two.hover img {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}