.cursor-pointer{
    cursor: pointer;
}

.bg-project {
    background: #1e67a8 !important;
    color: white !important;
    font-family: "Poppins", sans-serif;
}

.ff-poppins {
    font-family: "Poppins", sans-serif;
}

.f-w-b{
    font-weight: bold;
}

.emergency-acc{
    font-size: 20px;
    border: 1px solid #1e67a8;
    box-shadow: none !important;
}

.acc-border{
    border-left: 1px solid #1e67a8;
    border-right: 1px solid #1e67a8;
    border-bottom: 1px solid #1e67a8;
}

.emergency-acc::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.emergency-acc:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

@media only screen and (min-width: 576px) {
    .tac-ff{
        text-align: center;
    }
}

.bshadow {
    box-shadow: 0px 0px 4px rgb(0 0 0 / 30%) !important;
}

.t-a-l{
    text-align: left !important;
}

.f-s-18px{
    font-size: 18px !important;
}

.fs-label{
    font-size: 14px !important;
}

.vat-table tr td{
    vertical-align: top !important;
    padding: 3px;
    font-size: 14px;
}


.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 93px;
    height: 93px;
    text-align: right;
}

.ribbon span {
    font-size: 0.8rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 32px;
    transform: rotate(45deg);
    width: 125px;
    display: block;
    background: #79a70a;
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 17px;
    right: -29px;
}

.ribbon span::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.ribbon span::after {
    content: '';
    position: absolute;
    right: 0%;
    top: 100%;
    z-index: -1;
    border-right: 3px solid #79A70A;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.h3-padding{
    padding: 20px 24px !important;
    margin: -20px -20px 10px -20px !important;
}

.box-new{
    padding: 15px !important;
}

.pb-0{
    padding-bottom: 0px !important;
}

#topbar .social-links a {
    font-size: 16px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    line-height: 1;
    padding: 10px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
@media only screen and (max-width: 380px) {
    #topbar .social-links a {
        padding: 7px 0;
        width: 30px;
        height: 30px;
    }
}

#topbar .social-links a:hover {
    background: #f6b024;
    color: #fff;
    text-decoration: none;
}

.logo-text{
    font-weight: 600;
}

.logo-caption{
    color: white;
    font-size: 14px;
    line-height: 18px;
}

.ml-12px{
    margin-left: 12px;
}

.subscription-submit-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    margin: 3px;
    background: #f6b024;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
}

.subscription-submit-btn:hover {
    background: #0880e8;
}

.su-btn {
    padding: 5px 20px;
    color: #0880e8;
    transition: 0.4s;
    border-radius: 50px;
    border: 2px solid #0880e8;
    background: #fff;
}

.su-btn:hover {
    background: #0880e8;
    color: #fff;
}