:root {
    --color: #266150;
    --light: #fdf8f5;
    --secondary: #000000;
    --dark: #000;
}

.edit-tab {
    display: block;
    color: #ffffff;
    text-decoration: none;
}

.blazored-modal-externalstyle {
    background-color: #ffffff;
    color: #000000;
    display: flex;
    z-index: 102;
    flex-direction: column;
    border-radius: 15px;
    padding: 1.5rem;
    width: 325px;
}

.blazored-modal-externalstyle-lg {
    background-color: #ffffff;
    color: #000000;
    display: flex;
    z-index: 102;
    flex-direction: column;
    border-radius: 15px;
    padding: 1.5rem;
}

.blazored-modal-doc {
    background-color: #ffffff;
    color: #4f4846;
    display: flex;
    z-index: 99999;
    flex-direction: column;
    padding: 0;
    width: 475px;
    margin-top: 150px;
}

.blazored-modal-title {
    color: #000 !important;
}

.blazored-modal-close {
    color: #000 !important;
}

.hoverable-edit {
    border: 2px solid #fff;
    margin-bottom: 25px;
    margin-top: 25px;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.bg-primary {
    background-color: #266150 !important;
}

.bg-secondary {
    background-color: #e8cebf !important;
}

.bg-dark {
    background-color: #000 !important;
}

.border-dark {
    border-color: #4f4846 !important;
}

.bg-light {
    background-color: #fdf8f5 !important;
}

.bg-color {
    background-color: #ddaf94 !important;
}

.text-light {
    color: #ffffff !important;
}

.text-dark {
    color: #000000 !important
}

.text-secondary {
    color: var(--secondary) !important;
}

.text-color {
    color: var(--color) !important
}

.text-dark {
    color: #e8cebf;
}

.gray {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

.device-video-wrap::before,
.dotted-bg::before {
    content: "";
    position: absolute;
    display: block;
    top: 40%;
    left: 35%;
    width: 110%;
    height: 120%;
    background-size: 12px 12px;
    background-position: center;
    transform: translate(-50%, -50%);
    background-image: radial-gradient(var(--dark) 14%, transparent 14%);
    -webkit-mask-image: radial-gradient(rgba(0,0,0,1),rgba(0,0,0,0) 75%);
    mask-image: radial-gradient(rgba(0,0,0,1),rgba(0,0,0,0) 75%);
    z-index: -1;
}

.dotted-bg::before {
    background-image: radial-gradient(rgba(0, 0, 0, 0.4) 14%, transparent 14%);
}

.dotted-bg.dotted-bg-dark::before {
    background-image: radial-gradient(rgba(4, 4, 4, 0.2) 14%, transparent 14%);
}

.do-not-hover:hover {
    background-color: transparent !important;
    border-radius: 0 !important;
}







.sidebar .nav-item {
    transition-duration: 0.25s;
    list-style: none;
}

.nav-link {
    position: relative;
    z-index: 1;
    margin-left: 0;
    width: inherit;
    font-size: 24px;
    color: #000;
}

.nav-link:hover {
    color: #000;
}

    .nav-link span {
        padding-left: 6px;
    }

    .nav-link.active {
        color: #fff !important;
        background-color: #000 !important;
    }


.nav-sub {
    list-style: none;
    padding: 0;
    margin-left: 1.2rem;
    text-transform: lowercase;
}

.nav-sub-link {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 18px;
    padding: 8px 0;
}

    .nav-sub-link:hover {
        padding-left: 11px;
        transition: all 0.50s ease-in-out;
    }


.form-control {
    border: 1px solid #000000 !important;
    background-color: #fff !important;
    color: var(--dark) !important;
}

.form-control-color {
    max-width: 100% !important;
    padding: 0 !important;
    background-color: #fff !important;
    border: none !important;
}

input::-webkit-color-swatch {
    border: none;
}

.form-select {
    background-color: #fff !important;
    color: var(--dark) !important;
    border: 1px solid #000000 !important;
}

.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 10px;
    border: 1px solid #000000;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin-bottom: 15px;
}

    .slider:hover {
        opacity: 1;
    }

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 30px;
        height: 30px;
        background: #000000;
        cursor: pointer;
        border-radius: 50%;
    }

    .slider::-moz-range-thumb {
        width: 30px;
        height: 30px;
        background: #000000;
        cursor: pointer;
        border-radius: 50%;
    }

.custom-file-upload {
    border: 1px solid #000000;
    display: inline-block;
    padding: .15rem .75rem;
    cursor: pointer;
    width: 100%;
    text-align: center;
    background-color: white;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
}

.ribbon-wrapper-1 {
    width: 106px;
    height: 108px;
    overflow: hidden;
    position: absolute;
    top: -6px;
    right: -6px;
}

.ribbon-1 {
    font: bold 15px Sans-Serif;
    line-height: 18px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -11px;
    top: 26px;
    width: 150px;
    background-color: var(--color);
    color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px;
}

    .ribbon-1:before, .ribbon-1:after {
        content: "";
        border-top: 4px solid var(--color);
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        position: absolute;
        bottom: -4px;
    }

    .ribbon-1:before {
        left: 0;
    }

    .ribbon-1:after {
        right: 0;
    }

/*transition animations*/
.slider-block {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: max-height 1s linear, visibility 1s, opacity .25s linear;
}

    .slider-block.active {
        max-height: 1000px;
        visibility: visible;
        opacity: 100;
        transition: max-height 1s linear, visibility 1s, opacity .25s linear;
    }

.slider-block-right {
    width: 0;
    max-width: 0;
    visibility: hidden;
    opacity: 0;
    transition: width 1s linear, max-width 1s linear, visibility 1s, opacity .25s linear;
    padding: 0 !important;
    margin: 0 !important;
}

    .slider-block-right.active {
        width: 100%;
        max-width: 500px;
        visibility: visible;
        opacity: 100;
        transition: width 1s linear, max-width 1s linear, visibility 1s, opacity .25s linear;
        padding: unset !important;
        margin: unset !important;
    }
