﻿
button {
    background-color: var(--ColorLogo1);
    border-radius: 5px;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    border: 0px;
    color: var(--White);
    padding: 5px;
}

    button:hover {
        box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.35);
    }

    button.active {
    }

.btn-tab {
    box-shadow: 0px 0px 0px 0px;
    border: 1px solid;
    border-color: var(--White);
    border-radius: 0px;
    padding: 10px 20px;
    color: var(--Black);
    background-color: var(--ColorLogo2);
}

    .btn-tab:hover {
        box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.35);
    }

    .btn-tab.active {
        background-color: var(--ColorLogo1);
        color: var(--White);
    }


.btn-link-icon {
    background-color: var(--ColorLogo1);
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
}

    .btn-link-icon:hover {
        color: white;
        box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.35);
    }

.btn-link-icon-table {
    background-color: var(--ColorLogo1);
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    font-size: 14px;
}

.btn-icon-table {
    padding: 0px;
    background-color: var(--ColorLogo1);
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    font-size: 14px;
}

    .btn-link-icon-table:hover, .btn-icon-table:hover {
        color: white;
        box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.35);
    }

.btn-icon {
    padding: 0px;
    background-color: var(--ColorLogo1);
    display: inline-block;
    width: 35px;
    height: 35px;
    min-width: 35px;
    text-align: center;
    line-height: 35px;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
}

    .btn-icon:hover {
        color: white;
        box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.35);
    }

.btn-fixed-transparent {
    padding: 0px;
    background-color: rgba(0,0,0,0.3);
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
}

    .btn-fixed-transparent:hover {
        color: var(--ColorLogo2);
        box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    }

.btn-fixed-scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1030;
}

.btn-link {
    background-color: var(--ColorLogo1);
    display: inline-block;
    padding: 5px;
    text-align: center;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
}

    .btn-link:hover {
        color: white;
        box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.35);
    }


.btn-collapse-toggle {
    background-color: var(--ColorLogo1);
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    padding: 0px;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
}

    .btn-collapse-toggle:hover {
        color: white;
        box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.35);
    }

    .btn-collapse-toggle.collapsed .icon-collapse-down {
        display: inline;
    }

    .btn-collapse-toggle.collapsed .icon-collapse-up {
        display: none;
    }

    .btn-collapse-toggle:not(.collapsed) .icon-collapse-down {
        display: none;
    }

    .btn-collapse-toggle:not(.collapsed) .icon-collapse-up {
        display: inline;
    }


.btn-option {
    background-color: transparent;
    color: black;
    font-size: 20px;
    box-shadow: none;
    padding: 0px;
}

    .btn-option:hover {
        box-shadow: none;
    }


.carousel-control-indicators button {
    box-shadow: unset;
    color: black;
}

.carousel-control-indicators span {
    background-color: rgba(0,0,0,0.25);
    border-radius: 50px;
}
