.p2pBtn{
    background: rgb(52, 120, 246);
    padding: 9px 25px !important;
    border-radius: 4px !important; 
    margin-top: -9px !important;
    color: #ebeef5
}
.attop{
    background: #FFFACD!important;
    color: #000!important;
    width: 100%;
    margin-top: 1%;
    font-size: 13px;
    padding: 17px 25px 2px;
    border-radius: 7px;
}
.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
    width: 100% !important;
  }
.accord{
    background-color: #eee !important;
    color: #444 !important;
    cursor: pointer !important;
    padding: 18px !important;
    width: 100% !important;
    text-align: left !important;
    border: none !important;
    outline: none !important;
    transition: 0.4s !important;
}
.el-dropdown-menu__item{
    list-style: none;
    list-style-type: none;
    list-style-position: initial;
    list-style-image: initial;
    line-height: 36px;
    padding: 0 20px;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    margin: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 14px;
    color: #606266;
    cursor: pointer;
    outline: 0;
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
}
/* */

.el-dropdown {
    display: inline-block;
    position: relative;
    color: #606266;
    font-size: 14px;
}
.el-dropdown-link {
    color: #000!important;
    font-size: 20px;
    background: #343a40;
    padding: 8px 14px;
    cursor: pointer;
    font-weight: 300;
    display: block;
    margin-top: -1px;
    border-radius: 5px !important;
}
.el-dropdown:hover .el-dropdown-menu {display: block;}

.el-dropdown-menu{
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin: 5px 0;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    background-color: #fff;
    border: 1px solid #ebeef5;
    border-top-color: rgb(235, 238, 245);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(235, 238, 245);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(235, 238, 245);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(235, 238, 245);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

.custom-input {
margin-left: inherit !important;
margin-right: 5% !important;
height: 42px !important;
border-width: 0 !important;
border-style: solid !important;
border-color: rgb(52, 120, 246) !important;
border-left-width: 5px !important;
background-color: #eee !important;
width: 90% !important;
padding-left: 10px !important;
outline: 0 !important;
}

/* Media Query for Mobile Devices */
@media (max-width: 480px) {
    .max-custom-input {
        min-width: inherit !important;
    }
    .max-custom-input2 {
        min-width: inherit !important;
    }
     .max-custom-input3 {
         min-width: inherit !important;
     }

     .text3 {
         width: 48%;
     }
     .text-alt {
         margin: 10px 0px;
         width: 50% !important;
         flex: none !important;
     }

     .text3::-webkit-input-placeholder {
         font-size: 12px;
         line-height: 2;
     }

     .text-ext {
         width: 20%;
     }
}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
    .max-custom-input {
        min-width: 84% !important;
    }
    .max-custom-input2 {
        min-width: 100% !important;
    }
    .text-alt {
        margin: 10px 0px;
        width: 50% !important;
        flex: none !important;
    }
     .max-custom-input3 {
         min-width: 97% !important;
     }
    .text3 {
        width: 48%;
    }

    .text3::-webkit-input-placeholder {
        font-size: 12px;
        line-height: 2;
    }

    .text-ext {
        width: 17%;
    }
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px) {
    .max-custom-input {
        margin: 10px 0px;
        min-width: 87% !important;
    }
    .max-custom-input2 {
        min-width: 100% !important;
    }
    .text-alt {
        width: 50% !important;
        flex: none !important;
    }
     .max-custom-input3 {
         min-width: 100% !important;
     }
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px) {
    .max-custom-input {
        min-width: 91% !important;
    }

    .max-custom-input2 {
        min-width: 100% !important;
    }
     .max-custom-input3 {
         min-width: 103% !important;
     }
     .text2 {
         line-height: 20px
     }

     .text3 {
         width: 29%;
     }

     .text3::-webkit-input-placeholder {
         font-size: 12px;
         line-height: 3;
     }

     .text-ext {
         width: 10%;
     }

     .text-alt {
         width: 50% !important;
         flex: none !important;
     }

     
}

