﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

.list-group-item-dark {
    color: #000 !important;
    background-color: #ffffff !important;
}



/*checkboxes*/


/*checkboxes*/
input[type="checkbox"].ios8-switch {
    position: absolute;
    margin: 8px 0 0 16px;
}

    input[type="checkbox"].ios8-switch + label {
        position: relative;
        padding: 5px 0 0 50px;
        line-height: 1em;
    }

        input[type="checkbox"].ios8-switch + label:before {
            content: "";
            position: absolute;
            display: block;
            left: 0;
            top: 0;
            width: 40px;
            /* x*5 */
            height: 24px;
            /* x*3 */
            border-radius: 16px;
            /* x*2 */
            background: #ECECEC;
            border: 1px solid #d9d9d9;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

        input[type="checkbox"].ios8-switch + label:after {
            content: "";
            position: absolute;
            display: block;
            left: 2px;
            top: 2px;
            width: 20px;
            /* x*3 */
            height: 20px;
            /* x*3 */
            border-radius: 16px;
            /* x*2 */
            background: #fff;
            border: 1px solid #d9d9d9;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.15);
        }

        input[type="checkbox"].ios8-switch + label:hover:after {
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        }

    input[type="checkbox"].ios8-switch:checked + label:after {
        margin-left: 16px;
    }

    input[type="checkbox"].ios8-switch:checked + label:before {
        background: linear-gradient(to left, 3C74E5, #7367f0);
        background: linear-gradient(95deg, #3c74e5 0%, #74a2ff 100%);
    }


input[type="checkbox"] {
    display: none;
}

    input[type="checkbox"] + label {
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        font-size: 12px;
        line-height: 25px;
        font-weight: 300;
    }

        input[type="checkbox"] + label::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 0px;
            width: 24px;
            height: 24px;
            border-radius: 5px;
            background: rgb(245, 245, 245);
        }

    input[type="checkbox"]:checked + label::before {
        content: "✓";
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: rgb(62 117 230);
    }


    input[type="checkbox"].subscription-switch {
        position: absolute;
        margin: 8px 0 0 16px;
    }

        input[type="checkbox"].subscription-switch:checked + label::before {
            content: "";
            font-size: 16px;
            line-height: 24px;
            text-align: center;
            color: rgb(62 117 230);
        }


        input[type="checkbox"].subscription-switch + label {
            position: relative;
            padding: 19px 0 0 50px;
            line-height: 1em;
            width: 100px;
        }

            input[type="checkbox"].subscription-switch + label:before {
                position: absolute;
                display: block;
                left: 0;
                top: 0;
                width: 120px; /* x*5 */
                height: 32px; /* x*3 */
                border-radius: 16px; /* x*2 */
                background: #fff;
                background: linear-gradient(95deg, #3c74e5 0%, #74a2ff 100%);
                border: 1px solid #d9d9d9;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

            input[type="checkbox"].subscription-switch + label:after {
                content: "";
                position: absolute;
                display: block;
                left: 2px;
                top: 2px;
                width: 58px; /* x*3 */
                height: 28.5px; /* x*3 */
                border-radius: 16px; /* x*2 */
                background: #fff;
                border: 1px solid #d9d9d9;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

            input[type="checkbox"].subscription-switch + label:hover:after {
                box-shadow: 0 0 5px rgba(0,0,0,0.3);
            }

        input[type="checkbox"].subscription-switch:checked + label:after {
            margin-left: 58px;
        }

        input[type="checkbox"].subscription-switch:checked + label:before {
            background: linear-gradient(to left,3C74E5, #7367f0);
            /* background: linear-gradient(95deg, #3c74e5 0%, #74a2ff 100%); */
            background: linear-gradient(90deg, #96cc6b 0%, #b9da9f 100%);
        }




.removebtn {
    position: absolute;
    right: 5px;
    top: 5px;
}




@font-face {
    font-family: Circe;
    src: url(../Content/assets/fonts/Circe-Light.woff) format('opentype');
    font-weight: 300
}

@font-face {
    font-family: Circe;
    src: url(../Content/assets/fonts/Circe-Regular.woff) format('opentype');
    font-weight: 500
}

@font-face {
    font-family: Circe;
    src: url(../Content/assets/fonts/Circe-Bold.woff) format('opentype');
    font-weight: 600;
}

@font-face {
    font-family: Circe;
    src: url(../Content/assets/fonts/Circe-ExtraBold.woff) format('opentype');
    font-weight: 700
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}


::-webkit-scrollbar-thumb {
    border-radius: 33px;
    background-color: #c6c6c6;
}

.scroll-area {
    overflow-x: hidden !important;
    height: 500px !important;
    margin: 0 -20px !important;
    padding: 0 20px !important;
}

    .scroll-area::-webkit-scrollbar-thumb {
        visibility: hidden;
    }


.fc-daygrid-event:hover {
    cursor: pointer;
}

.gallery6 {
    overflow: hidden;
    border-radius: 4px;
}

    .gallery6 img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.card_name p {
    color: #fff;
    /* text-align: left; */
    position: absolute;
    left: 0;
    top: 10px;
    text-transform: uppercase;
    padding: 0 5px;
    margin: 0;
    overflow: hidden;
    width: 100%;
    text-shadow: 1px 1px 1px #000000, 0 0 0 #000000;
    font-size: 16px;
    font-weight: bold;
}

.card_additional p {
    color: #ffffff;
    text-align: left;
    position: absolute;
    left: 0;
    top: 20px;
    padding: 0 5px;
    margin: 0;
    overflow: hidden;
    width: 100%;
    text-shadow: 1px 1px 1px #000000, 0 0 0 #000000;
}

.card_year p {
    color: #ffffff;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 5px;
    margin: 0;
    overflow: hidden;
    width: 100%;
    text-shadow: 1px 1px 1px #000000, 0 0 0 #000000;
}

.pattern_card {
    height: 118px;
}

    .pattern_card img {
        display: inline-block;
        vertical-align: middle;
    }

    .pattern_card:hover {
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25) !important;
    }

.pattern_card_home {
    height: 170px;
}

    .pattern_card_home img {
        display: inline-block;
        vertical-align: middle;
    }

.pattern_card_right_panel {
    height: 100px;
    line-height: 100px;
}

    .pattern_card_right_panel small {
        color: #444;
        font-weight: 600;
    }

.p_home {
    color: #ebebeb !important;
    /* text-align: left; */
}

.pattern_card_home:hover {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25) !important;
}

.pattern_card_garage {
    height: 200px;
}

    .pattern_card_garage:before {
        /* content: ''; */
        display: inline-block;
        /* height: 30%; */
        vertical-align: middle;
    }

    .pattern_card_garage img {
        display: inline-block;
        vertical-align: middle;
    }

    .pattern_card_garage:hover {
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25) !important;
    }

.pattern_card_manuf {
    height: 100px;
}

    .pattern_card_manuf img {
        display: inline-block;
        vertical-align: middle;
    }

    .pattern_card_manuf:hover {
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25) !important;
    }

label.error {
    color: #ef3b3b;
}

.tagPurple {
    color: rgba(115,103,240,1);
}



@media (min-width: 768px) {
    .tagscontainer {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .tagscontainer {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: start;
        align-items: start;
    }
}
