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/supreme-.../includes/modules/Buttons
File: style.css
.dsm-video-popup-wrap .mfp-iframe-holder .mfp-close {
[0] Fix | Delete
top: -60px;
[1] Fix | Delete
}
[2] Fix | Delete
[3] Fix | Delete
.dsm_button .et_pb_button_two {
[4] Fix | Delete
margin-left: 20px;
[5] Fix | Delete
}
[6] Fix | Delete
.dsm_button .dsm-button-seperator .et_pb_button_two {
[7] Fix | Delete
margin-left: 0;
[8] Fix | Delete
}
[9] Fix | Delete
.et_pb_button_module_wrappers > a {
[10] Fix | Delete
display: inline-block;
[11] Fix | Delete
}
[12] Fix | Delete
.dsm-hidden {
[13] Fix | Delete
display: none;
[14] Fix | Delete
}
[15] Fix | Delete
[16] Fix | Delete
.dsm-tooltip {
[17] Fix | Delete
display: inline-flex;
[18] Fix | Delete
}
[19] Fix | Delete
[20] Fix | Delete
div[data-dsm-tooltip] {
[21] Fix | Delete
overflow: visible;
[22] Fix | Delete
}
[23] Fix | Delete
[24] Fix | Delete
[data-dsm-tooltip] {
[25] Fix | Delete
position: relative;
[26] Fix | Delete
cursor: pointer;
[27] Fix | Delete
}
[28] Fix | Delete
[29] Fix | Delete
[data-dsm-tooltip]:after {
[30] Fix | Delete
filter: alpha(opacity=0);
[31] Fix | Delete
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
[32] Fix | Delete
-moz-opacity: 0;
[33] Fix | Delete
-khtml-opacity: 0;
[34] Fix | Delete
opacity: 0;
[35] Fix | Delete
pointer-events: none;
[36] Fix | Delete
-webkit-transition: all 0.18s ease-out 0.18s;
[37] Fix | Delete
-moz-transition: all 0.18s ease-out 0.18s;
[38] Fix | Delete
-ms-transition: all 0.18s ease-out 0.18s;
[39] Fix | Delete
-o-transition: all 0.18s ease-out 0.18s;
[40] Fix | Delete
transition: all 0.18s ease-out 0.18s;
[41] Fix | Delete
font-family: inherit;
[42] Fix | Delete
font-weight: normal;
[43] Fix | Delete
font-style: normal;
[44] Fix | Delete
text-shadow: none;
[45] Fix | Delete
font-size: 12px;
[46] Fix | Delete
background: rgba(17, 17, 17, 0.9);
[47] Fix | Delete
border-radius: 0.25rem;
[48] Fix | Delete
color: #fff;
[49] Fix | Delete
content: attr(data-dsm-tooltip);
[50] Fix | Delete
text-align: center;
[51] Fix | Delete
position: absolute;
[52] Fix | Delete
white-space: nowrap;
[53] Fix | Delete
line-height: 1.7em;
[54] Fix | Delete
z-index: 12;
[55] Fix | Delete
}
[56] Fix | Delete
[57] Fix | Delete
[data-dsm-tooltip]:before {
[58] Fix | Delete
background: transparent;
[59] Fix | Delete
border: 6px solid transparent;
[60] Fix | Delete
filter: alpha(opacity=0);
[61] Fix | Delete
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
[62] Fix | Delete
-moz-opacity: 0;
[63] Fix | Delete
-khtml-opacity: 0;
[64] Fix | Delete
opacity: 0;
[65] Fix | Delete
pointer-events: none;
[66] Fix | Delete
-webkit-transition: all 0.18s ease-out 0.18s;
[67] Fix | Delete
-moz-transition: all 0.18s ease-out 0.18s;
[68] Fix | Delete
-ms-transition: all 0.18s ease-out 0.18s;
[69] Fix | Delete
-o-transition: all 0.18s ease-out 0.18s;
[70] Fix | Delete
transition: all 0.18s ease-out 0.18s;
[71] Fix | Delete
content: '';
[72] Fix | Delete
position: absolute;
[73] Fix | Delete
z-index: 12;
[74] Fix | Delete
}
[75] Fix | Delete
[76] Fix | Delete
[data-dsm-tooltip]:hover:before,
[77] Fix | Delete
[data-dsm-tooltip]:hover:after,
[78] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-visible]:before,
[79] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-visible]:after {
[80] Fix | Delete
filter: alpha(opacity=100);
[81] Fix | Delete
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
[82] Fix | Delete
-moz-opacity: 1;
[83] Fix | Delete
-khtml-opacity: 1;
[84] Fix | Delete
opacity: 1;
[85] Fix | Delete
pointer-events: auto;
[86] Fix | Delete
}
[87] Fix | Delete
[88] Fix | Delete
[data-dsm-tooltip].font-awesome:after {
[89] Fix | Delete
font-family: FontAwesome;
[90] Fix | Delete
}
[91] Fix | Delete
[92] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-break]:after {
[93] Fix | Delete
white-space: pre;
[94] Fix | Delete
}
[95] Fix | Delete
[96] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-blunt]:before,
[97] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-blunt]:after {
[98] Fix | Delete
-webkit-transition: none;
[99] Fix | Delete
-moz-transition: none;
[100] Fix | Delete
-ms-transition: none;
[101] Fix | Delete
-o-transition: none;
[102] Fix | Delete
transition: none;
[103] Fix | Delete
}
[104] Fix | Delete
[105] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement="top"]:after {
[106] Fix | Delete
bottom: 100%;
[107] Fix | Delete
left: 50%;
[108] Fix | Delete
margin-bottom: 12px;
[109] Fix | Delete
-webkit-transform: translate(-50%, 0);
[110] Fix | Delete
-moz-transform: translate(-50%, 0);
[111] Fix | Delete
-ms-transform: translate(-50%, 0);
[112] Fix | Delete
transform: translate(-50%, 0);
[113] Fix | Delete
/*
[114] Fix | Delete
-webkit-transform-origin: top;
[115] Fix | Delete
-moz-transform-origin: top;
[116] Fix | Delete
-ms-transform-origin: top;
[117] Fix | Delete
transform-origin: top;*/
[118] Fix | Delete
}
[119] Fix | Delete
[120] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement="top"]:before {
[121] Fix | Delete
bottom: 100%;
[122] Fix | Delete
left: 50%;
[123] Fix | Delete
border-top-color: rgba(17, 17, 17, 0.9);
[124] Fix | Delete
-webkit-transform: translate(-50%, 0);
[125] Fix | Delete
-moz-transform: translate(-50%, 0);
[126] Fix | Delete
-ms-transform: translate(-50%, 0);
[127] Fix | Delete
transform: translate(-50%, 0);
[128] Fix | Delete
/*
[129] Fix | Delete
-webkit-transform-origin: top;
[130] Fix | Delete
-moz-transform-origin: top;
[131] Fix | Delete
-ms-transform-origin: top;
[132] Fix | Delete
transform-origin: top;*/
[133] Fix | Delete
}
[134] Fix | Delete
[135] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='top'].dsm-tooltip-fade-in-direction:before,
[136] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='top'].dsm-tooltip-fade-in-direction:after {
[137] Fix | Delete
-webkit-transform: translate(-50%, 20px);
[138] Fix | Delete
-moz-transform: translate(-50%, 20px);
[139] Fix | Delete
-ms-transform: translate(-50%, 20px);
[140] Fix | Delete
transform: translate(-50%, 20px);
[141] Fix | Delete
}
[142] Fix | Delete
[143] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement="top"]:hover:after,
[144] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement="top"][data-dsm-tooltip-visible]:after {
[145] Fix | Delete
-webkit-transform: translate(-50%, 0);
[146] Fix | Delete
-moz-transform: translate(-50%, 0);
[147] Fix | Delete
-ms-transform: translate(-50%, 0);
[148] Fix | Delete
transform: translate(-50%, 0);
[149] Fix | Delete
}
[150] Fix | Delete
[151] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement="top"]:hover:before,
[152] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement="top"][data-dsm-tooltip-visible]:before {
[153] Fix | Delete
-webkit-transform: translate(-50%, 0);
[154] Fix | Delete
-moz-transform: translate(-50%, 0);
[155] Fix | Delete
-ms-transform: translate(-50%, 0);
[156] Fix | Delete
transform: translate(-50%, 0);
[157] Fix | Delete
}
[158] Fix | Delete
[159] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement="top-left"]:after {
[160] Fix | Delete
bottom: 100%;
[161] Fix | Delete
left: 0;
[162] Fix | Delete
margin-bottom: 11px;
[163] Fix | Delete
-webkit-transform: translate(0, 10px);
[164] Fix | Delete
-moz-transform: translate(0, 10px);
[165] Fix | Delete
-ms-transform: translate(0, 10px);
[166] Fix | Delete
transform: translate(0, 10px);
[167] Fix | Delete
-webkit-transform-origin: top;
[168] Fix | Delete
-moz-transform-origin: top;
[169] Fix | Delete
-ms-transform-origin: top;
[170] Fix | Delete
transform-origin: top;
[171] Fix | Delete
}
[172] Fix | Delete
[173] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement="top-left"]:before {
[174] Fix | Delete
bottom: 100%;
[175] Fix | Delete
left: 5px;
[176] Fix | Delete
margin-bottom: 5px;
[177] Fix | Delete
-webkit-transform: translate(0, 10px);
[178] Fix | Delete
-moz-transform: translate(0, 10px);
[179] Fix | Delete
-ms-transform: translate(0, 10px);
[180] Fix | Delete
transform: translate(0, 10px);
[181] Fix | Delete
-webkit-transform-origin: top;
[182] Fix | Delete
-moz-transform-origin: top;
[183] Fix | Delete
-ms-transform-origin: top;
[184] Fix | Delete
transform-origin: top;
[185] Fix | Delete
}
[186] Fix | Delete
[187] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement="top-left"]:hover:after,
[188] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement="top-left"][data-dsm-tooltip-visible]:after {
[189] Fix | Delete
-webkit-transform: translate(0, 0);
[190] Fix | Delete
-moz-transform: translate(0, 0);
[191] Fix | Delete
-ms-transform: translate(0, 0);
[192] Fix | Delete
transform: translate(0, 0);
[193] Fix | Delete
}
[194] Fix | Delete
[195] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement="top-left"]:hover:before,
[196] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement="top-left"][data-dsm-tooltip-visible]:before {
[197] Fix | Delete
-webkit-transform: translate(0, 0);
[198] Fix | Delete
-moz-transform: translate(0, 0);
[199] Fix | Delete
-ms-transform: translate(0, 0);
[200] Fix | Delete
transform: translate(0, 0);
[201] Fix | Delete
}
[202] Fix | Delete
[203] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement="top-right"]:after {
[204] Fix | Delete
bottom: 100%;
[205] Fix | Delete
right: 0;
[206] Fix | Delete
margin-bottom: 11px;
[207] Fix | Delete
-webkit-transform: translate(0, 10px);
[208] Fix | Delete
-moz-transform: translate(0, 10px);
[209] Fix | Delete
-ms-transform: translate(0, 10px);
[210] Fix | Delete
transform: translate(0, 10px);
[211] Fix | Delete
-webkit-transform-origin: top;
[212] Fix | Delete
-moz-transform-origin: top;
[213] Fix | Delete
-ms-transform-origin: top;
[214] Fix | Delete
transform-origin: top;
[215] Fix | Delete
}
[216] Fix | Delete
[217] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement="top-right"]:before {
[218] Fix | Delete
bottom: 100%;
[219] Fix | Delete
right: 5px;
[220] Fix | Delete
margin-bottom: 5px;
[221] Fix | Delete
-webkit-transform: translate(0, 10px);
[222] Fix | Delete
-moz-transform: translate(0, 10px);
[223] Fix | Delete
-ms-transform: translate(0, 10px);
[224] Fix | Delete
transform: translate(0, 10px);
[225] Fix | Delete
-webkit-transform-origin: top;
[226] Fix | Delete
-moz-transform-origin: top;
[227] Fix | Delete
-ms-transform-origin: top;
[228] Fix | Delete
transform-origin: top;
[229] Fix | Delete
}
[230] Fix | Delete
[231] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement="top-right"]:hover:after,
[232] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement="top-right"][data-dsm-tooltip-visible]:after {
[233] Fix | Delete
-webkit-transform: translate(0, 0);
[234] Fix | Delete
-moz-transform: translate(0, 0);
[235] Fix | Delete
-ms-transform: translate(0, 0);
[236] Fix | Delete
transform: translate(0, 0);
[237] Fix | Delete
}
[238] Fix | Delete
[239] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement="top-right"]:hover:before,
[240] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement="top-right"][data-dsm-tooltip-visible]:before {
[241] Fix | Delete
-webkit-transform: translate(0, 0);
[242] Fix | Delete
-moz-transform: translate(0, 0);
[243] Fix | Delete
-ms-transform: translate(0, 0);
[244] Fix | Delete
transform: translate(0, 0);
[245] Fix | Delete
}
[246] Fix | Delete
[247] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='bottom']:after {
[248] Fix | Delete
left: 50%;
[249] Fix | Delete
margin-top: 12px;
[250] Fix | Delete
top: 100%;
[251] Fix | Delete
-webkit-transform: translate(-50%, 0);
[252] Fix | Delete
-moz-transform: translate(-50%, 0);
[253] Fix | Delete
-ms-transform: translate(-50%, 0);
[254] Fix | Delete
transform: translate(-50%, 0);
[255] Fix | Delete
}
[256] Fix | Delete
[257] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='bottom']:before {
[258] Fix | Delete
border-bottom-color: rgba(17, 17, 17, 0.9);
[259] Fix | Delete
left: 50%;
[260] Fix | Delete
top: 100%;
[261] Fix | Delete
-webkit-transform: translate(-50%, 0);
[262] Fix | Delete
-moz-transform: translate(-50%, 0);
[263] Fix | Delete
-ms-transform: translate(-50%, 0);
[264] Fix | Delete
transform: translate(-50%, 0);
[265] Fix | Delete
}
[266] Fix | Delete
[267] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='bottom'].dsm-tooltip-fade-in-direction:before,
[268] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='bottom'].dsm-tooltip-fade-in-direction:after {
[269] Fix | Delete
-webkit-transform: translate(-50%, -20px);
[270] Fix | Delete
-moz-transform: translate(-50%, -20px);
[271] Fix | Delete
-ms-transform: translate(-50%, -20px);
[272] Fix | Delete
transform: translate(-50%, -20px);
[273] Fix | Delete
}
[274] Fix | Delete
[275] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='bottom']:hover:after,
[276] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='bottom'][data-dsm-tooltip-visible]:after {
[277] Fix | Delete
-webkit-transform: translate(-50%, 0);
[278] Fix | Delete
-moz-transform: translate(-50%, 0);
[279] Fix | Delete
-ms-transform: translate(-50%, 0);
[280] Fix | Delete
transform: translate(-50%, 0);
[281] Fix | Delete
}
[282] Fix | Delete
[283] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='bottom']:hover:before,
[284] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='bottom'][data-dsm-tooltip-visible]:before {
[285] Fix | Delete
-webkit-transform: translate(-50%, 0);
[286] Fix | Delete
-moz-transform: translate(-50%, 0);
[287] Fix | Delete
-ms-transform: translate(-50%, 0);
[288] Fix | Delete
transform: translate(-50%, 0);
[289] Fix | Delete
}
[290] Fix | Delete
[291] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='bottom-left']:after {
[292] Fix | Delete
left: 0;
[293] Fix | Delete
margin-top: 11px;
[294] Fix | Delete
top: 100%;
[295] Fix | Delete
-webkit-transform: translate(0, -10px);
[296] Fix | Delete
-moz-transform: translate(0, -10px);
[297] Fix | Delete
-ms-transform: translate(0, -10px);
[298] Fix | Delete
transform: translate(0, -10px);
[299] Fix | Delete
}
[300] Fix | Delete
[301] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='bottom-left']:before {
[302] Fix | Delete
background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
[303] Fix | Delete
background-size: 100% auto;
[304] Fix | Delete
width: 18px;
[305] Fix | Delete
height: 6px;
[306] Fix | Delete
left: 5px;
[307] Fix | Delete
margin-top: 5px;
[308] Fix | Delete
top: 100%;
[309] Fix | Delete
-webkit-transform: translate(0, -10px);
[310] Fix | Delete
-moz-transform: translate(0, -10px);
[311] Fix | Delete
-ms-transform: translate(0, -10px);
[312] Fix | Delete
transform: translate(0, -10px);
[313] Fix | Delete
}
[314] Fix | Delete
[315] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='bottom-left']:hover:after,
[316] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='bottom-left'][data-dsm-tooltip-visible]:after {
[317] Fix | Delete
-webkit-transform: translate(0, 0);
[318] Fix | Delete
-moz-transform: translate(0, 0);
[319] Fix | Delete
-ms-transform: translate(0, 0);
[320] Fix | Delete
transform: translate(0, 0);
[321] Fix | Delete
}
[322] Fix | Delete
[323] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='bottom-left']:hover:before,
[324] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='bottom-left'][data-dsm-tooltip-visible]:before {
[325] Fix | Delete
-webkit-transform: translate(0, 0);
[326] Fix | Delete
-moz-transform: translate(0, 0);
[327] Fix | Delete
-ms-transform: translate(0, 0);
[328] Fix | Delete
transform: translate(0, 0);
[329] Fix | Delete
}
[330] Fix | Delete
[331] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='bottom-right']:after {
[332] Fix | Delete
right: 0;
[333] Fix | Delete
margin-top: 11px;
[334] Fix | Delete
top: 100%;
[335] Fix | Delete
-webkit-transform: translate(0, -10px);
[336] Fix | Delete
-moz-transform: translate(0, -10px);
[337] Fix | Delete
-ms-transform: translate(0, -10px);
[338] Fix | Delete
transform: translate(0, -10px);
[339] Fix | Delete
}
[340] Fix | Delete
[341] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='bottom-right']:before {
[342] Fix | Delete
background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
[343] Fix | Delete
background-size: 100% auto;
[344] Fix | Delete
width: 18px;
[345] Fix | Delete
height: 6px;
[346] Fix | Delete
right: 5px;
[347] Fix | Delete
margin-top: 5px;
[348] Fix | Delete
top: 100%;
[349] Fix | Delete
-webkit-transform: translate(0, -10px);
[350] Fix | Delete
-moz-transform: translate(0, -10px);
[351] Fix | Delete
-ms-transform: translate(0, -10px);
[352] Fix | Delete
transform: translate(0, -10px);
[353] Fix | Delete
}
[354] Fix | Delete
[355] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='bottom-right']:hover:after,
[356] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='bottom-right'][data-dsm-tooltip-visible]:after {
[357] Fix | Delete
-webkit-transform: translate(0, 0);
[358] Fix | Delete
-moz-transform: translate(0, 0);
[359] Fix | Delete
-ms-transform: translate(0, 0);
[360] Fix | Delete
transform: translate(0, 0);
[361] Fix | Delete
}
[362] Fix | Delete
[363] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='bottom-right']:hover:before,
[364] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='bottom-right'][data-dsm-tooltip-visible]:before {
[365] Fix | Delete
-webkit-transform: translate(0, 0);
[366] Fix | Delete
-moz-transform: translate(0, 0);
[367] Fix | Delete
-ms-transform: translate(0, 0);
[368] Fix | Delete
transform: translate(0, 0);
[369] Fix | Delete
}
[370] Fix | Delete
[371] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='left']:after {
[372] Fix | Delete
margin-right: 12px;
[373] Fix | Delete
right: 100%;
[374] Fix | Delete
top: 50%;
[375] Fix | Delete
-webkit-transform: translate(0, -50%);
[376] Fix | Delete
-moz-transform: translate(0, -50%);
[377] Fix | Delete
-ms-transform: translate(0, -50%);
[378] Fix | Delete
transform: translate(0, -50%);
[379] Fix | Delete
}
[380] Fix | Delete
[381] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='left']:before {
[382] Fix | Delete
border-left-color: rgba(17, 17, 17, 0.9);
[383] Fix | Delete
right: 100%;
[384] Fix | Delete
top: 50%;
[385] Fix | Delete
-webkit-transform: translate(0, -50%);
[386] Fix | Delete
-moz-transform: translate(0, -50%);
[387] Fix | Delete
-ms-transform: translate(0, -50%);
[388] Fix | Delete
transform: translate(0, -50%);
[389] Fix | Delete
}
[390] Fix | Delete
[391] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='left'].dsm-tooltip-fade-in-direction:before,
[392] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='left'].dsm-tooltip-fade-in-direction:after {
[393] Fix | Delete
-webkit-transform: translate(20px, -50%);
[394] Fix | Delete
-moz-transform: translate(20px, -50%);
[395] Fix | Delete
-ms-transform: translate(20px, -50%);
[396] Fix | Delete
transform: translate(20px, -50%)
[397] Fix | Delete
}
[398] Fix | Delete
[399] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='left']:hover:after,
[400] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='left'][data-dsm-tooltip-visible]:after {
[401] Fix | Delete
-webkit-transform: translate(0, -50%);
[402] Fix | Delete
-moz-transform: translate(0, -50%);
[403] Fix | Delete
-ms-transform: translate(0, -50%);
[404] Fix | Delete
transform: translate(0, -50%);
[405] Fix | Delete
}
[406] Fix | Delete
[407] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='left']:hover:before,
[408] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='left'][data-dsm-tooltip-visible]:before {
[409] Fix | Delete
-webkit-transform: translate(0, -50%);
[410] Fix | Delete
-moz-transform: translate(0, -50%);
[411] Fix | Delete
-ms-transform: translate(0, -50%);
[412] Fix | Delete
transform: translate(0, -50%);
[413] Fix | Delete
}
[414] Fix | Delete
[415] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='right']:after {
[416] Fix | Delete
left: 100%;
[417] Fix | Delete
margin-left: 12px;
[418] Fix | Delete
top: 50%;
[419] Fix | Delete
-webkit-transform: translate(0, -50%);
[420] Fix | Delete
-moz-transform: translate(0, -50%);
[421] Fix | Delete
-ms-transform: translate(0, -50%);
[422] Fix | Delete
transform: translate(0, -50%)
[423] Fix | Delete
}
[424] Fix | Delete
[425] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='right']:before {
[426] Fix | Delete
border-right-color: rgba(17, 17, 17, 0.9);
[427] Fix | Delete
left: 100%;
[428] Fix | Delete
top: 50%;
[429] Fix | Delete
-webkit-transform: translate(0, -50%);
[430] Fix | Delete
-moz-transform: translate(0, -50%);
[431] Fix | Delete
-ms-transform: translate(0, -50%);
[432] Fix | Delete
transform: translate(0, -50%)
[433] Fix | Delete
}
[434] Fix | Delete
[435] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='right'].dsm-tooltip-fade-in-direction:before,
[436] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='right'].dsm-tooltip-fade-in-direction:after {
[437] Fix | Delete
-webkit-transform: translate(-20px, -50%);
[438] Fix | Delete
-moz-transform: translate(-20px, -50%);
[439] Fix | Delete
-ms-transform: translate(-20px, -50%);
[440] Fix | Delete
transform: translate(-20px, -50%)
[441] Fix | Delete
}
[442] Fix | Delete
[443] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='right']:hover:after,
[444] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='right'][data-dsm-tooltip-visible]:after {
[445] Fix | Delete
-webkit-transform: translate(0, -50%);
[446] Fix | Delete
-moz-transform: translate(0, -50%);
[447] Fix | Delete
-ms-transform: translate(0, -50%);
[448] Fix | Delete
transform: translate(0, -50%);
[449] Fix | Delete
}
[450] Fix | Delete
[451] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='right']:hover:before,
[452] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-placement='right'][data-dsm-tooltip-visible]:before {
[453] Fix | Delete
-webkit-transform: translate(0, -50%);
[454] Fix | Delete
-moz-transform: translate(0, -50%);
[455] Fix | Delete
-ms-transform: translate(0, -50%);
[456] Fix | Delete
transform: translate(0, -50%);
[457] Fix | Delete
}
[458] Fix | Delete
[459] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-size='small']:after {
[460] Fix | Delete
white-space: nowrap;
[461] Fix | Delete
padding: .2rem .4rem;
[462] Fix | Delete
}
[463] Fix | Delete
[464] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-size='regular']:after {
[465] Fix | Delete
white-space: nowrap;
[466] Fix | Delete
padding: .3rem .6rem;
[467] Fix | Delete
}
[468] Fix | Delete
[469] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-size='large']:after {
[470] Fix | Delete
white-space: nowrap;
[471] Fix | Delete
padding: .4rem .8rem;
[472] Fix | Delete
}
[473] Fix | Delete
[474] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-size='xlarge']:after {
[475] Fix | Delete
white-space: nowrap;
[476] Fix | Delete
width: 380px;
[477] Fix | Delete
}
[478] Fix | Delete
[479] Fix | Delete
@media screen and (max-width: 768px) {
[480] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-size='xlarge']:after {
[481] Fix | Delete
white-space: normal;
[482] Fix | Delete
width: 90vw;
[483] Fix | Delete
}
[484] Fix | Delete
}
[485] Fix | Delete
[486] Fix | Delete
[data-dsm-tooltip][data-dsm-tooltip-size='fit']:after {
[487] Fix | Delete
white-space: normal;
[488] Fix | Delete
width: 100%;
[489] Fix | Delete
}
[490] Fix | Delete
[491] Fix | Delete
.et_pb_button_module_wrappers.et_pb_button_alignment_left {
[492] Fix | Delete
text-align: left; }
[493] Fix | Delete
[494] Fix | Delete
.et_pb_button_module_wrappers.et_pb_button_alignment_right {
[495] Fix | Delete
text-align: right; }
[496] Fix | Delete
[497] Fix | Delete
.et_pb_button_module_wrappers.et_pb_button_alignment_center {
[498] Fix | Delete
text-align: center; }
[499] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function