html {
  scroll-behavior: smooth;
}

.row {
    margin: 0;
}

.content {
	display: flex;
    justify-content: space-between;
}

.col-6 {
    max-width: 45%;
}

.col-6b {
    max-width: 50%;
}

.footer {
    padding-bottom: 2rem;
}

.summary, .add-opinion {
    -webkit-box-shadow: 0px 4px 8px 4px rgba(229, 229, 229, 1);
    -moz-box-shadow: 0px 4px 8px 4px rgba(229, 229, 229, 1);
    box-shadow: 0px 4px 8px 4px rgba(229, 229, 229, 1);
}

.add-opinion {
    padding: 1rem 4rem;
}

.summary {
    padding: 1rem 4rem;
    height: 32rem;
}

.l-title {
    color: #cb3a8e;
    font-size: 2rem;
}

.summary-content {
    position: absolute;
    margin-top: 3rem;
    margin-left: -3.8rem;
}

.title {
	padding-top: 3rem;
}

.file {
	padding-top: 1rem;
}

.btn {
	margin-top: 1rem;
	padding: 0.5rem 2rem;
}

.formDetails {
    color: #cb3a8e;
    font-size: 1.2rem;
}

.title-txt {
    width: 100%;
    height: 3rem;
}

/* star rating */

.rate {
    float: left;
    height: 46px;
}
.rate:not(:checked) > input {
    position: absolute;
    top: -9999px;
}
.rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.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: #c59b08;
}

input {
    font-family: Poppins, sans-serif;
    background-color: #f5f5f6;
    padding: 5px;
    border: 2px solid #f5f5f6;
}

textarea {
    background-color: #f5f5f6;
    border: 4px transparent;
    color: #000;
}

textarea#content {
    font-family: Poppins, sans-serif;
    width: 100%;
    padding: 5px;
    resize: none;
    border: 2px solid transparent;
}

label, .add-photo-txt {
    font-size: 14px;
    font-weight: 500;
}

input:focus, #content:focus { outline: none; }

input:focus-visible {
    border: 2px solid #CB3A8E !important;
}

.upload-photo {
    widows: 100%;
    background-color: #f5f5f6;
    height: 3rem;
    border: 2px dashed #D6D6D6;
    opacity: 0.6;
    font-size: 14px !important;
    padding: 3px;
}

#upload-photo {
   opacity: 0;
   position: absolute;
   z-index: -1;
}

.upload-photo-txt {
    position: absolute;
    margin-left: 8px;
}

.img-arrow {
    margin-top: 1px;
    max-height: 18px;
    margin-left: 10px;
}

textarea#content:focus {
    border: 2px solid #CB3A8E;
}

.name--email {
    display: flex;
    justify-content: space-between;
}

.name-txt, .email-txt {
    min-width: 52%;
}

.name-txt input, .email-txt input {
    width: 92%;
}

.checkbox-accept {
    position: absolute;
    background-color: #f5f5f6 !important;
    margin: 5px 15px 0 0;
}

.checkbox-txt {
    margin-left: 5px;
}

.checkbox-accept + .formDetails {
    margin-left: 1.6rem !important;
}

.btn {
    border: solid 2px #CB3A8E;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 2rem;
}

.btn-send {
    margin-top: 3rem;
    padding: 1rem 5rem;
    background-color: #fff;
    color: #CB3A8E;
}

.btn-contact {
    background-color: #CB3A8E;
    color: #fff;
    width: 100%;

    position: absolute;
    padding: 1rem;
}

.btn-contact a {
    color: #fff;
}

.submit-button {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.btn-send:hover {
    cursor: pointer;
    background-color: #CB3A8E;
    color: #fff;
    transition: all 0.2s ease-in;
}

.site-header {
    margin-bottom: 1.5rem;
}

.opinion-row {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 0.8rem;
    margin-top: 0.8rem;
}

.star-item {
    color: #ffc700;
}

.all-opinions-link {
	color: #000;
    text-align: center;
}

.gt-sign {
    font-size: 3rem;
    margin-top: -12px;
    margin-left: 7px;
    position: absolute;
}

.progress-bar {
    margin: 0.4rem 1.5rem;
    width: 78%;
    height: 1.5rem;
    background: #E5E5E5;
}

@media screen and (max-width: 1559px) {
  .progress-bar {
    width: 70%;
  }
}

@media screen and (max-width: 1199px) {
  .progress-bar {
    width: 63%;
  }
}

@media screen and (max-width: 992px) {
    .content {
        flex-direction: column;
    }
    .summary {
        flex-direction: column;
        padding: 1rem 2rem;
        min-width: 100%;
    }
    .add-opinion {
        padding: 1rem 2rem;
        min-width: 100%;
    }

    .summary-content {
        display: contents;
    /*  display: none;
        visibility: hidden; */
    }

    button.btn.btn-contact {
        display: none;
        visibility: hidden;
    }

    .name--email {
        flex-direction: column;
    }

    .name-txt input, .email-txt input {
        width: 100%;
    }

    .email-txt {
        padding-top: 10px;
    }

    .single-opinion {
        flex-direction: column;
    }
}

progress {
   -webkit-appearance: none;
   appearance: none;
}

progress::-webkit-progress-bar {
     background-color: #E5E5E5;
 }

.progress-bar[value]::-webkit-progress-value {
  background-image:
       -webkit-linear-gradient(-180deg,
                               transparent 33%, rgba(0, 0, 0, .1) 33%,
                               rgba(0,0, 0, .1) 66%, transparent 66%),
       -webkit-linear-gradient(top,
                               rgba(255, 255, 255, .25),
                               rgba(0, 0, 0, .25)),
       -webkit-linear-gradient(left, #3B0736, #CB3A8E);
}

.progress-bar::-moz-progress-bar {
  background: -moz-linear-gradient(-45deg, #3B0736, #CB3A8E);
}

.mt-6 {
    margin-top: 6rem;
}

.single-opinion {
    display: flex;
    margin-bottom: 2.4rem;
}

.rate-star-items {
    color: #ffc700;
    font-size: 2.5rem;
    margin-left: 1.6rem;
}

.name {
    display: inline;
    color: #CB3A8E;
    font-size: 2.3rem;
    font-weight: bold;
    margin-left: 1.6rem;
}

.opinion-title {
    margin-left: 1.6rem;
    font-weight: bold;
}

.opinion-txt {
    margin-left: 1.6rem;
}

.avatar {
    max-width: 190px;
    max-height: 140px;
}

.message-comment {
    color: #CB3A8E;
}

@media (min-width: 1560px) {
    .navmenu .main_menu>li {
        margin-left: 47px !important;
    }
}

.pagination {
	padding: 1.2rem;
	font-size: 2rem;
	text-align: center;
}

.pagination a {
	margin-left: 1.6rem;
}