File: /var/www/html/wp-content/themes/exertio/css/my-style.css
body {
font-family: 'poppins', sans-serif;
}
section {
padding: 50px 0;
}
.btn-theme {
display: inline-block;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
padding: 12px 30px;
border-radius: 4px;
box-shadow: none;
border: 1px solid #fe696a;
background-color: #fe696a;
color: #FFF;
transition: all 0.3s ease 0s;
}
.btn-theme:hover {
background-color: #fe696a;
box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(254,105,106,0.9);
color: #FFF !important;
border: 1px solid #fe696a;
}
.er-create-offer-modal .modal-dialog {
max-width: 800px;
margin: 80px auto;
}
.er-create-offer-modal .modal-header {
background-color: #f1f1f1;
border-bottom: 1px solid #dee2e6;
}
.er-create-offer-modal .modal-header .modal-title {
font-size: 20px;
text-transform: capitalize;
}
.er-create-offer-modal .modal-header .btn-close {
color: #ccc;
opacity: 0.5;
}
.er-create-offer-modal .modal-header .btn-close:focus {
box-shadow: none;
}
.er-create-offer-modal .modal-body {
padding: 0;
}
.er-create-offer-modal .er-gigs-list {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.er-create-offer-modal .er-gigs-list li > a {
text-decoration: none;
}
.er-create-offer-modal .er-gigs-list .er-gig-box {
display: flex;
align-items: center;
padding: 20px;
border-bottom: 1px solid #dee2e6;
transition: 0.3s ease-in-out;
}
.er-create-offer-modal .er-gigs-list .er-gig-box:hover {
background-color: #f1f1f1;
}
.er-create-offer-modal .er-gigs-list li:last-child .er-gig-box {
border-bottom: 0;
border-radius: 0 0 5px 5px;
}
.er-create-offer-modal .er-gigs-list .er-gig-box .img-box {
width: 120px;
height: 70px;
margin-right: 20px;
}
.er-create-offer-modal .er-gigs-list .er-gig-box .img-box img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 6px;
}
.er-create-offer-modal .er-gigs-list .er-gig-box .meta-box {
width: calc(100% - 140px);
}
.er-create-offer-modal .er-gigs-list .er-gig-box .meta-box .title {
font-size: 16px;
font-weight: 500;
color: #000;
margin-bottom: 0;
}
.er-create-offer-modal .gig-detail-content {
padding: 30px 20px;
}
.er-create-offer-modal .gig-detail-content .title-box {
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
margin-bottom: 20px;
}
.er-create-offer-modal .gig-detail-content .title-box h6 {
font-size: 16px;
font-weight: 500;
color: #000;
margin-bottom: 0;
}
.er-create-offer-modal .gig-detail-content .title-box .select-gig-btn {
font-size: 16px;
font-weight: 500;
padding: 5px 20px;
color: #fe696a;
background-color: #ffff;
border: 2px solid #fe696a;
border-radius: 4px;
}
.er-create-offer-modal .gig-detail-content .offer-desc-box {
display: flex;
margin-bottom: 30px;
}
.er-create-offer-modal .gig-detail-content .offer-desc-box .gig-img-box {
width: 180px;
height: 120px;
margin-right: 20px;
}
.er-create-offer-modal .gig-detail-content .offer-desc-box .gig-img-box img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 6px;
}
.er-create-offer-modal .gig-detail-content .offer-desc-box .desc-box {
width: calc(100% - 200px);
}
.er-create-offer-modal .gig-detail-content .offer-desc-box .desc-box textarea {
width: 100%;
height: 120px;
padding: 10px;
border: 1px solid #dee2e6;
border-radius: 6px;
resize: unset;
}
.er-create-offer-modal .gig-detail-content .offer-desc-box .desc-box textarea::placeholder {
color: #ccc;
opacity: 1;
}
.er-create-offer-modal .gig-detail-content .offer-desc-box .desc-box textarea:focus-visible {
outline: none;
}
.er-create-offer-modal .gig-detail-content .offer-desc-box .desc-box .total-number-count {
margin: 10px 0 0 0;
text-align: right;
font-size: 14px;
color: #ccc;
text-transform: uppercase;
}
.er-create-offer-modal .er-offer-detail-list {
padding-left: 0;
margin-bottom: 0;
border: 1px solid #ccc;
border-radius: 4px;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 20px;
background-color: #f1f1f1;
border-bottom: 1px solid #ccc;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item:first-child {
border-radius: 4px 4px 0 0;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item:last-child {
border-bottom: 0;
border-radius: 0 0 4px 4px;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item > span {
font-size: 16px;
color: #777;
text-transform: capitalize;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item .er-input-box {
position: relative;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item .er-input-box input {
width: 150px;
height: 40px;
padding: 12px 10px 10px 25px;
border: 1px solid #777;
border-radius: 4px;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item .er-input-box input:focus-visible {
outline: none;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item .er-input-box span.currency {
position: absolute;
top: 0;
bottom: 0;
left: 10px;
font-size: 20px;
line-height: 40px;
color: #777;
}
.er-create-offer-modal .gig-detail-content .offers-buttons {
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
margin-top: 20px;
}
.er-create-offer-modal .gig-detail-content .offers-buttons .back-btn {
font-size: 16px;
color: #777;
text-decoration: none;
}
.er-create-offer-modal .gig-detail-content .offers-buttons .back-btn i {
margin-right: 3px;
}
.select2-container.select2-container--open {
z-index: 9999;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item .er-input-box .select2-container--default .select2-selection--single {
width: 150px;
height: 40px;
border: 1px solid #777;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item .er-input-box .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 40px;
padding: 0 10px;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item .er-input-box .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 40px;
right: 10px;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item .er-input-box .select2-container--default .select2-selection--single .select2-selection__arrow b {
border-width: 7px 6px 0 6px;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item .er-input-box .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-width: 0 6px 7px 6px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
background-color: #fe696a;
}
/* responsive css */
@media (min-width: 768px) and (max-width: 991.98px) {
.er-create-offer-modal .modal-dialog {
max-width: 700px;
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
.er-create-offer-btn {
margin-bottom: 20px;
}
.er-create-offer-modal .modal-dialog {
max-width: 500px;
}
.er-create-offer-modal .gig-detail-content .title-box {
flex-direction: column-reverse;
align-items: flex-start;
}
.er-create-offer-modal .gig-detail-content .offer-desc-box .gig-img-box {
width: 110px;
}
.er-create-offer-modal .gig-detail-content .offer-desc-box .desc-box {
width: calc(100% - 130px);
}
}
@media (min-width: 320px) and (max-width: 575.98px) {
.er-create-offer-btn {
margin-bottom: 20px;
}
.er-create-offer-modal .modal-dialog {
max-width: auto;
width: auto;
margin: 10px;
}
.er-create-offer-modal .er-gigs-list .er-gig-box .img-box {
width: 80px;
height: 60px;
}
.er-create-offer-modal .er-gigs-list .er-gig-box .meta-box {
width: calc(100% - 100px);
}
.er-create-offer-modal .gig-detail-content .title-box {
flex-direction: column-reverse;
align-items: flex-start;
}
.er-create-offer-modal .gig-detail-content .offer-desc-box {
flex-direction: column;
gap: 10px;
}
.er-create-offer-modal .gig-detail-content .offer-desc-box .gig-img-box {
width: 100%;
height: 150px;
}
.er-create-offer-modal .gig-detail-content .offer-desc-box .desc-box {
width: 100%;
}
.er-create-offer-modal .gig-detail-content .offer-desc-box .desc-box textarea {
height: 180px;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item {
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item .er-input-box {
width: 100%;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item .er-input-box input {
width: 100%;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item .er-input-box .select2-container {
width: 100% !important;
}
.er-create-offer-modal .er-offer-detail-list .offer-list-item .er-input-box .select2-container--default .select2-selection--single {
width: 100%;
}
}