﻿
.footer-copyright-wrap {
    padding: 11px 0;
    width: 100%;
}

.footer-copyright-wrap.dark-footer {
    background-color: #f2f2f2 !important;
}

    .footer-copyright-wrap .copy-text {
        color: #5E6B77;
        font-size: 12px;
        margin-bottom: 0;
    }

.footer-copyright-wrap .footer-text.mb-25 {
    margin-bottom: 25px;
}

    .footer-copyright-wrap .mw-75 {
        max-width: 80%;
    }


    .footer-copyright-wrap .footer-text {
        color: #616161;
        font-size: 13px;
        margin-bottom: 0;
        text-align: justify;
        word-break: break-word;
    }

.footer-copyright-wrap .footer-text b {
    color: #616161 !important;
}

.footer-copyright-wrap .w-47 {
    width: 40%;
}

.footer-copyright-wrap .footer-logo-img {
    width: 57px;
}

    .footer-copyright-wrap .footer-flex-wrap {
        align-items: flex-start;
        display: flex;
        justify-content: space-between;
    }

.footer-copyright-wrap .colour-pallette {
    border-radius: 5px;
    display: inline-block;
    height: 24px;
    width: 24px;
}

.footer-copyright-wrap .colour-pallette.black {
    background-color: black;
    cursor: pointer;
}

.footer-copyright-wrap .colour-pallette.white {
    border: 1px solid #dadada;
    cursor: pointer;
    margin-left: 9px;
}

    .footer-copyright-wrap.mt-30 {
        margin-top: 30px;
    }

.footer-copyright-wrap .mr-24 {
    margin-right: 24px;
}

.footer-copyright-wrap .mb-5 {
    margin-bottom: 5px !important;
}


.footer-copyright-wrap .mb-20 {
    margin-bottom: 20px;
}