Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/wpforms-.../assets/css/integrat.../divi
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, div.wpforms-container .wpforms-form .choices.is-disabled .choices__input {
[26] Fix | Delete
background-color: #bbbbbb;
[27] Fix | Delete
cursor: not-allowed;
[28] Fix | Delete
user-select: none;
[29] Fix | Delete
}
[30] Fix | Delete
[31] Fix | Delete
div.wpforms-container .wpforms-form .choices [hidden] {
[32] Fix | Delete
display: none !important;
[33] Fix | Delete
}
[34] Fix | Delete
[35] Fix | Delete
div.wpforms-container .wpforms-form .choices * {
[36] Fix | Delete
box-sizing: border-box;
[37] Fix | Delete
}
[38] Fix | Delete
[39] Fix | Delete
div.wpforms-container .wpforms-form .choices.is-open .choices__inner {
[40] Fix | Delete
border-radius: 4px 4px 0 0;
[41] Fix | Delete
}
[42] Fix | Delete
[43] Fix | Delete
div.wpforms-container .wpforms-form .choices.is-open.is-flipped .choices__inner {
[44] Fix | Delete
border-radius: 0 0 4px 4px;
[45] Fix | Delete
}
[46] Fix | Delete
[47] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] {
[48] Fix | Delete
cursor: pointer;
[49] Fix | Delete
}
[50] Fix | Delete
[51] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__inner {
[52] Fix | Delete
display: flex;
[53] Fix | Delete
flex-wrap: wrap;
[54] Fix | Delete
align-items: center;
[55] Fix | Delete
padding-top: 0 !important;
[56] Fix | Delete
}
[57] Fix | Delete
[58] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] input.choices__input {
[59] Fix | Delete
display: block;
[60] Fix | Delete
width: calc(100% - 20px) !important;
[61] Fix | Delete
margin: 10px !important;
[62] Fix | Delete
padding: 7px 12px !important;
[63] Fix | Delete
box-sizing: border-box !important;
[64] Fix | Delete
border: 1px solid #8c8f94 !important;
[65] Fix | Delete
border-radius: 4px !important;
[66] Fix | Delete
background-color: #fff;
[67] Fix | Delete
}
[68] Fix | Delete
[69] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] input.choices__input:focus {
[70] Fix | Delete
border: 1px solid #056aab !important;
[71] Fix | Delete
box-shadow: 0 0 0 1px #056aab !important;
[72] Fix | Delete
outline: none !important;
[73] Fix | Delete
}
[74] Fix | Delete
[75] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__button {
[76] Fix | Delete
background-image: url("../images/cross-inverse.svg");
[77] Fix | Delete
padding: 0;
[78] Fix | Delete
background-size: 8px;
[79] Fix | Delete
position: absolute;
[80] Fix | Delete
top: 50%;
[81] Fix | Delete
right: 0;
[82] Fix | Delete
margin-top: -10px;
[83] Fix | Delete
margin-right: 25px;
[84] Fix | Delete
height: 20px;
[85] Fix | Delete
width: 20px;
[86] Fix | Delete
border-radius: 10em;
[87] Fix | Delete
opacity: .5;
[88] Fix | Delete
}
[89] Fix | Delete
[90] 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 {
[91] Fix | Delete
opacity: 1;
[92] Fix | Delete
}
[93] Fix | Delete
[94] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__button:focus {
[95] Fix | Delete
box-shadow: 0 0 0 2px #036aab;
[96] Fix | Delete
}
[97] Fix | Delete
[98] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__item[data-value=''] .choices__button {
[99] Fix | Delete
display: none;
[100] Fix | Delete
}
[101] Fix | Delete
[102] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-one"]:after {
[103] Fix | Delete
content: "";
[104] Fix | Delete
height: 0;
[105] Fix | Delete
width: 0;
[106] Fix | Delete
border-style: solid;
[107] Fix | Delete
border-color: currentColor transparent transparent transparent;
[108] Fix | Delete
border-width: 5px;
[109] Fix | Delete
position: absolute;
[110] Fix | Delete
right: 11.5px;
[111] Fix | Delete
top: 50%;
[112] Fix | Delete
margin-top: -2.5px;
[113] Fix | Delete
pointer-events: none;
[114] Fix | Delete
}
[115] Fix | Delete
[116] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-one"].is-open:after {
[117] Fix | Delete
border-color: transparent transparent currentColor transparent;
[118] Fix | Delete
margin-top: -7.5px;
[119] Fix | Delete
}
[120] Fix | Delete
[121] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-one"][dir="rtl"]:after {
[122] Fix | Delete
left: 11.5px;
[123] Fix | Delete
right: auto;
[124] Fix | Delete
}
[125] Fix | Delete
[126] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-one"][dir="rtl"] .choices__button {
[127] Fix | Delete
right: auto;
[128] Fix | Delete
left: 0;
[129] Fix | Delete
margin-left: 25px;
[130] Fix | Delete
margin-right: 0;
[131] Fix | Delete
}
[132] Fix | Delete
[133] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__inner {
[134] Fix | Delete
padding-right: 24px;
[135] Fix | Delete
}
[136] Fix | Delete
[137] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__inner .choices__input {
[138] Fix | Delete
padding: 0 4px !important;
[139] Fix | Delete
max-width: 100%;
[140] Fix | Delete
}
[141] Fix | Delete
[142] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"]:after {
[143] Fix | Delete
content: "";
[144] Fix | Delete
height: 0;
[145] Fix | Delete
width: 0;
[146] Fix | Delete
border-style: solid;
[147] Fix | Delete
border-color: currentColor transparent transparent transparent;
[148] Fix | Delete
border-width: 5px;
[149] Fix | Delete
position: absolute;
[150] Fix | Delete
right: 11.5px;
[151] Fix | Delete
top: 50%;
[152] Fix | Delete
margin-top: -1.5px;
[153] Fix | Delete
pointer-events: none;
[154] Fix | Delete
}
[155] Fix | Delete
[156] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"].is-open:after {
[157] Fix | Delete
border-color: transparent transparent currentColor transparent;
[158] Fix | Delete
margin-top: -7.5px;
[159] Fix | Delete
}
[160] Fix | Delete
[161] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__inner, div.wpforms-container .wpforms-form .choices[data-type*="text"] .choices__inner {
[162] Fix | Delete
cursor: text;
[163] Fix | Delete
}
[164] Fix | Delete
[165] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__button, div.wpforms-container .wpforms-form .choices[data-type*="text"] .choices__button {
[166] Fix | Delete
position: relative;
[167] Fix | Delete
display: inline-block;
[168] Fix | Delete
vertical-align: baseline;
[169] Fix | Delete
margin-top: 0;
[170] Fix | Delete
margin-bottom: 0;
[171] Fix | Delete
margin-left: 5px;
[172] Fix | Delete
padding: 0;
[173] Fix | Delete
background-color: transparent;
[174] Fix | Delete
background-image: url("../images/cross.svg");
[175] Fix | Delete
background-size: 12px;
[176] Fix | Delete
background-position: center center;
[177] Fix | Delete
background-repeat: no-repeat;
[178] Fix | Delete
width: 12px;
[179] Fix | Delete
height: 12px;
[180] Fix | Delete
line-height: 1;
[181] Fix | Delete
opacity: .75;
[182] Fix | Delete
border-radius: 0;
[183] Fix | Delete
}
[184] Fix | Delete
[185] 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, div.wpforms-container .wpforms-form .choices[data-type*="text"] .choices__button:hover, div.wpforms-container .wpforms-form .choices[data-type*="text"] .choices__button:focus {
[186] Fix | Delete
opacity: 1;
[187] Fix | Delete
}
[188] Fix | Delete
[189] Fix | Delete
div.wpforms-container .wpforms-form .choices__inner {
[190] Fix | Delete
width: 100%;
[191] Fix | Delete
background-color: #ffffff;
[192] Fix | Delete
padding: 4px 6px 0;
[193] Fix | Delete
border: 1px solid #8c8f94;
[194] Fix | Delete
overflow: hidden;
[195] Fix | Delete
border-radius: 4px;
[196] Fix | Delete
}
[197] Fix | Delete
[198] Fix | Delete
div.wpforms-container .wpforms-form .choices__list {
[199] Fix | Delete
margin: 0;
[200] Fix | Delete
padding-left: 0;
[201] Fix | Delete
list-style: none;
[202] Fix | Delete
}
[203] Fix | Delete
[204] Fix | Delete
div.wpforms-container .wpforms-form .choices__list--single {
[205] Fix | Delete
display: inline-block;
[206] Fix | Delete
vertical-align: baseline;
[207] Fix | Delete
width: 100%;
[208] Fix | Delete
padding: 0 16px 0 4px;
[209] Fix | Delete
font-size: 0.875em;
[210] Fix | Delete
}
[211] Fix | Delete
[212] Fix | Delete
div.wpforms-container .wpforms-form .choices__list--single .choices__item {
[213] Fix | Delete
width: 100%;
[214] Fix | Delete
overflow: hidden;
[215] Fix | Delete
text-overflow: ellipsis;
[216] Fix | Delete
padding-right: 20px;
[217] Fix | Delete
white-space: nowrap;
[218] Fix | Delete
color: #2c3338;
[219] Fix | Delete
}
[220] Fix | Delete
[221] Fix | Delete
div.wpforms-container .wpforms-form .choices__list--single .choices__item[data-value=''] {
[222] Fix | Delete
padding-right: 0;
[223] Fix | Delete
}
[224] Fix | Delete
[225] Fix | Delete
div.wpforms-container .wpforms-form .choices__list--multiple {
[226] Fix | Delete
display: inline;
[227] Fix | Delete
height: auto;
[228] Fix | Delete
overflow: auto;
[229] Fix | Delete
}
[230] Fix | Delete
[231] Fix | Delete
div.wpforms-container .wpforms-form .choices__list--multiple .choices__item {
[232] Fix | Delete
display: inline-grid;
[233] Fix | Delete
align-items: center;
[234] Fix | Delete
border-radius: 2px;
[235] Fix | Delete
padding: 4px 7px;
[236] Fix | Delete
font-size: .75em;
[237] Fix | Delete
line-height: 1;
[238] Fix | Delete
font-weight: 400;
[239] Fix | Delete
margin: 0 6px 4px 0;
[240] Fix | Delete
background-color: #036aab;
[241] Fix | Delete
border: 1px solid #036aab;
[242] Fix | Delete
color: #ffffff;
[243] Fix | Delete
word-break: break-word;
[244] Fix | Delete
grid-template-columns: 1fr calc( 12px + 5px);
[245] Fix | Delete
}
[246] Fix | Delete
[247] Fix | Delete
div.wpforms-container .wpforms-form .choices__list--multiple .choices__item.is-highlighted {
[248] Fix | Delete
background-color: #036aab;
[249] Fix | Delete
}
[250] Fix | Delete
[251] Fix | Delete
div.wpforms-container .wpforms-form .is-disabled .choices__list--multiple .choices__item {
[252] Fix | Delete
background-color: #bbbbbb;
[253] Fix | Delete
border: 1px solid #bbbbbb;
[254] Fix | Delete
}
[255] Fix | Delete
[256] Fix | Delete
div.wpforms-container .wpforms-form .choices__list--dropdown {
[257] Fix | Delete
display: none;
[258] Fix | Delete
z-index: 101;
[259] Fix | Delete
position: absolute;
[260] Fix | Delete
width: 100%;
[261] Fix | Delete
background-color: #ffffff;
[262] Fix | Delete
border: 1px solid #8c8f94;
[263] Fix | Delete
top: 100%;
[264] Fix | Delete
margin-top: -1px;
[265] Fix | Delete
border-bottom-left-radius: 4px;
[266] Fix | Delete
border-bottom-right-radius: 4px;
[267] Fix | Delete
overflow: hidden;
[268] Fix | Delete
overflow-wrap: break-word;
[269] Fix | Delete
}
[270] Fix | Delete
[271] Fix | Delete
div.wpforms-container .wpforms-form .choices__list--dropdown.is-active {
[272] Fix | Delete
display: block;
[273] Fix | Delete
}
[274] Fix | Delete
[275] Fix | Delete
div.wpforms-container .wpforms-form .choices__list--dropdown .choices__list {
[276] Fix | Delete
position: relative;
[277] Fix | Delete
max-height: 300px;
[278] Fix | Delete
overflow: auto;
[279] Fix | Delete
-webkit-overflow-scrolling: touch;
[280] Fix | Delete
will-change: scroll-position;
[281] Fix | Delete
}
[282] Fix | Delete
[283] Fix | Delete
div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item {
[284] Fix | Delete
position: relative;
[285] Fix | Delete
vertical-align: top;
[286] Fix | Delete
padding: 10px;
[287] Fix | Delete
font-size: .875em;
[288] Fix | Delete
}
[289] Fix | Delete
[290] Fix | Delete
@media (min-width: 640px) {
[291] Fix | Delete
div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item--selectable:after {
[292] Fix | Delete
content: attr(data-select-text);
[293] Fix | Delete
font-size: .75em;
[294] Fix | Delete
line-height: 1;
[295] Fix | Delete
opacity: 0;
[296] Fix | Delete
position: absolute;
[297] Fix | Delete
right: 10px;
[298] Fix | Delete
top: 50%;
[299] Fix | Delete
transform: translateY(-50%);
[300] Fix | Delete
}
[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: #fff 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
body.rtl div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__inner {
[441] Fix | Delete
padding-right: 4px;
[442] Fix | Delete
padding-left: 24px;
[443] Fix | Delete
}
[444] Fix | Delete
[445] Fix | Delete
body.rtl div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"]:after {
[446] Fix | Delete
right: auto;
[447] Fix | Delete
left: 11.5px;
[448] Fix | Delete
}
[449] Fix | Delete
[450] Fix | Delete
body.rtl div.wpforms-container .wpforms-form .choices__list--single {
[451] Fix | Delete
padding-right: 4px;
[452] Fix | Delete
padding-left: 16px;
[453] Fix | Delete
}
[454] Fix | Delete
[455] Fix | Delete
body.rtl div.wpforms-container .wpforms-form .choices__list--multiple .choices__item {
[456] Fix | Delete
margin-right: 0;
[457] Fix | Delete
margin-left: 3.75px;
[458] Fix | Delete
}
[459] Fix | Delete
[460] Fix | Delete
body.rtl div.wpforms-container .wpforms-form .choices__list--multiple .choices__item[data-deletable] {
[461] Fix | Delete
padding-right: 10px;
[462] Fix | Delete
padding-left: 5px;
[463] Fix | Delete
}
[464] Fix | Delete
[465] Fix | Delete
body.rtl div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item {
[466] Fix | Delete
text-align: right;
[467] Fix | Delete
}
[468] Fix | Delete
[469] Fix | Delete
body.rtl div.wpforms-container .wpforms-form .choices__input {
[470] Fix | Delete
padding-right: 2px !important;
[471] Fix | Delete
padding-left: 0 !important;
[472] Fix | Delete
}
[473] Fix | Delete
[474] 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 {
[475] Fix | Delete
margin-right: 2px;
[476] Fix | Delete
margin-left: -1px;
[477] Fix | Delete
border-right: 1px solid #024b79;
[478] Fix | Delete
border-left: none;
[479] Fix | Delete
}
[480] Fix | Delete
[481] Fix | Delete
@media (min-width: 640px) {
[482] Fix | Delete
body.rtl div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item--selectable {
[483] Fix | Delete
text-align: right;
[484] Fix | Delete
padding-left: 100px;
[485] Fix | Delete
padding-right: 10px;
[486] Fix | Delete
}
[487] Fix | Delete
body.rtl div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item--selectable:after {
[488] Fix | Delete
right: auto;
[489] Fix | Delete
left: 10px;
[490] Fix | Delete
}
[491] Fix | Delete
}
[492] Fix | Delete
[493] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-multiple"] .choices__button,
[494] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="text"] .choices__button {
[495] Fix | Delete
background-image: url("../../../images/cross.svg");
[496] Fix | Delete
}
[497] Fix | Delete
[498] Fix | Delete
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__button {
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function