.cookie-hidden{
	display: none !important;
}

.cookie-pop-txt-color-primary{
    color: #A8A8A8;
}

.cookie-pop-txt-color-secondary{
    color: #16A3C6;
}

.cookie-popup-cont {
    position: fixed;
    left: 40px;
    right: 40px;
    bottom: 40px;
    z-index: 99;
}

.cookie-popup {
    max-width: 360px;
    width: 100%;
    min-height: 171px;
    margin-left: auto;
    border-radius: 20px;
    background-color: #26282B;
}

.cookie-popup-btn {
    width: 150px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-family: 'semibold';
    color: #fff;
    background-color: #313131;
    border-radius: 10px;
    overflow: hidden;
}

.cookie-popup-btn:nth-child(2) {
    margin-left: 20px;
    background-color: #16A3C6;
}
