﻿/* ===== Scrollbar CSS ===== */
/* Firefox */
/** {
    scrollbar-width: auto;
    scrollbar-color: #cccccc87 #ffffff;
}*/
 
@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@500&display=swap');
 
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 0px;
    height: 13px;
}

*::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
    background-color: #e1e0e0;
    border-radius: 10px;
    border: 1px solid #ffffff;
}
/*Video Frame Responsive*/

.responsive {
    padding-bottom: 50.25%;
    position: relative;
    display: block;
    width: 100%;
}

.mt-3 {
    margin-top: 30px !important;
}

@media(min-width:767px) {
    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .d-sm-0 {
        display: none !important;
    }
}

@media(max-width:500px) {
    .common-form .form-group input {
        padding: 0 20px !important;
    }
    .font-15 {
        font-size: 13px !important;
    }
    .font-15-form {
        font-size: 14px !important;
    }
    .legendlabel { 
        font-size: x-small; 
    }
}

.w-100h-100 {
    width: 100px !important;
    height: 100px !important;
}

.progress {
    --bs-progress-height: 10px !important;
}

.height70vh {
    height: 70vh;
    overflow: auto;
}

.pl-0 {
    padding-left: 0 !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.text-disabled {
    color: #bdbdbd !important;
}

form {
}

    form input, form textarea, form select {
        border: 1px solid #961e1e42;
        outline: 0;
        padding: 1em;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        display: block;
        width: 100%;
        /*margin-top: 1em;*/
        font-family: 'Merriweather', sans-serif;
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        resize: none;
        line-height: normal !important;
    }

    form #checkbox {
        width: 15px;
        height: 15px;
    }

        form #checkbox:focus {
            -webkit-box-shadow: 0 !important;
            box-shadow: 0 !important;
        }

    form input:focus, form textarea:focus, form select:focus {
        -moz-box-shadow: 0px 1px 3px 0px #b7b7b7 !important;
        -webkit-box-shadow: 0px 1px 3px 0px #b7b7b7 !important;
        box-shadow: 0px 1px 3px 0px #b7b7b7 !important;
    }

    form #input-submit {
        color: white;
        background: #961e1e;
        cursor: pointer;
    }

        form #input-submit:hover {
            -moz-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
            -webkit-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
            box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
        }

    form textarea {
        height: 126px;
    }

.form-grey-bg {
    background-color: #bdbdbd26 !important
}

.link-color {
    color: #0d6efd !important;
}

.pl-30px {
    padding-left: 30px !important;
}

.pl-20px {
    padding-left: 20px !important;
}

.pl-10px {
    padding-left: 10px !important;
}
.font-15-form{
    font-size:15px  
}
.font-size-16 {
    font-size: 16px !important;
}
.font-size-15 {
    font-size: 15px !important;
}

.legendlabel {
    position: relative;
    bottom: -12px;
    left: 10px;
    background: white;
    padding: 0 5px 0 5px;
    font-size: small;
    text-transform: lowercase;
}

.legendlabel2 {
    position: relative;
    bottom: -40px;
    left: 10px;
    padding: 0 5px 0 5px;
    font-size: small;
    text-transform:lowercase;
}

    .legendlabel2 :hover {
        color: red;
    }

.margin-minus-5rem {
    margin-bottom: -0.5rem !important;
}

.vh-50 {
    height: 50vh !important;
}

.vh-51 {
    height: 51vh !important;
}

.datepicker {
    padding: 1rem !important;
}

.pr-0 {
    padding-right: 0px !important;
}
.font-small{
    font-size:small !important;
}
.pl-0 {
    left: 0px !important;
}
.theme-text-color {
    color: #af5151c2 !important;
}
.theme-soft-bg {
    background-color: rgb(255 241 242) !important ;
} 
.theme-border-color {
    border-color: #af5151c2 !important;
}

.anouncAfter2::after {
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 1px;
    height: 15px;
}
.mb-53px {
    margin-bottom: 53px !important;
}
@media (min-width: 768px) {
    .col-md-4-custom {
        flex: 0 0 auto;
        width: 32.333333% !important;
    }
}
#panel, #flip {
    padding: 5px;
    text-align: start;
    background-color: #fff;
    
}

#panel {
    
    display: none;
}
.cutom-lg-icons {
    background: #000;
    width: fit-content;
    color: #fff;
    border-radius: 30px;
    font-size: 35px;
    padding: 5px;
}
.letter-space2px{
    letter-spacing:2px !important;
}
.field {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 300px;
}

.mouse {
    width: 28px;
    height: 42px;
    border: 2px solid #bfbfbf;
    border-radius: 60px;
    position: relative;
    top: -11%;
    left: 45%;
}
    .mouse::before {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #bfbfbf;
        border-radius: 50%;
        opacity: 1;
        animation: wheel 2s infinite;
        -webkit-animation: wheel 2s infinite;
    }

@keyframes wheel {
  to {
    opacity: 0;
    top: 30px;
  }
}
@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 30px;
  }
}
 