/* Main CSS STARTS */
*, ::after, ::before, html {
    box-sizing: border-box;
}
body{
    background-color: #ca7968;
background-image: linear-gradient(315deg, #ca7968 0%, #0c0c0c 74%);

    font-family: GilroySemiBold;
}
@font-face {
    font-family: GilroyRegular;
    src: url(./fonts/gilroy/Gilroy-Regular.ttf);
}
@font-face {
    font-family: GilroyMedium;
    src: url(./fonts/gilroy/Gilroy-Medium.ttf);
}
@font-face {
    font-family: GilroySemiBold;
    src: url(./fonts/gilroy/Gilroy-SemiBold.ttf);
}
@font-face {
    font-family: GilroyBold;
    src: url(./fonts/gilroy/Gilroy-Bold.ttf);
}
@font-face {
    font-family: GilroyBlack;
    src: url(./fonts/gilroy/Gilroy-Black.ttf);
}

/* Main CSS ENDS */

/* USER SIGN IN CSS STARTS */

.gc-logo{
    text-align: center;
    align-items: center;
}
.gc-logo h1 {
    font-size: 55px;
    color: white;
    font-family: GilroySemiBold;
    margin-top: 50px;
}
.gc-logo h5{
    color: white;
    margin-bottom: 55px;
    font-family: GilroyMedium;
}
.form-control {
    border: 2px solid white;
    border-radius: 0;
}
input {
    margin: 20px 0px 0px 0px;
    font-family: GilroyMedium;
}
.gc-form{
    /*width: 40%;*/
    /*margin: 0 auto;*/
    text-align:center;
}
.gc-primary-btn1{
        display: inline-flex;
        height: 42px;
        justify-content: center;
        align-items: center;
        padding: 0 28px;
        font-size: 18px;
        line-height: 22px;
        background: #ee3057;
        color: #fff;
        border: 2px solid transparent;
        transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        text-decoration: none;
        font-family: GilroySemiBold;
        /*margin-left: 125px;*/
}
.gc-primary-btn2{
    display: inline-flex;
    height: 42px;
    justify-content: center;
    align-items: center;
    padding: 0 28px;
    font-size: 18px;
    line-height: 22px;
    background: #ee3057;
    color: #fff;
    border: 2px solid transparent;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    text-decoration: none;
    font-family: GilroySemiBold;
    /*margin-left: 175px;*/
}
.custmargin{
    margin-left: 155px !important;
}
.gc-primary-btn1:hover, .gc-primary-btn2:hover{
    background-color: white;
    color: black;
}
.gc-signup{
    text-align: center;
    margin-top: 2rem;
    font-family: GilroySemiBold;
}
.gc-click-here{
    text-decoration: none;
    color: #ee3057;
}
.gc-click-here:hover{
    text-decoration: underline;
    color:#ee3057;
}

/* USER SIGN IN CSS ENDS */


.profile{
    border: 1px solid #ee3057;
}
span{
    color: #fff;
}
.none{
    display:none;
}
.edit_profile label {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    font-size: 18px;
    color: #fff;
}
.social{
    width: 100%;
    height:40px;
}
.p_img{
    height:60px;
    width:60px;
    border-radius:50%;
}
p.biio
{
    float: left;
    padding-left: 16px;
    margin-bottom: 0px !important;
    text-align: left;
}
.dd71 {
    float: left;
    width: 100%;
    min-height: 300px;
    overflow-y: auto;
}
.arro_w {
    float: left;
    width: 10px;
    margin-top: 35px;
    line-height: 16px;
    position: relative;
    left: -10px;
}

.g10 {
    background-color:black;
    float: left;
    width: 100%;
    text-align: left;
    margin: 0;
}

.gxz01 {
    width: 91%;
    text-transform: capitalize;
}
.se5 {
   
    margin: 0 auto;
    text-align: left;
}
.se5 span h2 {
    font-size: 20px;
    margin: 0;
    float: left;
    font-weight: bold;
}
.dd71 i.fa {
    width: 45px;
    height: 50px;
    font-size: 50px;
    text-align: center;
    /*line-height: 23px;*/
}
.se5 i.fa {
    float: left;
    margin-left: 8px;
}
.se5 span {
    padding-left: 1px;
    float: left;
}
/*.pre_insta {*/
/*    border-top: 1px solid #fff;*/
    
/*}*/
.zx7 {
    position: relative;
    background-color: #505050;
    float: left;
    width: 100%;
    /* min-height: 600px; */
}
.zx8 {
    position: relative;
    background-color: #505050;
    float: center;
    width: 100%;
}
.i3 .fa-tiktok::before{
	content: url('images/tiktok.png');
}
.i3 .fa-apple_music::before{
	content: url('images/apple_music.svg');
}
.i3 .fa-spotify::before{
	content: url('images/spotify.svg')!important;
}
.fa-custom::before{
    content: "\f0ac";
}
.i3 .fa-cashapp::before{
	content: url('images/cashapp.svg');
}
.i3 .fa-venmo::before{
	content: url('images/venmo.svg');
}
.se5 .fa-tiktok::before{
    background-image: url('images/tiktok.png');
    background-size: 50px 50px;
    display: inline-block;
    width: 50px; 
    height: 50px;
    content:"";
}
.se5 .fa-apple_music::before{
    background-image: url('images/apple_music.svg');
    background-size: 50px 50px;
    display: inline-block;
    width: 50px; 
    height: 50px;
    content:"";
}
.se5 .fa-spotify::before{
    background-image: url('images/spotify.svg')!important;
    background-size: 50px 50px;
    display: inline-block;
    width: 50px; 
    height: 50px;
    content:"";
}
.se5 .fa-cashapp::before{
    background-image: url('images/cashapp.svg');
    background-size: 50px 50px;
    display: inline-block;
    width: 50px; 
    height: 50px;
    content:"";
}
.se5 .fa-venmo::before{
    background-image: url('images/venmo.svg');
    background-size: 50px 50px;
    display: inline-block;
    width: 50px; 
    height: 50px;
    content:"";
}
select#countryCode {
    width: 100%;
    /*font-size: 14px;*/
    /*padding: 14px 1px !important;*/
    /*z-index: 999;*/
    /*background: #fff;*/
    /*margin-top: -3px;*/

    font-size: 14px;
    background: #fff;
    height: 30px;
    margin-top: 20px;
    border:white;
}
.fa-website:before {
    content: "\f0ac";
}
.fa-stack {
    margin-right:10px;
}
.fa.fa-twitter {
    color: #1d9bf0;
}
.fa.fa-instagram{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
          /* Also define standard property for compatibility */
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fa.fa-snapchat{
   color:#FFFC00;
}
.fa.fa-youtube-play, .fa.fa-youtube{
    color:#ff0000;    
}
.fa.fa-facebook{
    color:#4267B2;
}
.fa.fa-soundcloud{
    color:#FE5000;
}
.fa.fa-linkedin{
    color:#0e76a8;
}
.fa.fa-phone, .fa.fa-envelope-square, .fa.fa-globe, .fa.fa-sort-asc, .fa.fa-times, .fa.fa-sort-desc, .fa.fa-lock, .fa.fa-sign-out {
    color: white;
}
button.confirm.btn.btn-lg.btn-primary {
    background:#ee3057;
}
.w-100
{
    width:100%;
}
