﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
}
nav {
    background-color: white;
    border-color: #C7C7C8;
    border-style: solid;
    border-width: 1px;
   
}
.brand-img {
    width: 15%;
}
.nav-seller-btn {
    color: white !important;
    background: #171717;
}
    .nav-seller-btn:hover {
        color: white !important;
        background: black !important;
    }
.nav-link {
    color: black !important;
}
.footer-copyright {
    font-size: small;
}
.cr-footer {
    text-align: center;
    background-color: #171717;
    color: white;
}
.btn-warning {
    background: #FFE44A;
    border: #FFE44A;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #dcdcdc;
    border-left: 1px solid #e7e7e7;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.font-size-25px-custom {
    font-size: 25px;
}
.font-size-20px-custom {
    font-size: 18px;
    line-height: 20px;
}
.responsive-margin-for-footer
{
    width : 100%;
    height: 1px;
}

.for-my-text {
    line-height: 20px;
    font-weight: 600;
    color: #444444;
}


body {
    font-family: sans-serif;
}

.my-input-label {
    font-size: 12px;
    margin-bottom: 4px;
    color: #a2a2a2;
}

.my-input {
    border: 0px;
    background-color: #f0f0f0;
    height: 40px;
    border-radius: 6px;
}

.my-select {
    height: 40px;
    border: none;
    border-radius: 4px;
    background-color: #f0f0f0;
}






/*Select 2 CSS*/
.select2
{
    width:100% !important;
}
.select2-container--default .select2-selection--single {
    background-color: #f0f0f0 !important;
    border: 0px solid #aaa !important;
    border-radius: 4px !important;
}

.select2-container .select2-selection--single {
    box-sizing: border-box !important;
    cursor: pointer !important;
    display: block !important;
    height: 40px !important;
    user-select: none !important;

}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
    position: absolute !important;
    top: 1px !important;
    right: 1px !important;
    width: 20px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block !important;
    padding-left: 8px !important;
    padding-right: 20px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    padding-top: 7px !important;
}

.select2-container--open .select2-dropdown--below {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block !important;
    background-color: #f0f0f0 !important;
    padding: 4px !important;
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        max-width: 100% !important;
    }

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #c0c0c0 !important;
    border-radius: 5px !important;
}

.select2-container--default .select2-results__option--selected {
    background: #70707070 !important;
}

.select2-results__option--selectable {
    cursor: pointer !important;
    background: #70707070 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #70707070 !important;
    color: #000000 !important;
}

.select2-results__option {
    background-color: #f0f0f0 !important;
    border: 0px !important;
    /* padding: 6px!important; */
    user-select: none !important;
    -webkit-user-select: none;
}


.fa-eye, .fa-eye-slash {
    color: #afafaf;
}

input:focus, textarea:focus, select:focus {
    background-color: #f0f0f0 !important;
    border: 1px #e2e2e2 solid !important;
    box-shadow: 0 0px 0 0 #f0f0f0 !important;
    outline-color: #e2e2e2 !important;
}
input:active {
    outline-color: #e2e2e2 !important;
    border: 1px #e2e2e2 solid !important;
}






/* If the screen size is 1200px wide or more, set the font-size to 80px */
@media (min-width: 500px) {
    .responsive-font-banner-heading {
        font-size: 4rem;
    }
    .responsive-remove-anything {
        display: block;
    }
    .responsive-margin-for-footer {
        margin-bottom: 15px;
    }
    .responsive-nav-offset {
        margin-left: 50%;
    }
    .my-border-right {
        border-right: 1px solid #e7e7e7;
        border-bottom: 0px solid #e7e7e7;
    }
}
/* If the screen size is smaller than 1200px, set the font-size to 80px */
@media (max-width: 1000px) {
    .responsive-font-banner-heading {
        font-size: 3rem;
    }
    .responsive-remove-anything
    {
        display: none;
    }
    .responsive-margin-for-footer {
        margin-bottom: 0px;
    }
    .fixed-bottom 
    {
        position:relative;
    }
    .responsive-navbar-button {
        width: 100%;
        text-align: center;
    }
    .responsive-navbar-nav-item {
        background-color: #f8f9fa;
        border-top: 1px solid #d1d1d1;
        text-align: center;
    }
    .responsive-nav-offset {
        margin-left: 0%;
    }
    .my-border-right {
        border-right: 0px solid #e7e7e7;
        border-bottom: 0px solid #e7e7e7;
    }
}