/* Media Query for Large screens */
@media (min-width: 1281px) {
    .max-custom-input {
        min-width: 91% !important;
    }
    .max-custom-input2 {
        min-width: 100% !important;
    }
    .max-custom-input3 {
        min-width: 103% !important;
    }
    .text2 {
        line-height: 20px
    }

    .text3 {
        width: 29%;
    }

    .text3::-webkit-input-placeholder {
        font-size: 12px;
        line-height: 3;
    }

    .text-alt {
        width: 50% !important;
        flex: none !important;
    }
    
    .text-ext {
        width: 10%;
    }
}


.pay-input {
    border: 0;
    font-family: inherit;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    margin-left: 5px;
    border-bottom: 2px solid #3478f6;
    background: 0 0;
    border-radius: 0;
    color: #223254;
    transition: all .15s ease;
}


 input .form-control {
    margin-left: inherit !important;
    margin-right: 5% !important;
    height: 42px !important;
    border-width: 0 !important;
    border-style: solid !important;
    border-color: rgb(52, 120, 246) !important;
    border-left-width: 5px !important;
    background-color: #eee !important;
    width: 90% !important;
    padding-left: 10px !important;
    outline: 0 !important;
}

.form-control:focus {
    outline: 0 !important;
    border-color: rgb(52, 120, 246) !important;
    border-left-width: 5px !important;
}

.custom-input:focus {
background-color: #f4f4f4;
}

.background-gradient {
    background: linear-gradient(to right bottom, rgba(52, 120, 246, 0.7), #343a40), url('./../img/background.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    
    min-height: 100vh
}
.background-gradient-signup {
    background: linear-gradient(to right bottom, rgba(52, 120, 246, 0.7), #343a40), url('./../img/background-sign.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    
    min-height: 100vh
}

.card-sharp {
box-shadow: 0 2rem 6rem 0 rgba(0,0,0,.7);
z-index: 1000 !important;
border-radius: 0 !important;
padding: 5%;
margin-top: 60px;
}

.logo-img {
    height: 70px;
    width: 240px;
    margin-bottom: 3%;
}
.left-margin-35 {
    margin-left: 5%;
}

.custom-label {
    margin-top: 3% !important; 
}

.card-sharp .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.card-sharp .nav-link {
    color: #060D1C;
}
.nav-tabs {
    border: 0px !important;
    color: #060D1C !important;
}

.card-sharp .nav-item .active{
    color: rgb(52, 120, 246)!important;
    border-bottom: 3px solid rgb(52, 120, 246) !important;
    background-color: #fff;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: #fff #fff rgb(52, 120, 246) !important; 
}
.tab-content {
    width: 95%;
    margin: 0 auto;
}
.btn-dark-blue {
    background: #060D1C !important;
    border-color: #060D1C !important;
    color: white !important;
}

.btn-login {
    width: 90%;
    border-radius: 0px;
}

.t-ion{
    border: 1px solid rgb(244, 246, 249);
     padding: 10px 16px 7px;
      border-radius: 50%;
}


.content {
    width:100% !important;
    /* margin: 0 auto !important; */
    min-height: 100vh !important;
}
.callout{
    padding: 4% !important;
}
.bg-callout {
    background-color: rgb(52, 120, 246) !important;
    color: #ebeef5;
}
.bg-header {
    background-color: #007bff !important;
    color: #ebeef5;
    font-weight: 700 !important;
    border-radius: 2px !important;
    border-bottom: none !important;
}
.all-center {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.callout .callout-info {
    border-left-color: #f5deb3 !important;
}
.Overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.7);
  }
  .Modal {
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
    background-color: papayawhip;
  }
.text-black {
    color: #060D1C !important;
}
.summary .text-center {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bolder;
}
.react-phone-number-input input{
    /* margin-left: inherit !important;
    margin-right: 5% !important;
    height: 42px !important;
    border-width: 0 !important;
    border-style: solid !important;
    border-color: rgb(52, 120, 246) !important;
    border-left-width: 5px !important;
    background-color: #eee !important;
    width: 90% !important;
    padding-left: 10px !important;
    outline: 0 !important; */

    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.react-phone-number-input .react-phone-number-input__icon {
    width: 2.00em !important;
    height: inherit !important;
    border: none !important;
    box-sizing: content-box !important;
}
.grayout {
    color: darkgray !important;
    font-weight: 400;
}
.user_exists {
    border-color: green !important;
    border-width: 1px !important;
}
.user_exists:focus {
    border-color: green !important;
    border-width: 1px !important;
}