/*
primary: #03bfff;
red: #ff0341;
yellow:#ffc103;
green: #4dd41d;
*/

body {
    background-color: #efeef3 !important;
}

.text-primary-coocle {
    color: #03bfff;
}


.text-danger-coocle {
    color: #ff0341;
}

.text-success-coocle {
    color: #4dd41d;
}

.text-warning-coocle {
    color: #ffc103;
}



@media only screen and (max-width: 600px) {
    .text-responsive-coocle {
        font-size: 20px;
    }

}



.coocle-logo {
    width: 175px;
}

.coocle-logo-sm {
    width: 20px;
}

.navbar-toggler {
    border-color: #03bfff;
    border-radius: 1rem;
}

.navbar-toggler .navbar-toggler-icon {
    border-color: rgb(255, 102, 203);
}

.btn-coocle {
    color: #fff;
    background-color: #03bfff;
    border-color: #03bfff;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    border: none;
}

.btn-coocle:focus {
    color: #fff;
    background-color: #03bfff;
    border-color: #03bfff;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    border: none;
}

.btn-coocle:hover {
    color: #fff;
    background-color: #009ace;
    border-color: #009ace;
}

.btn-coocle-secondary {
    color: black;
    background-color: #fdc844;
    border-color: #fdc844;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    border: none;
}

.btn-coocle-secondary:focus {
    color: black;
    background-color: #fdc844;
    border-color: #fdc844;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    border: none;
}

.btn-coocle-secondary:hover {
    color: black;
    background-color: #fcb504;
    border-color: #fcb504;
}

.btn-coocle-secondary.disabled,
.btn-coocle-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-coocle {
    color: #03bfff;
    border-color: #03bfff;
    border-radius: 1rem;
    padding: 0.5rem 1rem
}

.btn-outline-coocle:focus {
    color: #03bfff;
    border-color: #03bfff;
    border-radius: 1rem;
    padding: 0.5rem 1rem
}

.btn-outline-coocle:hover {
    color: #fff;
    background-color: #03bfff;
    border-color: #03bfff;
}

.btn-outline-coocle-secondary {
    color: #fdc844;
    border-color: #fdc844;
    border-radius: 1rem;
    padding: 0.5rem 1rem
}

.btn-outline-coocle-secondary:focus {
    color: #fdc844;
    border-color: #fdc844;
    border-radius: 1rem;
    padding: 0.5rem 1rem
}

.btn-outline-coocle-secondary:hover {
    color: black;
    background-color: #fcb504;
    border-color: #fcb504;
}


.btn-coocle-danger {
    color: #fff;
    background-color: #fd2f05;
    border-color: #fd2f05;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    border: none;
}

.btn-coocle-outline-danger {
    color: #fd2f05;
    border-color: #fd2f05;
    border-radius: 1rem;
    padding: 0.5rem 1rem
}

.btn-coocle-outline-danger:hover {
    color: #fff;
    background-color: #fd2f05;
    border-color: #fd2f05;
}


.btn-coocle-danger:hover {
    color: #fff;
    background-color: #cd2402;
    border-color: #cd2402;
}

.btn-coocle-success {
    color: #fff;
    background-color: green;
    border-color: green;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    border: none;
}

.btn-coocle-success:hover {
    color: #fff;
    background-color: #006600;
    border-color: #006600;
}

.btn-outline-coocle-danger {
    color: #fd2f05;
    border-color: #fd2f05;
    border-radius: 1rem;
    padding: 0.5rem 1rem
}

.btn-outline-coocle-danger:focus {
    color: #fd2f05;
    border-color: #fd2f05;
    border-radius: 1rem;
    padding: 0.5rem 1rem
}

.btn-outline-coocle-danger:hover {
    color: #fff;
    background-color: #fd2f05;
    border-color: #fd2f05;
}

.card-link-coocle {
    text-decoration: none;
}

.card-coocle {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 1rem;
    border: 1px solid #03bfff;
}

.card-img-coocle {
    width: 100%;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}

