.p_45_s367{ .wedo_bulk_form { padding: 80px 0px; background-color: var(--themeBg1); background-position: center; background-repeat: no-repeat; background-size: cover; } .formSec { padding: 20px; border-radius: 10px; background-color: var(--themeBg2); max-width: 500px; width: 95%; } .formHeader { margin-bottom: 20px; } .formHeading { font-weight: 600; font-size: 20px; line-height: 30px; } .crossSec { width: 40px; height: 40px; background-color: var(--themeColor1); color: var(--paragraphColorWhite); display: flex; align-items: center; justify-content: center; font-size: 20px; border-radius: 10px; cursor: pointer; } .inputMain { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 10px; margin-bottom: 10px; } .formLabel { display: inline-block; font-size: 12px; font-weight: 600; line-height: 20px; margin-bottom: 2px; } .inputCardSec input, .inputCardSec textarea { width: calc(100% - 20px); padding: 10px 10px; border-radius: 5px; border: 1px solid #ccc; resize: vertical; color: #797979; } .inputCardSec select { width: 100%; padding: 10px 10px; border-radius: 5px; border: 1px solid #ccc; } .magBot10 { margin-bottom: 10px; } .btnSec { text-align: center; } .btn { background-color: var(--themeColor1); color: var(--paragraphColorWhite); font-size: 15px; padding: 10px 20px; border: none; border-radius: 40px; font-weight: 600; margin-top: 10px; cursor: pointer; transition: 0.3s; border: 2px solid transparent; } .btn:hover { border: 2px solid var(--btnHoverTextColor); background-color: var(--btnHoverColor); color: var(--btnHoverTextColor); } .leftSec { text-align: center; } .formLabel span { color: red; } /* SELECT2 */ .select2-container--default .select2-selection--multiple .select2-selection__choice { font-size: 12px; color: var(--paragraphColorWhite); background-color: var(--themeColor1); padding: 5px 10px; } .select2-container .select2-search--inline .select2-search__field { font-size: 12px; padding: 10px 0px 10px 2px; } .select2-results__option { font-size: 14px; } .select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: #ffffff; } .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { color: #ffffff; } .select2-container--default .select2-search--inline .select2-search__field { font-size: 12px; } .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: var(--themeColor1); } .select2-container--default .select2-selection--multiple { border: 1px solid #ccc; border-radius: 5px; } .select2-container .select2-search--inline .select2-search__field { margin-top: 0px; } .select2-container--default .select2-selection--multiple .select2-selection__rendered { padding: 0px 10px; } .wedo_bulk_form{ padding: 40px 0px; } .formSec{ width: calc(95% - 40px); } }.p_45_s367{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }