Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/wpforms-.../assets/css
File: choices.css
div.wpforms-container .wpforms-form .choices {
[0] Fix | Delete
position: relative;
[1] Fix | Delete
margin-bottom: 24px;
[2] Fix | Delete
}
[3] Fix | Delete
[4] Fix | Delete
div.wpforms-container .wpforms-form .choices ::-webkit-input-placeholder {
[5] Fix | Delete
color: #999999;
[6] Fix | Delete
}
[7] Fix | Delete
[8] Fix | Delete
div.wpforms-container .wpforms-form .choices ::-moz-placeholder {
[9] Fix | Delete
color: #999999;
[10] Fix | Delete
opacity: 1;
[11] Fix | Delete
}
[12] Fix | Delete
[13] Fix | Delete
div.wpforms-container .wpforms-form .choices ::placeholder {
[14] Fix | Delete
color: #999999;
[15] Fix | Delete
}
[16] Fix | Delete
[17] Fix | Delete
div.wpforms-container .wpforms-form .choices:focus {
[18] Fix | Delete
outline: none;
[19] Fix | Delete
}
[20] Fix | Delete
[21] Fix | Delete
div.wpforms-container .wpforms-form .choices:last-child {
[22] Fix | Delete
margin-bottom: 0;
[23] Fix | Delete
}
[24] Fix | Delete
[25] Fix | Delete
div.wpforms-container .wpforms-form .choices.is-disabled .choices__inner,
[26] Fix | Delete
div.wpforms-container .wpforms-form .choices.is-disabled .choices__input {
[27] Fix | Delete
background-color: #bbbbbb;
[28] Fix | Delete
cursor: not-allowed;
[29] Fix | Delete
user-select: none;
[30] Fix | Delete
}
[31] Fix | Delete
[32] Fix | Delete
div.wpforms-container .wpforms-form .choices [hidden] {
[33] Fix | Delete
display: none !important;
[34] Fix | Delete
}
[35] Fix | Delete
[36] Fix | Delete
div.wpforms-container .wpforms-form .choices * {
[37] Fix | Delete
box-sizing: border-box;
[38] Fix | Delete
}
[39] Fix | Delete
[40] Fix | Delete
div.wpforms-container .wpforms-form .choices.is-open .choices__inner {
[41] Fix | Delete
border-radius: 4px 4px 0 0;
[42] Fix | Delete
}
[43] Fix | Delete
[44] Fix | Delete
div.wpforms-container .wpforms-form .choices.is-open.is-flipped .choices__inner {
[45] Fix | Delete
border-radius: 0 0 4px 4px;
[46] Fix | Delete
}
[47] Fix | Delete
[48] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] {
[49] Fix | Delete
cursor: pointer;
[50] Fix | Delete
}
[51] Fix | Delete
[52] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__inner {
[53] Fix | Delete
display: flex;
[54] Fix | Delete
flex-wrap: wrap;
[55] Fix | Delete
align-items: center;
[56] Fix | Delete
padding-top: 0 !important;
[57] Fix | Delete
}
[58] Fix | Delete
[59] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] input.choices__input {
[60] Fix | Delete
display: block;
[61] Fix | Delete
width: calc(100% - 20px) !important;
[62] Fix | Delete
margin: 10px !important;
[63] Fix | Delete
padding: 7px 12px !important;
[64] Fix | Delete
box-sizing: border-box !important;
[65] Fix | Delete
border: 1px solid #8c8f94 !important;
[66] Fix | Delete
border-radius: 4px !important;
[67] Fix | Delete
background-color: #fff;
[68] Fix | Delete
}
[69] Fix | Delete
[70] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] input.choices__input:focus {
[71] Fix | Delete
border: 1px solid #056aab !important;
[72] Fix | Delete
box-shadow: 0 0 0 1px #056aab !important;
[73] Fix | Delete
outline: none !important;
[74] Fix | Delete
}
[75] Fix | Delete
[76] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__button {
[77] Fix | Delete
background-image: url("../images/cross-inverse.svg");
[78] Fix | Delete
padding: 0;
[79] Fix | Delete
background-size: 8px;
[80] Fix | Delete
position: absolute;
[81] Fix | Delete
top: 50%;
[82] Fix | Delete
inset-inline-end: 0;
[83] Fix | Delete
margin-top: -10px;
[84] Fix | Delete
margin-inline-end: 25px;
[85] Fix | Delete
height: 20px;
[86] Fix | Delete
width: 20px;
[87] Fix | Delete
border-radius: 10em;
[88] Fix | Delete
opacity: .5;
[89] Fix | Delete
}
[90] Fix | Delete
[91] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__button:hover, div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__button:focus {
[92] Fix | Delete
opacity: 1;
[93] Fix | Delete
}
[94] Fix | Delete
[95] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__button:focus {
[96] Fix | Delete
box-shadow: 0 0 0 2px #036aab;
[97] Fix | Delete
}
[98] Fix | Delete
[99] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__item[data-value=''] .choices__button {
[100] Fix | Delete
display: none;
[101] Fix | Delete
}
[102] Fix | Delete
[103] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-one"]:after {
[104] Fix | Delete
content: "";
[105] Fix | Delete
height: 0;
[106] Fix | Delete
width: 0;
[107] Fix | Delete
border-style: solid;
[108] Fix | Delete
border-color: currentColor transparent transparent transparent;
[109] Fix | Delete
border-width: 5px;
[110] Fix | Delete
position: absolute;
[111] Fix | Delete
inset-inline-end: 11.5px;
[112] Fix | Delete
top: 50%;
[113] Fix | Delete
margin-top: -2.5px;
[114] Fix | Delete
pointer-events: none;
[115] Fix | Delete
}
[116] Fix | Delete
[117] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-one"].is-open:after {
[118] Fix | Delete
border-color: transparent transparent currentColor transparent;
[119] Fix | Delete
margin-top: -7.5px;
[120] Fix | Delete
}
[121] Fix | Delete
[122] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-one"][dir="rtl"]:after {
[123] Fix | Delete
left: 11.5px;
[124] Fix | Delete
right: auto;
[125] Fix | Delete
}
[126] Fix | Delete
[127] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-one"][dir="rtl"] .choices__button {
[128] Fix | Delete
right: auto;
[129] Fix | Delete
left: 0;
[130] Fix | Delete
margin-left: 25px;
[131] Fix | Delete
margin-right: 0;
[132] Fix | Delete
}
[133] Fix | Delete
[134] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__inner {
[135] Fix | Delete
padding-right: 24px;
[136] Fix | Delete
}
[137] Fix | Delete
[138] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__inner .choices__input {
[139] Fix | Delete
padding: 0 4px !important;
[140] Fix | Delete
max-width: 100%;
[141] Fix | Delete
background-color: transparent;
[142] Fix | Delete
line-height: 22px;
[143] Fix | Delete
}
[144] Fix | Delete
[145] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"]:after {
[146] Fix | Delete
content: "";
[147] Fix | Delete
height: 0;
[148] Fix | Delete
width: 0;
[149] Fix | Delete
border-style: solid;
[150] Fix | Delete
border-color: currentColor transparent transparent transparent;
[151] Fix | Delete
border-width: 5px;
[152] Fix | Delete
position: absolute;
[153] Fix | Delete
inset-inline-end: 11.5px;
[154] Fix | Delete
top: 50%;
[155] Fix | Delete
margin-top: -1.5px;
[156] Fix | Delete
pointer-events: none;
[157] Fix | Delete
}
[158] Fix | Delete
[159] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"].is-open:after {
[160] Fix | Delete
border-color: transparent transparent currentColor transparent;
[161] Fix | Delete
margin-top: -7.5px;
[162] Fix | Delete
}
[163] Fix | Delete
[164] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__inner,
[165] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="text"] .choices__inner {
[166] Fix | Delete
cursor: text;
[167] Fix | Delete
}
[168] Fix | Delete
[169] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__button,
[170] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="text"] .choices__button {
[171] Fix | Delete
position: absolute;
[172] Fix | Delete
display: inline-block;
[173] Fix | Delete
vertical-align: baseline;
[174] Fix | Delete
margin-top: 0;
[175] Fix | Delete
margin-bottom: 0;
[176] Fix | Delete
margin-inline-start: 5px;
[177] Fix | Delete
padding: 0;
[178] Fix | Delete
background-color: transparent;
[179] Fix | Delete
background-image: url("../images/cross.svg");
[180] Fix | Delete
background-size: 12px;
[181] Fix | Delete
background-position: center center;
[182] Fix | Delete
background-repeat: no-repeat;
[183] Fix | Delete
width: 12px;
[184] Fix | Delete
height: 12px;
[185] Fix | Delete
line-height: 1;
[186] Fix | Delete
opacity: .75;
[187] Fix | Delete
border-radius: 0;
[188] Fix | Delete
inset-inline-end: 4px;
[189] Fix | Delete
}
[190] Fix | Delete
[191] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__button:hover, div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__button:focus,
[192] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="text"] .choices__button:hover,
[193] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="text"] .choices__button:focus {
[194] Fix | Delete
opacity: 1;
[195] Fix | Delete
}
[196] Fix | Delete
[197] Fix | Delete
div.wpforms-container .wpforms-form .choices__inner {
[198] Fix | Delete
width: 100%;
[199] Fix | Delete
background-color: #ffffff;
[200] Fix | Delete
padding: 4px 6px 0;
[201] Fix | Delete
border: 1px solid #8c8f94;
[202] Fix | Delete
overflow: hidden;
[203] Fix | Delete
border-radius: 4px;
[204] Fix | Delete
}
[205] Fix | Delete
[206] Fix | Delete
div.wpforms-container .wpforms-form .choices__list {
[207] Fix | Delete
margin: 0;
[208] Fix | Delete
padding-left: 0;
[209] Fix | Delete
list-style: none;
[210] Fix | Delete
}
[211] Fix | Delete
[212] Fix | Delete
div.wpforms-container .wpforms-form .choices__list--single {
[213] Fix | Delete
display: inline-block;
[214] Fix | Delete
vertical-align: baseline;
[215] Fix | Delete
width: 100%;
[216] Fix | Delete
padding: 0 16px 0 4px;
[217] Fix | Delete
font-size: 0.875em;
[218] Fix | Delete
}
[219] Fix | Delete
[220] Fix | Delete
div.wpforms-container .wpforms-form .choices__list--single .choices__item {
[221] Fix | Delete
width: 100%;
[222] Fix | Delete
overflow: hidden;
[223] Fix | Delete
text-overflow: ellipsis;
[224] Fix | Delete
padding-inline-end: 20px;
[225] Fix | Delete
white-space: nowrap;
[226] Fix | Delete
color: #2c3338;
[227] Fix | Delete
}
[228] Fix | Delete
[229] Fix | Delete
div.wpforms-container .wpforms-form .choices__list--single .choices__item[data-value=''] {
[230] Fix | Delete
padding-inline-end: 0;
[231] Fix | Delete
}
[232] Fix | Delete
[233] Fix | Delete
div.wpforms-container .wpforms-form .choices__list--multiple {
[234] Fix | Delete
display: inline;
[235] Fix | Delete
height: auto;
[236] Fix | Delete
overflow: auto;
[237] Fix | Delete
}
[238] Fix | Delete
[239] Fix | Delete
div.wpforms-container .wpforms-form .choices__list--multiple .choices__item {
[240] Fix | Delete
display: inline-block;
[241] Fix | Delete
vertical-align: middle;
[242] Fix | Delete
position: relative;
[243] Fix | Delete
align-items: center;
[244] Fix | Delete
border-radius: 2px;
[245] Fix | Delete
padding-block: 4px;
[246] Fix | Delete
padding-inline: 7px 20px;
[247] Fix | Delete
font-size: .75em;
[248] Fix | Delete
line-height: 1;
[249] Fix | Delete
font-weight: 400;
[250] Fix | Delete
margin: 0 6px 4px 0;
[251] Fix | Delete
background-color: #036aab;
[252] Fix | Delete
border: 1px solid #036aab;
[253] Fix | Delete
color: #ffffff;
[254] Fix | Delete
white-space: nowrap;
[255] Fix | Delete
overflow: hidden;
[256] Fix | Delete
text-overflow: ellipsis;
[257] Fix | Delete
max-width: calc(100% - 10px);
[258] Fix | Delete
}
[259] Fix | Delete
[260] Fix | Delete
div.wpforms-container .wpforms-form .choices__list--multiple .choices__item.is-highlighted {
[261] Fix | Delete
background-color: #036aab;
[262] Fix | Delete
}
[263] Fix | Delete
[264] Fix | Delete
div.wpforms-container .wpforms-form .is-disabled .choices__list--multiple .choices__item {
[265] Fix | Delete
background-color: #bbbbbb;
[266] Fix | Delete
border: 1px solid #bbbbbb;
[267] Fix | Delete
}
[268] Fix | Delete
[269] Fix | Delete
div.wpforms-container .wpforms-form .choices__list--dropdown {
[270] Fix | Delete
display: none;
[271] Fix | Delete
z-index: 101;
[272] Fix | Delete
position: absolute;
[273] Fix | Delete
width: 100%;
[274] Fix | Delete
background-color: #ffffff;
[275] Fix | Delete
border: 1px solid #8c8f94;
[276] Fix | Delete
top: 100%;
[277] Fix | Delete
margin-top: -1px;
[278] Fix | Delete
border-bottom-left-radius: 4px;
[279] Fix | Delete
border-bottom-right-radius: 4px;
[280] Fix | Delete
overflow: hidden;
[281] Fix | Delete
overflow-wrap: break-word;
[282] Fix | Delete
}
[283] Fix | Delete
[284] Fix | Delete
div.wpforms-container .wpforms-form .choices__list--dropdown.is-active {
[285] Fix | Delete
display: block;
[286] Fix | Delete
}
[287] Fix | Delete
[288] Fix | Delete
div.wpforms-container .wpforms-form .choices__list--dropdown .choices__list {
[289] Fix | Delete
position: relative;
[290] Fix | Delete
max-height: 300px;
[291] Fix | Delete
overflow: auto;
[292] Fix | Delete
-webkit-overflow-scrolling: touch;
[293] Fix | Delete
will-change: scroll-position;
[294] Fix | Delete
}
[295] Fix | Delete
[296] Fix | Delete
div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item {
[297] Fix | Delete
position: relative;
[298] Fix | Delete
vertical-align: top;
[299] Fix | Delete
padding: 10px;
[300] Fix | Delete
font-size: .875em;
[301] Fix | Delete
}
[302] Fix | Delete
[303] Fix | Delete
div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item--selectable.is-highlighted {
[304] Fix | Delete
background-color: #f6f6f6;
[305] Fix | Delete
}
[306] Fix | Delete
[307] Fix | Delete
div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item--selectable.is-highlighted:after {
[308] Fix | Delete
opacity: .5;
[309] Fix | Delete
}
[310] Fix | Delete
[311] Fix | Delete
div.wpforms-container .wpforms-form .choices__list--dropdown .choices__placeholder {
[312] Fix | Delete
display: none;
[313] Fix | Delete
}
[314] Fix | Delete
[315] Fix | Delete
div.wpforms-container .wpforms-form .is-flipped .choices__list--dropdown {
[316] Fix | Delete
top: auto;
[317] Fix | Delete
bottom: 100%;
[318] Fix | Delete
margin-top: 0;
[319] Fix | Delete
margin-bottom: -1px;
[320] Fix | Delete
border-radius: 4px 4px 0 0;
[321] Fix | Delete
}
[322] Fix | Delete
[323] Fix | Delete
div.wpforms-container .wpforms-form .choices__item {
[324] Fix | Delete
cursor: default;
[325] Fix | Delete
}
[326] Fix | Delete
[327] Fix | Delete
div.wpforms-container .wpforms-form .choices__item--selectable {
[328] Fix | Delete
cursor: pointer;
[329] Fix | Delete
}
[330] Fix | Delete
[331] Fix | Delete
div.wpforms-container .wpforms-form .choices__item--disabled {
[332] Fix | Delete
cursor: not-allowed;
[333] Fix | Delete
user-select: none;
[334] Fix | Delete
opacity: .5;
[335] Fix | Delete
}
[336] Fix | Delete
[337] Fix | Delete
div.wpforms-container .wpforms-form .choices__heading {
[338] Fix | Delete
font-weight: 600;
[339] Fix | Delete
font-size: .75em;
[340] Fix | Delete
text-transform: uppercase;
[341] Fix | Delete
padding: 10px;
[342] Fix | Delete
border-top: 1px solid #b4b6b9;
[343] Fix | Delete
border-bottom: 1px solid #b4b6b9;
[344] Fix | Delete
color: #a6a6a6;
[345] Fix | Delete
}
[346] Fix | Delete
[347] Fix | Delete
.choices__group[data-value="hidden"] > div.wpforms-container .wpforms-form .choices__heading {
[348] Fix | Delete
display: none;
[349] Fix | Delete
}
[350] Fix | Delete
[351] Fix | Delete
div.wpforms-container .wpforms-form .choices__button {
[352] Fix | Delete
text-indent: -9999px;
[353] Fix | Delete
-webkit-appearance: none;
[354] Fix | Delete
appearance: none;
[355] Fix | Delete
border: 0;
[356] Fix | Delete
background-color: transparent;
[357] Fix | Delete
background-repeat: no-repeat;
[358] Fix | Delete
background-position: center;
[359] Fix | Delete
cursor: pointer;
[360] Fix | Delete
}
[361] Fix | Delete
[362] Fix | Delete
div.wpforms-container .wpforms-form .choices__button:focus {
[363] Fix | Delete
outline: none;
[364] Fix | Delete
}
[365] Fix | Delete
[366] Fix | Delete
div.wpforms-container .wpforms-form .choices__input {
[367] Fix | Delete
display: inline-block;
[368] Fix | Delete
background-color: transparent;
[369] Fix | Delete
margin: 0 0 2px 0 !important;
[370] Fix | Delete
border: 0 !important;
[371] Fix | Delete
border-radius: 0 !important;
[372] Fix | Delete
min-height: 20px !important;
[373] Fix | Delete
padding: 2px 4px !important;
[374] Fix | Delete
height: auto !important;
[375] Fix | Delete
min-width: 1ch;
[376] Fix | Delete
width: 1ch;
[377] Fix | Delete
vertical-align: middle;
[378] Fix | Delete
}
[379] Fix | Delete
[380] Fix | Delete
div.wpforms-container .wpforms-form .choices__input::-webkit-search-cancel-button {
[381] Fix | Delete
display: none;
[382] Fix | Delete
}
[383] Fix | Delete
[384] Fix | Delete
div.wpforms-container .wpforms-form .choices__input--hidden {
[385] Fix | Delete
clip: rect(1px, 1px, 1px, 1px) !important;
[386] Fix | Delete
clip-path: inset(50%) !important;
[387] Fix | Delete
height: 1px !important;
[388] Fix | Delete
margin: -1px !important;
[389] Fix | Delete
overflow: hidden !important;
[390] Fix | Delete
padding: 0 !important;
[391] Fix | Delete
position: absolute !important;
[392] Fix | Delete
width: 1px !important;
[393] Fix | Delete
min-width: auto !important;
[394] Fix | Delete
word-wrap: normal !important;
[395] Fix | Delete
}
[396] Fix | Delete
[397] Fix | Delete
div.wpforms-container .wpforms-form .choices .choices__inner input.choices__input:focus {
[398] Fix | Delete
outline: none !important;
[399] Fix | Delete
box-shadow: none !important;
[400] Fix | Delete
border: none !important;
[401] Fix | Delete
}
[402] Fix | Delete
[403] Fix | Delete
div.wpforms-container .wpforms-form .choices__placeholder {
[404] Fix | Delete
opacity: .5;
[405] Fix | Delete
}
[406] Fix | Delete
[407] Fix | Delete
div.wpforms-container .wpforms-form #wpforms-admin-form-embed-wizard .choices.is-open.is-flipped .choices__inner {
[408] Fix | Delete
border-radius: 4px 4px 0 0;
[409] Fix | Delete
}
[410] Fix | Delete
[411] Fix | Delete
div.wpforms-container .wpforms-form #wpforms-admin-form-embed-wizard .is-flipped .choices__list--dropdown {
[412] Fix | Delete
border-radius: inherit;
[413] Fix | Delete
}
[414] Fix | Delete
[415] Fix | Delete
div.wpforms-container .wpforms-form #wpforms-admin-form-embed-wizard .choices[data-type*="select-one"]:after {
[416] Fix | Delete
border: none;
[417] Fix | Delete
background: #ffffff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23777%22%2F%3E%3C%2Fsvg%3E) no-repeat center;
[418] Fix | Delete
background-size: 16px 16px;
[419] Fix | Delete
cursor: pointer;
[420] Fix | Delete
width: 16px;
[421] Fix | Delete
height: 16px;
[422] Fix | Delete
top: 13px;
[423] Fix | Delete
right: 8px;
[424] Fix | Delete
margin-top: 0;
[425] Fix | Delete
}
[426] Fix | Delete
[427] Fix | Delete
div.wpforms-container .wpforms-form #wpforms-admin-form-embed-wizard .choices[data-type*="select-one"].is-flipped:after {
[428] Fix | Delete
transform: rotate(180deg);
[429] Fix | Delete
}
[430] Fix | Delete
[431] Fix | Delete
div.wpforms-container .wpforms-form .choices__list--dropdown {
[432] Fix | Delete
min-width: 250px;
[433] Fix | Delete
}
[434] Fix | Delete
[435] Fix | Delete
div.wpforms-container .wpforms-form .choices.is-disabled[data-type*="select-multiple"] .choices__button, div.wpforms-container .wpforms-form .choices.is-disabled[data-type*="text"] .choices__button {
[436] Fix | Delete
border-left: 1px solid rgba(0, 0, 0, 0.25);
[437] Fix | Delete
cursor: not-allowed;
[438] Fix | Delete
}
[439] Fix | Delete
[440] Fix | Delete
div.wpforms-container .wpforms-form .choices ::placeholder,
[441] Fix | Delete
div.wpforms-container .wpforms-form .choices ::-webkit-input-placeholder {
[442] Fix | Delete
opacity: 1;
[443] Fix | Delete
}
[444] Fix | Delete
[445] Fix | Delete
div.wpforms-container .wpforms-form .choices {
[446] Fix | Delete
margin-bottom: 0;
[447] Fix | Delete
}
[448] Fix | Delete
[449] Fix | Delete
body.rtl div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__inner {
[450] Fix | Delete
padding-right: 4px;
[451] Fix | Delete
padding-left: 24px;
[452] Fix | Delete
}
[453] Fix | Delete
[454] Fix | Delete
body.rtl div.wpforms-container .wpforms-form .choices__list--single {
[455] Fix | Delete
padding-right: 4px;
[456] Fix | Delete
padding-left: 16px;
[457] Fix | Delete
}
[458] Fix | Delete
[459] Fix | Delete
body.rtl div.wpforms-container .wpforms-form .choices__list--multiple .choices__item {
[460] Fix | Delete
margin-right: 0;
[461] Fix | Delete
margin-left: 3.75px;
[462] Fix | Delete
}
[463] Fix | Delete
[464] Fix | Delete
body.rtl div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item {
[465] Fix | Delete
text-align: right;
[466] Fix | Delete
}
[467] Fix | Delete
[468] Fix | Delete
body.rtl div.wpforms-container .wpforms-form .choices__input {
[469] Fix | Delete
padding-right: 2px !important;
[470] Fix | Delete
padding-left: 0 !important;
[471] Fix | Delete
}
[472] Fix | Delete
[473] Fix | Delete
body.rtl div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__button, body.rtl div.wpforms-container .wpforms-form .choices[data-type*="text"] .choices__button {
[474] Fix | Delete
margin-inline-end: 0;
[475] Fix | Delete
border-left: none;
[476] Fix | Delete
}
[477] Fix | Delete
[478] Fix | Delete
@media (min-width: 640px) {
[479] Fix | Delete
body.rtl div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item--selectable {
[480] Fix | Delete
text-align: right;
[481] Fix | Delete
padding-left: 100px;
[482] Fix | Delete
padding-right: 10px;
[483] Fix | Delete
}
[484] Fix | Delete
body.rtl div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item--selectable:after {
[485] Fix | Delete
right: auto;
[486] Fix | Delete
left: 10px;
[487] Fix | Delete
}
[488] Fix | Delete
}
[489] Fix | Delete
[490] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function