File: /storage/v6964/testingff/public_html/fdfctr/wp-content/plugins/migrate-guru/css/style.css
.wrapper {
margin: 0px !important;
}
.horizontal-header {
padding: 0px 24px 0px 24px;
border-bottom: 1px solid #e9e9e9;
height: 70px;
display: flex;
flex-direction: row;
align-items: center;
}
.mg-branding {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
float: left;
}
.mg-heading {
font-size: 26px;
color: #565656;
}
.bv-branding {
float: right;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
float: right;
}
.bv-logo {
margin-left: 10px;
}
.header-left,
.header-right {
width: 50%;
}
.main-content {
background-repeat: no-repeat;
background-size: contain;
background-position: top right;
/*height: 800px !important;*/
padding: 64px;
padding-top: 32px;
}
.migrations {
display: flex;
flex-direction: row;
align-items: start;
}
.mig-left,
.mig-right {
width: 50%;
padding: 24px;
box-sizing: border-box;
}
.form-heading {
font-size: 40px;
color: #2C3751;
font-weight: 700;
width: 600px;
line-height: 1.5;
}
.mig-img {
float: right;
}
.form-fields {
display: flex;
flex-direction: row;
align-items: baseline;
margin-top: 5%;
}
.form-fields>form>input {
height: 60px;
width: 360px;
border-radius: 100px;
border: 1px solid #e9e9e9;
margin-right: 10px;
padding-top: 5px;
outline: none;
text-align: left;
padding-left: 40px;
font-size: 15px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.form-fields>form>input[type="submit"] {
height: 60px;
width: unset;
border-radius: 100px;
border: 1px solid #e9e9e9;
margin-right: unset;
margin-left: unset;
padding-top: 5px;
outline: none;
text-align: center;
font-size: 15px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.primary-button {
background-color: #1ADCDE;
border-radius: 100px;
color: #ffffff;
padding: 0px 24px 0px 24px;
height: 60px;
display: flex;
flex-direction: row;
align-items: center;
transition: 0.2s linear;
box-shadow: 0px 0px 20px 0 rgba(76, 189, 191, 0.48);
}
.primary-button:not(input:disabled) {
cursor: pointer;
}
.primary-button:not(input:disabled):hover {
background-color: #1adcdecc;
}
#show-migration-key-text {
margin-top: 10%;
text-decoration: underline;
color: #12B7B9;
font-weight: 600;
letter-spacing: 0.5px;
font-size: 16px;
cursor: pointer;
width: fit-content;
}
.migration-key-generator {
display: flex;
flex-direction: column;
margin-top: 10%;
max-width: 100%;
display: none;
}
.action {
display: flex;
align-items: center;
gap: 12px;
}
.key-title {
font-weight: 500;
font-size: 16px;
color: #2c3751;
}
.key-wrapper {
margin-top: 20px;
display: flex;
max-width: 100%;
width: 360px;
background-color: #2c3751;
color: white;
border-radius: 3px;
}
.key-text {
padding: 7px 7px;
font-size: 11px;
line-height: calc(11px + 7px);
font-family: system-ui;
letter-spacing: 1.5px;
overflow-x: hidden;
background: inherit;
border-radius: 3px;
transition: 0.2s linear;
}
.copy-btn {
padding: 2px 5px;
cursor: pointer;
position: relative;
line-height: 28px;
font-size: 1.2em;
border-start-end-radius: 3px;
border-end-end-radius: 3px;
background: inherit;
}
.copy-btn:before {
position: absolute;
right: 100%;
content: '...';
z-index: 1;
line-height: 19px;
padding: 3px 1px;
transition: 0.2s linear;
background: inherit;
}
.copy-btn img:active {
scale: 0.95;
}
.copy-btn:hover::after {
position: absolute;
z-index: 2;
left: 100%;
top: 50%;
translate: 0 -50%;
content: "Copy";
background-color: #787676;
color: white;
border-radius: 3px;
font-family: system-ui;
padding: 0px 15% 0px 37%;
font-size: 0.8em;
animation: appear 0.2s linear;
clip-path: polygon(
0% 50%,
15% 65%,
15% calc(100% - 3%),
calc(15% + 3%) 100%,
calc(100% - 3%) 100%,
100% calc(100% - 3%),
100% 3%,
calc(100% - 3%) 0%,
calc(15% + 3%) 0%,
15% 3%,
15% 35%);
}
@keyframes appear {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.normal-text {
font-size: 15px;
color: #6E6E6E;
}
.link {
color: #12B7B9;
}
.horizontal {
display: flex;
flex-direction: row;
align-items: center;
justify-content: normal;
}
.tnc-check {
margin-top: 3%;
}
.form {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
a {
text-decoration: none;
outline: none;
}
.video-link {
margin-top: 3%;
width: fit-content;
}
.video-text {
margin-left: 5px;
}
.supp-hosts {
margin-top: 20%;
}
.supp-heading {
font-weight: 600;
text-transform: uppercase;
}
.logos {
display: flex;
flex-direction: row;
align-items: center;
justify-content: normal;
flex-wrap: wrap;
width: 90%;
margin-top: 3%;
}
.ind-logo {
margin-right: 36px;
margin-bottom: 36px;
}
.video-first {
display: none;
}
.info-row-first {
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-end;
width: 100%;
}
.info-row-second {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
width: 100%;
padding-top: 24px;
border-top: 1px solid #e9e9e9;
}
.info {
padding-left: 5px;
padding-right: 5px;
border-right: 1px solid #e9e9e9;
}
.no-border {
border: none !important;
}
.bv-button {
padding: 5px 20px;
display: inline-block;
margin-right: 10px;
background: #17252A;
color: #FFF;
border-radius: 5px;
}
.bv-button:hover {
background: #444;
color: #FFF;
}
.side-header {
text-align: center;
font-size: 18px;
padding: 8px;
background: #17252a;
color: #FFF;
}
.side-box {
border: 1px solid #17252a;
padding-bottom: 10px;
margin-top: 20px;
}
.brand-name {
text-align: center;
padding: 5px;
}
.bv-tick {
color: #52BE80;
font-weight: 700;
padding-left: 3px;
}
.checkout-button {
margin-right: 0px;
background: #FF6037;
float: right;
margin-top: 10px;
}
.bv-quote {
text-align: center;
font-style: italic;
font-size: 15px;
}
@media (max-width: 1096px) {
.migrations {
align-items: flex-end;
}
}
@media (min-width: 769px) {
.info-row-second {
display: none;
}
}
@media (max-width: 768px) {
.horizontal-header {
padding: 0px;
}
.bv-branding {
width: 120px;
}
.bv-logo {
margin-left: 0px;
}
.main-content {
background: none;
padding: 0;
}
.mg-heading {
display: none;
}
.bv-branding {
flex-wrap: wrap;
justify-content: normal;
}
.form-heading {
width: 90%;
text-align: center;
font-size: 30px;
}
.reg-form {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.migrations {
flex-direction: column;
}
.mig-left {
width: 100%;
padding-left: 0;
}
.mig-right {
display: none;
}
.form-fields {
flex-direction: column;
align-items: center;
}
.form-fields>form>input {
margin-right: 0px;
width: 80%;
}
.primary-button {
margin-top: 5%;
}
.horizontal {
flex-wrap: wrap;
line-height: 1.5;
}
.tnc-check {
margin-top: 10%;
}
.video-second {
display: none;
}
.video-first {
display: flex;
}
.logos {
width: 100%;
margin-top: 8%;
justify-content: center;
}
form {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
#show-migration-key-text {
text-align: center;
}
.migration-key-generator {
align-items: center;
}
.tnc-check {
width: 90%;
margin-top: 5%;
}
.info-row-first {
display: none;
}
.supp-heading {
text-align: center;
}
}