.card-header-coocle {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid gainsboro;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.card-body-coocle {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card-footer-coocle {
    display: flex;
    flex-direction: column;
    padding: 1rem 1rem;
    border-top: 1px solid gainsboro;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.card-offer {
    border-radius: 1rem;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 100%;
    height: 25vh;
}

.form-control-coocle {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    background-clip: padding-box;
    border: 1px solid gainsboro;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 1rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-coocle:disabled {
    background-color: #e9ecef;
}

.form-control-coocle.is-invalid {
    border: 1px solid red;
}

.form-select-coocle {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    background-color: white;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 1rem;
}

.form-select-coocle.is-invalid {
    border-color: red;
}

select:disabled {
    background-color: #f2f2f2;
}

.form-check-coocle {
    display: block;
    min-height: 1.44rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
    border-radius: 100%;

}

.form-check-input-coocle-no {
    display: none;
    min-height: 1.44rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
    border-radius: 100%;

}

.form-check-input-coocle:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input-coocle:checked {
    background-color: #03bfff;
    border-color: #03bfff;
}

.form-check-coocle .form-check-input-coocle {
    float: left;
    margin-left: -1.5em;
}

.form-check-input-coocle {
    width: 1.3em;
    height: 1.3em;
    margin-top: 0.1em;
    vertical-align: top;
    background-color: #03bfff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    border-radius: 1.3rem;
}

.card-coocle-mini {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 150px;
    height: 150px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.grid-coocle {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

#home-aside {
    background-color: #f9f9f9;
    padding-right: 90px;
    padding-left: 90px;
}

#home-aside-responsive {
    background-color: #f9f9f9;
    width: auto;


}

#nav-aside {
    background-color: #03bfff;
}

#nav-aside li {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

#nav-aside li a {
    text-decoration: none;
    color: white;
}

#nav-aside li:hover {
    background-color: #efeef3;
}

#nav-aside li:hover a {
    color: black;
    font-weight: bold;
}

#nav-aside li.active {
    background-color: #efeef3;
}

#nav-aside li.active a {
    color: black;
    font-weight: bold;
}


/*STAR*/

input.rating~label {
    color: gainsboro;
}

input.rating:hover~label {
    color: orange;
}

.star>input {
    display: none;
}

input.rating:checked~label {
    color: orange;
}

input.rating.active~label {
    color: orange;
}


/*RATING*/

.rate:not(:checked)>input {
    display: none;
}

.rate:not(:checked)>label {
    float: right;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 25px;
    color: #ccc;
}

.rate>input:checked~label {
    color: orange;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: orange;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: orange;
}

.fa-check {
    color: green;
}

.table-coocle {
    width: 100%;
    background-color: #fff;
    border-radius: 1rem;
    border: 1px solid #03bfff;
    border-collapse: separate;
    padding: 0.5rem 1rem;
    border-spacing: 0;
}

.table-coocle th {
    border-bottom: 1px solid gainsboro;
}

.table-coocle td {
    border: none;
}

.page-link.active,
.active>.page-link {
    background-color: #03bfff;
    border-color: #03bfff;
}

.circle-coocle-danger {
    font-size: 30px;
    text-align: center;
    margin: auto;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 5px solid #ff0341;
    line-height: 100px;
}

.circle-coocle-warning {
    font-size: 30px;
    text-align: center;
    margin: auto;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 6px solid #ffcb2f;
    line-height: 120px;
}

.circle-coocle-success {
    font-size: 30px;
    text-align: center;
    margin: auto;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 5px solid #198754;
    line-height: 120px;
}

.pills-coocle {
    color: gainsboro;
    background-color: #fff;
    border: 1px solid gainsboro;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    font-weight: bold;
}

.form-check-input:checked {
    background-color: #03bfff;
    border-color: #03bfff;
}

.form-check-input:checked~label {
    color: #03bfff;
}

.btn-none {
    background-color: transparent;
    border: none;
    color: #03bfff
}

.photo-card-big {
    height: 222px;
    object-fit: cover;
    display: inline-block;
    border-radius: 1rem;

}