﻿body {
}


.btn-outline-success {
    background-color: #fff;
    border: 2px solid forestgreen;
    color: forestgreen;
}

    .btn-outline-success:hover {
        background-color: forestgreen;
        border: 2px solid forestgreen;
        color: #fff;
    }

.d-flex {
    display: flex;
}

.flex-grow-1{
    flex-grow:1;
}

.bg-light {
    background-color: #f0f0f029;
}

.cursor-pointer {
    cursor: pointer;
}
/*buttons*/
.btn-primary {
    background: #0548c3e8;
    color: white;
}

    .btn-primary:hover {
        color: yellow;
    }

.btn-danger {
    background: #fb8989;
    color: white;
}

    .btn-danger:hover {
        color: yellow;
        background-color: red;
    }


/*paddings*/
.p-5px {
    padding: 5px;
}

.pt-5px {
    padding-top: 5px;
}

/*Margins*/

.ms-auto {
    margin-left: auto;
}

.m-5px {
    margin: 5px;
}

.ms-5px {
    margin-left: 5px;
}

.ms-25px {
    margin-left: 25px;
}

.me-5px {
    margin-right: 5px;
}

.mt-5px {
    margin-top: 5px;
}

.mt-10px {
    margin-top: 10px;
}
.mt-25px {
    margin-top: 25px;
}
.mt-50px {
    margin-top: 50px;
}

.fw-bold {
    font-weight: bold;
}

.text-danger {
    color: red !important;
}

.text-info {
    color: #1c59c8;
}

.text-small {
    font-size: 12px;
}

.section-container {
    box-shadow: 0 8px 12px rgb(25 40 65 / 12%);
    border-radius: 8px;
    background: #fff;
    padding: 16px;
    margin: 10px;
}


.form-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1.1vw;
}

.form-label {
    -webkit-flex: 33.8% 0 0;
    -ms-flex: 33.8% 0 0px;
    flex: 15% 0 0;
    padding-top: 0.7vw;
    margin-bottom: unset;
}

.form-input {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.active-wishlist {
    border: 1px solid #0062cc !important;
    border-radius: 5px;
    color: #0062cc !important;
}

    .active-wishlist:hover {
        border: 1px solid red !important;
    }

.is-active-text {
    color: #ec1b37 !important;
    background-color: #fff;
}



/*Scans page*/

.scans-container {
    margin: 75px 10px 10px 10px;
}

.scans-header {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
    padding: 5px;
    background: #fbfbfb;
}

.scans-title {
    font-size: 20px;
    font-weight: bold;
    color: black;
}

.panel-head {
    background: #f9b4b4;
    padding: 5px 10px 0px 10px;
}


/*Rugclub page*/
.rugclub-page {
    display: flex;
    min-height: 500px;
    -webkit-font-smoothing: antialiased;
}

.left-navbar {
    background: #fff;
    padding: 10px;
    border-right: 1px solid #efefef;
    border-radius: 10px;
    min-width: 210px;
    width: 210px;
}

.left-nav-item {
    border-bottom: 1px solid #efefef;
    padding: 5px;
    cursor: pointer;
}

    .left-nav-item:hover {
        background-color: #f8f8f8;
    }

    .left-nav-item a {
        color: black;
    }

.content-details {
    padding: 10px 20px 10px 10px;
    box-shadow: -5px 2px 8px 7px #dbd8d863;
    width: 100%;
}

.page-controls {
    background: #f0f0f0;
    padding: 10px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-control-item-selected {
    box-shadow: 0 2px 2px rgb(77 84 110 / 12%), 0 0 1px rgb(77 84 110 / 40%);
    border-radius: 6px;
    background: #fff;
    padding: 5px;
}


/*table*/

.rugclub-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
}

    .rugclub-table th {
        background: #b7b7b7;
        color: black;
    }

    .rugclub-table th, td {
        text-align: left;
        padding: 10px;
    }

    .rugclub-table tr:nth-child(even) {
        background-color: #f2f2f2;
    }

/*Panel*/

.panel {
    border: 1px solid #f0f0f0;
    border-radius: 5px
}

.panel-body {
    background: white;
    color: black;
    padding: 10px;
    font-weight: 500;
}


/*Accounts page*/

.rc-page-container {
    margin: 75px 10px 10px 10px;
}

.rc-page-header {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
    padding: 5px;
    background: #fbfbfb;
    display: flex;
}

.rc-page-title {
    font-size: 20px;
    font-weight: bold;
    color: black;
}


.rc-input {
    background: #c3c3c312;
    border-radius: 6px;
    height: 40px;
    padding: 0 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-shadow: unset;
    transition: box-shadow .3s ease;
}

.rc-box {
    width: 45%;
    background: #f5faff;
    padding: 10px;
    margin: 2%;
    border: 1px solid #e8eef3;
    border-radius: 3px;
}


.rug-gallery {
    display: flex;
    flex-wrap: wrap;
    background-color: #f5f5f454;
    border-radius: 5px;
    box-shadow: -1px 1px 2px 2px #f7f7f7;
    padding: 10px;
    margin: 10px 5px;
}

.rug-gallery-item {
    margin: 10px;
    padding: 10px;
    background: white;
    height: 375px;
    width: 400px;
    border-radius: 5px;
    border: 1px solid #f0f0f0;
}

.rug-gallery-item-product {
    height: 330px;
    align-content: center;
    justify-content: center;
    align-items: center;
}

    .rug-gallery-item-product img {
        height: 330px;
        width: 300px;
    }

.rug-gallery-item-caption {
    height: 100px;
    border: 1px solid #f3f3f3;
    padding: 5px;
    border-radius: 2px;
}


.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.tab-container {
    background: #fff;
    border: 1px solid #f0f0f0;
}

.tab-header {
    background: #f0f0f0;
    display: flex;
}
.tab-nav-item {
    background: #ffffff;
    margin: 3px;
    padding: 10px;
    border-radius: 5px;
}

    .tab-nav-item:hover {
        background: #e1e1e1;
        color:orangered;
    }

    .tab-nav-link {
        color: black;
        font-weight: 600;
    }

.tab-content{
    padding:10px;
}



/*DropdownMenu*/
.rc-dropbtn {
    color: black;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
    .rc-dropbtn a {
        color: black;
    }

.rc-dropdown {
    position: relative;
    display: inline-block;
}

.rc-dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    width:200px;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .rc-dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .rc-dropdown-content a:hover {
            background-color: #f1f1f1;
        }

.rc-dropdown:hover .rc-dropdown-content {
    display: block;
}

.rc-dropdown:hover .rc-dropbtn {
    color: #ec1b37;
}

.rc-dropdown:hover .rc-dropbtn a{
    color: #ec1b37;
}
