﻿/*COLORS*/
:root {
    --grey: #B5B5B5;
    --pink: #B31F83;
    --purple: #50318B;
}

/*Entepreneus styles*/

.main-container {
    margin-top: 15rem;
}

.bg-egradienth {
    background: rgb(179,31,131);
    background: linear-gradient(90deg, rgba(179,31,131,1) 0%, rgba(80,49,139,1) 100%);
}

.bg-home {
    background: url(/img/background-home.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.efp-home-area {
    background: url(/img/backgroud-all.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: absolute;
}

.efp-home-area-Coppelpay {
    background: url(/img/backgroud-all.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}

.efp-login-area {
    background: url(/img/background-login.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.navbar-brand {
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}

/*navbar*/
.nav-efp {
    display: block;
    margin-left: 10rem;
    margin-top: 6rem;
}

    .nav-efp ul {
        list-style: none;
    }

    .nav-efp li {
        display: inline;
        margin-left: -50px;
        background: var(--pink);
        padding: 10px 60px;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        position: relative;
        z-index: 1;
        transition: all .5s ease-in-out;
        font-weight: 400;
    }

        .nav-efp li:hover {
            background: var(--purple);
        }

        .nav-efp li a {
            color: white;
            text-decoration: none;
            text-transform: uppercase;
        }

        .nav-efp li.active {
            background: var(--purple);
            z-index: 2 !important;
            font-weight: bold;
            -webkit-box-shadow: 7px 4px 23px -8px rgba(0,0,0,0.75);
            -moz-box-shadow: 7px 4px 23px -8px rgba(0,0,0,0.75);
            box-shadow: 7px 4px 23px -8px rgba(0,0,0,0.75);
            font-weight: 900;
        }

/*material inputs*/
.form-group .form-control {
    border: 2px solid var(--purple);
    border-radius: 30px;
}

form-control:focus {
    outline: none;
    box-shadow: none !important;
    border-color: var(--purple) !important;
}

.form-group > label {
    bottom: 34px;
    left: 15px;
    position: relative;
    background-color: white;
    padding: 0px 5px 0px 5px;
    font-size: 1.1em;
    transition: 0.2s;
    pointer-events: none;
    color: var(--purple);
    font-weight: 500;
}

.form-group-transaction {
    /*left: 15px;*/
    position: relative;
    background-color: white;
    /*padding: 0px 5px 0px 5px;*/
    font-size: 1.1em;
    transition: 0.2s;
    pointer-events: none;
    color: var(--purple);
    font-weight: 500;
}

.form-control:focus ~ label {
    bottom: 55px;
}

.form-control:valid ~ label {
    bottom: 55px;
}

/*btn gradients*/
.btn-grad-efp {
    background-image: linear-gradient(to right, var(--pink) 0%, #9733EE 51%, var(--purple) 100%);
    margin: 10px;
    padding: 10px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 30px;
    display: block;
    border: none;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
}

.modal-grad-efp {
    background-image: linear-gradient(to right, var(--pink) 0%, #9733EE 51%, var(--purple) 100%);
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border: none;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
}

.btn-grad-efp-search {
    background-image: linear-gradient(to right, var(--pink) 0%, #9733EE 51%, var(--purple) 100%);
    margin: 3px;
    padding: 3px 23px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 100% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 30px;
    display: block;
    border: none;
    text-decoration: none;
    cursor: pointer;
    font-weight: 300;
}

.btn-grad-efp-Coppelpay {
    background-image: linear-gradient(to right, var(--pink) 0%, #9733EE 51%, var(--purple) 100%);
    margin: 5px;
    padding: 5px 40px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 5px;
    display: block;
    border: none;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
}

.btn-grad-efp:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.btn-grad-efp-Coppelpay:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.btn-grad-efp-search:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

/*Home btns*/

.btn-efp {
    display: block;
    position: relative;
    height: 150px;
    width: 200px;
    text-align: center;
    padding: 1rem;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 900;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.zi-1 {
    z-index: 1 !important;
}


.efp-box-shadow {
    margin-top: 5rem;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 31px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 31px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 31px -8px rgba(0,0,0,0.75);
}

.efp-box-shadow-coppelpay {
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 31px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 31px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 31px -8px rgba(0,0,0,0.75);
}

.efp-title {
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    color: var(--purple);
    font-weight: 900;
}

.efp-title-Coppelpay {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--purple);
    font-weight: 900;
}

.efp-title img {
    width: 1rem;
    margin-right: 1rem;
}

thead {
    background-color: var(--grey);
    color: white;
}

.thead-Coppelpay {
    font-weight: 700;
    color: #606060;
}

/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;900&display=swap');

html, body {
    font-family: 'Montserrat', sans-serif !important;
}

.m-regular {
    font-weight: 400;
}

.m-medium {
    font-weight: 500;
}

.m-semibold {
    font-weight: 600;
}

.m-black {
    font-weight: 900;
}

.hide-field-on-site {
    display: none;
}

.input-group-prepend span {
    border: none;
    background-color: transparent;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #1c1c1c;
    text-shadow: 0 1px 0 #f1f1f1;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}