﻿.portal-main {
    height: 100%;
    position: relative;
}

.portal__input-search {
    width: 50%;
    height: 40px;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 4px;
    padding-right: 22px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.portal__input-search--icon {
    margin: auto;
    position: absolute;
    top: 1px;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background-image: url('../../img/search-gray.png');
    background-repeat: no-repeat;
    background-position: 100%;
    display: inline-block;
    z-index: 99;
}


.portal__title {
    font-size: 20px;
    color: #ffffff;
    font-family: ClearSans-Regular, Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    width: auto;
    display: inline-block;
    padding-right: 14px;
}

.portal__title-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0px 0px;
    max-height: 200px;
    min-height: 200px;
}

.portal__title--center {
    margin: auto;
    width: 50%;
    height: 100%;
    padding: 50px;
    position: relative;
}

.portal__option {
    width: 170px;
    height: 170px;
    text-align: center;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
}

    .portal__option:hover {
        border: none;
    }

.portal__link--1 {
    border: 2px solid #5965B1;
}

.portal__link--2 {
    border: 2px solid #F55410;
}

.portal__link--3 {
    border: 2px solid #ED1E79;
}

.portal__link--4 {
    border: 2px solid #29ABE2;
}

.portal__welcome {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    bottom: 0;
}

.portal__option-content {
    width: auto;
    height: auto;
    float: left;
    line-height: 50px;
    text-align: center;
    padding: 30px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

    .portal__option-content:hover, .portal__option-content.selected {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }

.portal__search-icon {
    background-image: url('../../img/search-gray.png');
    position: relative;
    right: 4px;
    height: 16px;
    width: 16px;
}

.welcome--full {
    width: 950px;
    margin: auto;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    min-width: 950px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.option__link, .option__link:hover {
    font-size: 20px;
    color: #808080;
    cursor: pointer;
    text-decoration: none;
}

.option__icon {
    background-repeat: no-repeat;
    display: inline-block;
    margin: auto;
    width: 100%;
    height: 100%;
    background-position: center;
}

.portal__icon--new {
    background-image: url('../../img/new-large.png');
}

.portal__icon--list {
    background-image: url('../../img/list-large.png');
}

.portal__icon--kb {
    background-image: url('../../img/kb-large.png');
}

.portal__icon--fsc {
    background-image: url('../../img/fsc-large.png');
}

.portal__icon--new:hover {
    background-image: url('../../img/new-large-hover.png');
    background-color: #5965B1;
    border-radius: 50%;
}

.portal__icon--list:hover {
    background-image: url('../../img/list-large-hover.png');
    background-color: #F55410;
    border-radius: 50%;
}

.portal__icon--kb:hover {
    background-image: url('../../img/kb-large-hover.png');
    background-color: #ED1E79;
    border-radius: 50%;
}

.portal__top {
    width: 100%;
    overflow: hidden;
}

.portal__banner {
    border-radius: 4px;
    color: #ffffff;
    width: 100%;
    line-height: 40px;
    outline: none;
}

    .portal__banner p {
        font-size: 16px;
        white-space: nowrap;
        margin: 0;
    }

.icon__warning {
    background-image: url('../../img/icon_warning.svg');
    width: 24px;
    height: 24px;
    background-size: 100%;
    display: inline-block;
    position: relative;
    background-position-x: 0px;
    background-position-y: 0px;
    background-repeat: no-repeat;
    opacity: 1;
    top: 6px;
}

.portal__bottom {
    height: 100%;
    display: flex;
    width: 87%;
    margin: auto;
}

    .portal__bottom .portal__news, .portal__bottom .portal__articles {
        display: inline-block;
        width: 33.333333%;
        max-height: 100%;
        min-height: 100%;
        overflow: hidden;
        top: 24px;
        padding-right: 20px;
        position: relative;
    }

    .portal__bottom .portal__others {
        width: 33.33333%;
        display: inline-block;
        max-height: 100%;
        min-height: 100%;
        overflow: hidden;
        top: 24px;
        position: relative;
    }

    .portal__bottom .slick-dots {
        bottom: -24px;
    }

.portal__header {
    position: relative;
    z-index: 98;
    height: 40px;
    max-height: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}

    .portal__header > div {
        position: relative;
        display: inline-flex;
        height: 100%;
        align-items: center;
    }

.portal__header-btn-create {
    border: none;
    border-radius: 4px;
    height: 28px;
    color: #ffffff;
    display: flex;
}

.portal__icon-new-case {
    background-image: url('../../img/icon_new_case_white.svg');
    width: 20px;
    height: 20px;
    background-size: 100%;
    display: inline-block;
    position: relative;
    background-position-x: 0px;
    background-position-y: 0px;
    background-repeat: no-repeat;
    opacity: 1;
}

.portal__top .slick-prev {
    left: 26px;
    z-index: 50;
}

.portal__top .slick-next {
    right: 34px;
}

.portal__top.portal__banners-slider .slick-next:before {
    content: '';
    background-image: url(../../img/arrow-next.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 1px;
}

.portal__top.portal__banners-slider .slick-prev:before {
    content: '';
    background-image: url(../../img/arrow-back.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 1px;
}


/*Nueva version del portal*/

.portal__banner--image {
    position: relative;
    left: 0;
    right: 0;
    height: 55px;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.portal__banner--text {
    position: relative;
    height: 40px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    color: #ffffff;
    margin-right: 0px;
    margin-left: 0px;
}

.portal__bubbles {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    height: 50%;
    width: 87%;
}

.portal__content {
    height: 50%;
    width: 87%;
    align-self: center;
}

.bubble__content {
    position: relative;
    height: auto;
    display: inline-block;
    padding-bottom: 45px;
    padding-top: 45px;
    width: auto;
    min-width: 350px;
}

.bubble__center {
    width: 370px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bubble__center--child-register_case {
    width: calc(100% - 40px);
}

.bubble__center--child-kb {
}

.bubble__icon {
    position: relative;
    background-size: 64%;
    height: 107px;
    width: 107px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-origin: content-box;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

    .bubble__icon:hover, .bubble__icon.selected {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
    }

    .bubble__icon.bubble__icon--cases {
        border-color: #00A99D;
        background-image: url('../../img/bubble_my_cases.png');
    }

    .bubble__icon.bubble__icon--register_case {
        border-color: #2DC5E8;
        background-image: url('../../img/bubble_register_case.png');
    }

    .bubble__icon.bubble__icon--kb {
        border-color: #ED1E79;
        background-image: url('../../img/bubble_kb.png');
    }

.bubble__title {
    font-size: 20px;
    word-wrap: normal;
}

.bubble__title--cases {
    color: #00A99D;
}

.bubble__title--register_case {
    color: #2DC5E8;
}

.bubble__title.bubble__title--kb {
    color: #ED1E79;
}

.bubble__description {
    width: calc(100% - 196px);
    margin-left: 27px;
}

.bubble__text {
    max-width: calc(100% - 0px);
    font-size: 12px;
}

.portal__banner--image .k__select-override {
    width: 100%;
    min-height: 40px;
    max-height: 40px;
    height: 40px;
}

.portal__seach-card {
    padding: 10px;
    padding-left: 25px;
    border-bottom: 1px solid #cccccc;
    height: 80px;
    display: flex;
    flex-direction: column;
    position: relative;
}

    .portal__seach-card > div {
        height: auto;
        min-height: auto;
        line-height: normal;
    }

    .portal__seach-card label {
        font-family: ClearSans-Bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #000000;
        margin: 0;
    }

    .portal__seach-card p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0;
    }


.portal__banner--image.banner_image > div {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    height: 40px;
    position: relative;
}

    .portal__banner--image.banner_image > div .portal__input-search--icon {
    }

.portal__banner--image span.k__select-override .k-dropdown-wrap.k-state-default,
.portal__banner--image span.k__select-override .k-dropdown-wrap.k-state-focused,
.portal__banner--image span.k__select-override .k-dropdown-wrap.k-state-disabled {
    height: 40px;
}

.portal__banner--image span.k__select-override .k-dropdown-wrap span.k-input,
.portal__banner--image span.k__select-override .k-dropdown-wrap span.k-select {
    height: 40px;
    min-height: 40px;
    max-height: 40px;
}

.portal__banner--image input.k-input.k__select-override.k__select-combobox-override {
    height: 38px;
    max-height: 38px;
    min-height: 38px;
    padding-left: 30px !important;
    box-sizing: border-box;
    font-size: 16px;
}


.portal__banner--image span.k__select-override.k__select-combobox-override .k-dropdown-wrap span.k-select .k-icon.k-i-arrow-s {
    top: 0px;
}

.portal__serach-k-list .k-group-header {
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
    color: #000000;
    background: #ffffff;
    padding-left: 20px;
    text-transform: capitalize;
    font-family: ClearSans-Bold;
}

.portal__serach-k-list .k-first {
    display: flex !important;
    flex-direction: column-reverse;
}

.portal__serach-k-list .k-group {
    left: -20px !important;
    font-size: 16px !important;
    color: #000000 !important;
    background: #ffffff !important;
    padding: 0px !important;
    padding-left: 20px !important;
    box-sizing: content-box;
    position: relative !important;
    width: 100%;
    text-transform: capitalize !important;
    font-family: ClearSans-Bold !important;
}

/*casos*/

.portal__seach-card.cases .title {
    font-size: 11px;
}

.portal__seach-card.cases .serviceName {
    font-size: 13px;
    color: #000000;
    font-family: ClearSans-Bold;
}

.portal__seach-card.cases .categoryName {
    font-size: 13px;
    color: #666666;
    font-family: ClearSans-Bold;
}

.portal__seach-card.cases .subject {
    font-size: 12px;
    color: #999999;
}

.portal__seach-card.cases .description > label {
    font-size: 11px;
    color: #999999;
    font-family: ClearSans;
}

/*articulos*/

.portal__seach-card.articles .identifier {
    font-size: 11px;
}

.portal__seach-card.articles .title {
    font-size: 13px;
    color: #000000;
    font-family: ClearSans-Bold;
}

.portal__seach-card.articles .description {
    font-size: 13px;
    color: #666666;
}

.portal__seach-card.articles .content {
    font-size: 12px;
    color: #999999;
}

.portal__seach-card.articles .keyWords {
    font-size: 12px;
    color: #999999;
    display: flex;
    width: 100%;
}

    .portal__seach-card.articles .keyWords > p {
        height: 20px;
        border: 1px solid #999999;
        min .di: 90px;
        color: #999999;
        width: auto;
        min-width: 90px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        margin-right: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 2px;
        padding-right: 2px;
        box-sizing: content-box;
    }

.cases-icon {
    background-image: url("../../img/cases.svg");
    background-repeat: no-repeat;
    background-size: 16px;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.articles-icon {
    background-image: url("../../img/articles.svg");
    background-repeat: no-repeat;
    background-size: 16px;
    display: inline-block;
    width: 16px;
    height: 16px;
}


.portal__seach-card .cases-icon {
    position: absolute;
    left: 0;
    top: 14px;
}

.portal__seach-card .articles-icon {
    position: absolute;
    left: 0;
    top: 14px;
}

.word-matches {
    font-family: ClearSans-Bold !important;
}


.portal__news-slider .slick-prev.slick-arrow,
.portal__news-slider .slick-next.slick-arrow,
.portal__articles-slider .slick-prev.slick-arrow,
.portal__articles-slider .slick-next.slick-arrow,
.portal__links-slider .slick-prev.slick-arrow,
.portal__links-slider .slick-next.slick-arrow {
    width: 15px;
    height: 25px;
    padding: 3px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    background-color: #e6e6e6;
}

.portal__news-slider .slick-prev.slick-arrow,
.portal__articles-slider .slick-prev.slick-arrow,
.portal__links-slider .slick-prev.slick-arrow {
    left: calc(100% - 34px);
    top: -26px;
}

.portal__news-slider .slick-next.slick-arrow,
.portal__articles-slider .slick-next.slick-arrow,
.portal__links-slider .slick-next.slick-arrow {
    right: 0;
    top: -26px;
}


.portal__news-slider .slick-prev:before,
.portal__articles-slider .slick-prev:before,
.portal__links-slider .slick-prev:before {
    content: '' !important;
    background-image: url(../../img/arrow-back.png);
    background-position: 50% center;
    display: inline-block;
    background-repeat: no-repeat;
    width: 15px;
    height: 25px;
    position: relative;
    left: -2px;
    top: -3px;
}

.portal__news-slider .slick-next:before,
.portal__articles-slider .slick-next:before,
.portal__links-slider .slick-next:before {
    content: '' !important;
    background-image: url(../../img/arrow-next.png);
    background-position: 50% center;
    display: inline-block;
    background-repeat: no-repeat;
    width: 15px;
    height: 25px;
    position: relative;
    left: -2px;
    top: -3px;
}

.portal__fill {
    display: inline-flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
    flex-direction: column;
    width: 33.33333%;
    margin-top: 10px;
}

    .portal__fill .panel-empty {
        background-image: url('../../img/emptySection.svg');
        width: 100px;
        height: 144px;
        background-size: 100%;
        display: inline-block;
        position: relative;
        background-position-x: 0px;
        background-position-y: 0px;
        background-repeat: no-repeat;
    }

    .portal__fill label {
        color: #cccccc;
        font-size: 12px;
        margin-top: 11px;
        width: 235px;
        text-align: center;
    }

.portal__news-slider .news-card {
    width: calc(100% - 40px);
}

.portal__news .news-principal-title {
    left: 0;
}

.portal__news .news-card {
    padding-left: 10px;
}

    .portal__news .news-card > div {
        padding-left: 0px;
    }


.portal__articles-slider .news-card {
    width: calc(100% - 40px);
    padding-left: 10px;
}

.portal__links-slider .news-card {
    width: calc(100% - 21px);
    padding-left: 0px;
    padding-right: 0px;
}

.portal__banner.portal__banner-animate {
    position: relative;
    display: flex;
    width: auto;
}

.portal__banner--text.banner__expand .portal__banners-slider {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

.portal__banners-slider {
    max-height: 40px;
    height: 40px;
    margin-left: 60px;
    margin-right: 60px;
    width: calc(100% - 120px);
}

.portal__banner--text.banner__expand {
    margin-right: 0px;
    margin-left: 0px;
    position: absolute;
    transition: 0.3s;
}

    .portal__banner--text.banner__expand .portal__banners-slider {
        position: relative;
        height: 100%;
        max-height: 100%;
    }

        .portal__banner--text.banner__expand .portal__banners-slider .portal__banner > div {
            width: 100%;
            min-width: 100%;
            padding-right: 60px;
            padding-left: 60px;
            padding-top: 20px;
        }

        .portal__banner--text.banner__expand .portal__banners-slider .portal__banner {
            height: 100%;
            background-color: #676767;
            width: 100%;
            display: flex;
        }

            .portal__banner--text.banner__expand .portal__banners-slider .portal__banner span {
                height: 100%;
                white-space: normal;
                width: 100%;
                min-width: 100%;
                display: inline-block;
                font-size: 13px;
                line-height: 20px;
            }


.portal__banner.portal__banner-animate > div {
    height: 40px;
    width: auto;
}

    .portal__banner.portal__banner-animate > div:last-child span {
        border-right: none;
    }

.banner_without-animate .portal__banner.portal__banner-animate > div span {
    border-right: none;
}


.portal__banner.portal__banner-animate > div span {
    height: 20px;
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 10px;
    align-items: center;
    border-right: 2px solid #212a30;
}

.portal__banner {
    position: relative;
    transition: 0.3s;
}

.portal__banners-slider .portal__banner-arrow {
    display: none;
}

    .portal__banners-slider .portal__banner-arrow.portal__banner-arrow-hidden {
        display: none !important;
    }

    .portal__banners-slider .portal__banner-arrow:hover {
        cursor: pointer;
    }

.portal__banner--text.banner__expand .portal__banners-slider .portal__banner-arrow,
.banner_without-animate .portal__banners-slider .portal__banner-arrow {
    display: inline-flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 46px;
    background-color: rgba(255, 255, 255, .2);
}

.banner_without-animate .portal__banners-slider {
    padding-left: 0px;
    padding-right: 0px;
}

    .banner_without-animate .portal__banners-slider .portal__banner-arrow {
        top: 5px !important;
    }

.portal__banner--text .portal__banners-slider .portal__banner-arrow.portal__banner-arrow-disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

.portal__banner--text .portal__banners-slider .portal__banner-arrow:hover {
    cursor: pointer;
}

.portal__banner--text .portal__banners-slider .portal__banner-arrow span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 35%;
    background-position: center;
}

.portal__banner--text .portal__banners-slider .portal__banner-arrow.arrow__left {
    left: 15px;
}

.portal__banner--text .portal__banners-slider .portal__banner-arrow.arrow__right {
    right: 15px;
}

.portal__banner--text .portal__banners-slider .portal__banner-arrow span.portal__banner-arrow-left {
    background-image: url(../../img/arrow_right.png);
    background-repeat: no-repeat;
}

.portal__banner--text .portal__banners-slider .portal__banner-arrow span.portal__banner-arrow-right {
    background-image: url(../../img/arrow_left.png);
    background-repeat: no-repeat;
}

.portal__banner--text-aux {
    display: block;
    height: 40px;
    min-height: 40px;
}

.bubble__center.bubble__icon-disabled {
    cursor: not-allowed;
    opacity: 0.4;
}

    .bubble__center.bubble__icon-disabled .bubble__icon {
        pointer-events: none;
    }

        .bubble__center.bubble__icon-disabled .bubble__icon:hover {
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
        }

@keyframes marquee {
    0% {
        left: 0%;
    }

    100% {
        left: -100%;
    }
}

.portal__categories {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    height: 50%;
    width: 87%;
    margin: auto;
}

.category-slider .portal-category__container {
    width: 100%;
    height: 185px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

.category-slider .portal-category__container:focus {
    outline: none !important;
}


.category-slider .portal-category__container .portal-category__card {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    width: 330px;
    height: 175px;
    margin: auto;
    border: 1px solid rgba(61,70,77,0.1);
    border-radius: 5px;
    box-shadow: 0px 0px 5px 2px #cccccc;
    cursor: pointer;
}

.portal-category__card svg {
    position: absolute;
    z-index: -1;
    width: 342px;
    height: 225px;
    top: -20px;
}

.portal-category__card .portal-category__image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
}

.portal-category__card .portal-category__image-container img {
    height: 126px;
    width: 126px;
}

.portal-category__card .portal-category__textbox {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    width: 50%;
}

.portal-category__card .portal-category__textbox .portal-category__title {
    max-width: 90%;
    padding-top: 30px;
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.portal-category__card .portal-category__textbox .portal-category__description {
    position: relative;
    max-height: 37px;
    width: 90%;
    font-size: 12px;
    color: #666666;
    margin-right: 16px;
    overflow: hidden;
}

.portal-category__card .portal-category__textbox .portal-category__description.show__more::before{
    bottom: -4px;
}

.no-category-container {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.no-category-container .panel-empty {
    background-image: url('../../img/emptySection.svg');
    width: 100px;
    height: 144px;
    background-size: 100%;
    display: inline-block;
    position: relative;
    background-position-x: 0px;
    background-position-y: 0px;
    background-repeat: no-repeat;
}

.no-category-container label {
    color: #cccccc;
    font-size: 12px;
    margin-top: 11px;
    width: 235px;
    text-align: center;
}

.portal__panels-container {
    height: calc(100% - 145px);
    display: flex;
    flex-flow: column nowrap;
    margin-top: 15px;
}

.portal__panels-container aside.order-0 {
    order: 1;
}

.portal__panels-container aside.order-1 {
    order: 2;
}

.portal__panels-container aside.order-1.aside-border {
    border-top: 2px solid #f2f2f2;
} 

.portal__panels-container .portal__content.order-0 {
    margin-bottom: 30px;
}

.category-slider .slick-dots li {
    padding-top: 5px;
}

.category-slider .portal.slick-dots li.slick-active button:before, .category-slider .slick-dots li button:before {
    font-size: 44px;
    left: -9px;
    top: 3px;
    line-height: 15px;
    color: transparent;
    opacity: 1;
}
.category-slider .slick-dots li button {
    border: 1px solid #dbdee1;
    border-radius: 100%;
    width: 10px;
    height: 10px;
}

.category-slider.one-two-categories .slick-track {
    margin-left: auto;
    margin-right: auto;
}