:root {
    --primary-blue-color: #177DBF;
    --secondary-blue-color: #387ABA;
    --third-light-blue-color: #DBF1FF;
    --text-color: #565767;
    --light-grey-color: #F5F5F5;
    --white-color: #ffffff;
    --black-color: #000000;
}

html,
body,
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@media only screen and (min-width: 1300px) {
    .col-width-20p {
        width: 16%;
    }

    .col-width-80p {
        width: 80%;
    }

    span.input-group-text.advertiser-input {
        width: 10%;
    }

    a.tag-input-btn {
        width: 90%;
    }

}