body,
.body {
    font-family: "Poppins", sans-serif, 'Nunito';
    color: #333333;
    background-color: #f9f9f9;
    background-image: url(/assets/img/bg-main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

a:not('linker') {
    color: #2f2e2e;
    text-decoration: none !important;
}

a.linker {
    text-decoration: none !important;
}

.navbar {
    padding: 0rem 1rem;
}

.navbar-light .navbar-nav li {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0 5px;

}

.nav-item.active a {
    font-weight: bold !important;
    color: #f93 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #333333;
    font-weight: 400;
    padding: 20px 15px;
    font-weight: 400;
    display: block;
    font-size: 16px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-transform: capitalize;
}

.navbar-light .navbar-nav .nav-link:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 20px;
    background: #f93;
    height: 3px;
    transition: .3s;
    /* width: 100%; */
    bottom: 0px;
}

.navbar-light .nav-item.active a:before,
.navbar-light .nav-item:hover a:before {
    width: 100%;
}




.fixed {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    z-index: 99;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background: #eee;
}


p#image_file_status:hover {
    color: red;
}



.navbar-brand img {
    height: 50px;
}

section {
    margin: 60px 0;
    padding-bottom: 30px;
}

.linktree a {
    text-decoration: none;
    color: #fff;
}

.special-link {
    width: 100%;
    display: grid;
}

/* .linkto {
    background-color: 2f2e2e;
    padding: 20px 0;
    margin-bottom: 30px;
    display: block;
    color: #fff;
    font-weight: bold;
    text-decoration:none;
}
 */
.linkto {
    background-color: 2f2e2e;
    /* padding: 20px 0; */
    margin-bottom: 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    line-height: 60px;
    height: 60px;
    width: 100%;
    position: relative;
}

.linkto:hover,
.linkto:focus {
    background: #F7863B;
    color: 2f2e2e;
}


.btn-action-link {
    position: absolute;
    top: 50%;
    right: 10;
    z-index: 9;
    transform: translateY(-50%);
}

.btn-primary {
    color: #fff;
    background-color: #ff8431;
    border-color: #ff8431;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #df7026 !important;
    border-color: #df7026;
    ;
}

.social-share {
    margin-bottom: 15px;
    margin-top: 30px;
}

.social-share span {
    margin-right: 4px;
    font-size: 13px;
    color: #666;
}

.social-share a {
    display: inline-block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.social-share button {
    display: inline-block;
    border-radius: 6px !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin-left: 5px;
    margin-right: 5px;
}

.social-share .facebook {
    background-color: #507CBE;
}

.social-share .facebook:hover {
    background-color: #3E68A8;
}

.social-share .twitter {
    background-color: #63CDF1;
}

.social-share .twitter:hover {
    background-color: #36BFED;
}

.social-share .google-plus {
    background-color: #F16261;
}

.social-share .google-plus:hover {
    background-color: #EF4545;
}

.social-share .linkedin {
    background-color: #90CADD;
}

.social-share .linkedin:hover {
    background-color: #72BBD3;
}

.social-share .pinterest {
    background-color: #C52228;
}

.social-share .pinterest:hover {
    background-color: #9E1B20;
}

.social-share .shopee {
    background-color: #F16261;
}

.social-share .shopee:hover {
    background-color: #EF4545;
}

.social-share .tokopedia {
    background-color: #008000;
}

.social-share .tokopedia:hover {
    background-color: #026d02;
}

.social-share .lazada {
    background-color: #f80ba2;
}

.social-share .lazada:hover {
    background-color: #dd038d;
}

.social-share .mail {
    background-color: #FFC107;
}

.social-share .mail:hover {
    background-color: #FFB300;
}

.social-share a i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 2em;
}

.social-share button i,
.social-share button img  {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 2em;
}

.user-ig a {
    color: #2f2e2e;
}

.linktree .form-control {
    border: 0;
    color: #2f2e2e;
}

/* Upload images */
.list-style-none {
    list-style: none;
    padding: 0;
}

.clickable {
    cursor: pointer;
}

.link-image-preview {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: .1rem dashed grey;
    object-fit: contain;
}

.btn-google {
    color: #ffffff;
    background-color: #007bff;
    box-shadow: 0 1px 2px 1px #ddd;
}

.btn-google:hover,
.btn-google:focus {
    background-color: #006de1;
    color: #fff;
}

.btn-login:hover,
.btn-login:focus {
    background-color: #fff;
    color: #212529;
}


.dashed {
    border: .1rem dashed grey;
    padding: 15px 0;
}

.dashed:hover,
.dashed:focus {
    border-color: #ff9f5e;
}

.input-dashed {
    padding: 15px;
}

.form-linktree input {
    border: none;
    background: transparent;
    font-weight: bold;
}

.form-linktree input:hover,
.form-linktree input:focus {
    border: 1px solid #ced4da;
    background: #fff;
}


div#add {
    min-height: 160px;
    border: .1rem dashed grey;
    padding: 15px;
}

.input-sosmet {
    cursor: pointer;
}

.card-login {
    background: transparent;
}

.card-body {
    background: #f8f8f8;
    border-radius: 1.25em;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.1);
}

/* color body*/
input[type="radio"]:checked~.link-background-type-preset {
    opacity: 1;
}

.link-background-type-preset {
    width: 8rem;
    height: 8rem;
    margin: .5rem;
    border-radius: .25rem;
    opacity: .75;
    transition: .3s opacity;
    border: solid 3px #333;
}

.link-background-type-preset:hover {
    cursor: pointer;

}

/* Background presets */
.link-body-background-one {
    background-image: linear-gradient(111.7deg, #a529b9 19.9%, #50b1e1 95%);
}

.link-body-background-two {
    background-image: linear-gradient(109.6deg, #ffb418 11.2%, #f73131 91.1%);
}

.link-body-background-three {
    background-image: linear-gradient(135deg, #79F1A4 10%, #0E5CAD 100%);
}

.link-body-background-four {
    background-image: linear-gradient(to bottom, #ff758c, #ff7eb3);
}

.link-body-background-five {
    background-image: linear-gradient(292.2deg, #3355ff 33.7%, #0088ff 93.7%);
}

/* .box-btn {
    padding-top: 30px;
} */

div#btn-linkadd,
#control-setting {
    /* background: rgba(255, 255, 255, 0.2); */
}

/*linkcolor*
/* Background presets */
.link-background-one {
    background: #0a0909;
}

.link-background-two {
    background: #e91e63;
}

.link-background-three {
    background: #ffff;
}

.link-background-four {
    background: #ff758c;
}

.link-background-five {
    background: #3355ff;
}

.link-body p,
.user-ig {
    color: #212529;
    font-size: 18px;
    font-weight: bold;
}

.heading-title {
    margin-bottom: 70px;
}

.pages p {
    font-size: 16px;
    text-align: justify;
    line-height: 1.7em;
}

.footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 2px;
}