@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&display=swap');
:root{
    --main-bg: #fff !important;
    --primary-color:#FE9001 !important;
    --font-family: "Akshar", sans-serif !important;

}



body{
	margin: 0;
	padding: 0;
	font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
   background:var(--main-bg);
   font-family: var(--font-family);

}
h1,h2,h3,h4,h5,h6{margin: 0; padding: 0;}
h1{font-size: 20px;  font-weight: 600;}
h2{font-size: 20px; font-weight: 600; }
p{font-size: 10px; margin:0; font-size: 14px; }
h3{    font-size: 16px; font-weight: 600;}
ul{margin: 0;padding: 0;list-style: none;}
a{color: #000; text-decoration: none;}
.rounded-1 {
    border-radius: 7px !important;
}


/*mobile responsive*/
@media (min-width: 767px) {
 .mobileContainer{width: 100%; padding: 0 20%;}
 .loginRegister{width: 100%; padding: 0 20%;}
 footer{width: 100%; padding: 0 20%;}
}

/*universal Class to hold mobile width on big screens (web*) */
.mobileContainer{background:#F2F2F2; position: relative;}


/*header*/
.header h1{font-size: 20px !important; margin: 0; padding: 0; text-transform: uppercase;  font-weight:700;}
.header h1 span {color: #828282;}
.header h5{color: var(--primary-color); font-size: 14px; }
.header .QuickIcon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height:40px;
    width: 40px;
    font-size: 2rem;
}
.QuickIcon{background: #FFF7F5}
.notifications-bell{
    background: #F8F9FA;
    border-radius: 22px;
    display: inline-block;
    width: 53px;
    height: 53px;
    text-align: center;
    line-height: 53px;
    position: relative;
}
.notifications-bell .badge-counter{background: var(--primary-color);
    width: 7px;
    height: 7px;
    position: absolute;
    border-radius: 100px;
    right: 3px;
    top: 6px;}
.user_profile_photo{border: #FFFFFF solid 2px; border-radius:22px;}
.anylistics{border-radius: 20px; border: 0;}
.anylistics h2{font-size: 20px; font-weight: 600; margin: 0; padding: 0; color: #000}
.anylistics span a{color:#000; text-decoration: none;}
.anylistics .form-control::placeholder {
  color: #fff;
  font-weight: 400;
  opacity: 1; /* Firefox */
}

.anylistics .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
  font-weight: 400; 
}.pages_link a{ color: #000
  ;
  font-weight: 400;
  opacity: 1; /* Firefox */}
  .copy{float: right;}
.pages_link {    background: #ffffff;
    border-radius: 14px !important;
    padding: 10px 14px 10px 40px;
    font-weight: 700;
    border: #cbcbcb solid 1px;
    color: #000000;
    display: block;
    width: 100%;}
.anylistics .form-control{background: #ffdbd436;
    border-radius: 14px !important;
    padding: 10px 20px 10px 46px;
    font-weight: 700;
    border: #fff solid 1px;
    color: #fff;}
.anylistics .link_icon{position: absolute;
    left:12px;
    top: 9px; z-index: 10; outline: none; box-shadow: none;}
.anylistics .btn_view{background: #53AFBE;
    border: 0;
    border-radius: 10px;
    padding: 9px 12px}
    .card{border-radius: 33px; border: 0;}

.my_links_list  h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.my_links_list   a {
    color: var(--gray-color);
    text-decoration: none;
}

.card_devider a{margin-left: 8px;}
.card_devider{border-top: #E0E0E0 solid 1px;}
/* The switch - the box around the slider */
.switch {
        position: relative;
    display: inline-block;
    width: 37px;
    height: 20px;
    top: 4px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
    width: 16px;
  left: 4px;
  bottom: 2px;
  background-color: #FE9001;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #D9D9D9;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.my_links_list_page .switch{ top: 2px; position: relative !important;
    display: block;
    text-align: right;
    right: 0;}
.my_links_list ul{display: flex;
    margin: 10px 0 0px 0;
    border-radius: 100px;
    list-style: none;
    padding: 0px 20px;
    font-size: 16px;}
.my_links_list ul li{margin-right: 10px;}

.my_links_list_page ul{display: flex; background: #F2F2F2;margin: 10px 0 0px 0; border-radius:100px; list-style: none;  padding: 10px 20px;}
.my_links_list_page ul li{margin-right: 10px;}



/*footer css*/
footer{
	padding: 0;
    bottom: -57px;
    position: fixed;
    width: 100%;
    background: url(../../assets/img/footer-bg.png) center bottom;
    
    height: 155px;
}
footer ul {display: flex;
    justify-content: space-around;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    position: relative;
    top: 30px;
}
footer ul span{display: block; color: #fff; margin: 7px 0 0 0;}
footer ul li{text-align: center; padding: 0 44px;}
footer ul li a{text-decoration: none;}
footer ul li.active span{display: block; color: red;}
footer ul li .icon-inactive{display: none;}
footer ul li.active .icon-inactive{display: inline-block ;}
footer ul li.active .icon-active{display: none ;}
.addLink span{ background: var(--primary-color);
    width: 54px;
    height: 54px;
    border-radius: 100px;
    font-size: 38px;
    margin: -20px 0 0 0 !important;}

.addLink{padding: 0 20px;
    position: relative;
    top: -43px;}

/*my-links-profile page*/
.my-links-profile{
	background-size:contain;
	background-repeat: no-repeat ; 
	background-image: url(../../assets/img/bg1.svg) ;
	
}
.user_info{text-align: center; color: #fff;}
.user_info img{border-radius: 100px; border: #fff solid 3px;}
.my_social_link_list{background: var(--main-bg); border-radius: 53px 53px 0 0; }
.my_social_link_list ul li{margin-bottom: 15px;}
.my_profile h3{font-size: 16px; font-size: 600;}
.my-photo img{border-radius: 22px; border:#BDBDBD solid 1px;}

.share_Profile{padding: 20px; background: #FEB449;border-radius: 10px !important; color: #fff;}
.my_Links{padding: 20px; background: #FE9001; border-radius: 10px !important; color: #fff;}
.edit_information{padding: 20px;}

.edit_information input{padding: 20px 15px; width: 100%; outline: none; box-shadow: none; background: #fff; border-bottom: #E0E0E0 solid 1px !important; border: 0}
.edit_information button{    position: absolute;
    right: 0;
    top: 15px;
    background: transparent;
    border: 0;}
.edit_information input:last-child {
  border: none;
}  
.account_information .input-group{margin:0 0 10px 0; }
.account_information{padding: 20px; background: #F9FAFB; border: #DEE5EC solid 1px;}
.account_information input{padding: 20px 15px; width: 100%; outline: none; box-shadow: none; background: #fff; border: #F6F6F9 solid 1px !important; border-radius: 18px !important;}
.account_information button{    position: absolute;
    right: 0;
    top: 15px;
    background: transparent;
    border: 0;}
.account_information input:last-child {
  border: none;
}    
    .statics li{border-bottom: #E0E0E0 solid 1px; padding: 20px 15px; position: relative;}
       .statics li span{float: right; margin-right: 20px}
       .statics li:last-child {
  border: none;
} 

  

.ac-setting li{border-bottom: #E0E0E0 solid 1px; padding: 20px 15px; position: relative;}
       .ac-setting li span{float: right; margin-right: 20px}
       .ac-setting li:last-child {
  border: none;
} 

.delete_account{font-size: 16px;
    border: #FE9001 solid 1.5px;
    color: #828282;
    font-weight: 600;
    margin: 20px auto;
    display: block;
    width: 162px;
    padding: 8px 0px;
    border-radius: 22px;}
.edit_photo{text-align: center;
    margin-top: -10px;
    background: #fff;
    border-radius: 11px;
    display: inline-block;
    position: absolute;
    bottom: -3px;
    right: 51px;
    padding: 2px;}
    .user_photo{position: relative;
    width: 189px;
    margin: 0 auto;}
.edit_photo img{border: 0; border-radius:22px; !important;}


.add-account_popup .modal-dialog {
    position: absolute;
    width: auto;
    margin: 0;
    pointer-events: none;
    width: 100%;
    bottom: 0;
}
.add-account_popup .modal-content{border: 0; border-radius:  40px 40px 0 0}




/* Customize the label (the container) */
.container_checks {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container_checks input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.container_checks .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container_checks:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container_checks input:checked ~ .checkmark {
  background-color: #FE9001;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container_checks .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_checks input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container_checks .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.switch_account li{  padding: 10px 0;  display: flex;
    justify-content: flex-start; align-items: center;}


.switch_account li img{border-radius: 100px; width: 50px}
.switch_account li span.acoutname{font-size: 17px;}
.switch_account label{float: right; margin-left: auto;  display: inline-block;}
.modal-header{border:0; padding: 23px 22px 13px 22px;}
.addnewlink_btn{background: #FE9001;
    color: #fff;
    display: block;
    padding: 20px 0;
    text-align: center;
    border-radius: 100px;
    position: fixed;
    width: 96%;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.addnewlink_block form input{ border:0; border-radius: 10px; background: #F2F2F2; height: 55px;}
.add_img{ background: #fff;  width: 90px; height:  90px; border-radius: 20px; border: #f0f0f0 solid 1px; text-align: center; padding:0;  margin:15px 0 ;overflow: hidden;}
#preview_img{width: 90px !important; border-radius: 0;
    height: 90px;
    object-fit: cover;
    text-align: center;}

.save-btn{background: #FE9001;
    color: #fff;
    border:0;
    display: block;
    padding: 20px 0;
    text-align: center;
    border-radius: 100px;
    position: fixed;
    width: 96%;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.submit-btn{background: #FE9001;
    color: #fff;
    padding: 16px 0;
    border: 0;
    width: 210px;
    display: block;
    font-size: 18px;
    text-align: center;
    box-shadow: 1px 10px 20px 0px #fe900182;
    border-radius: 22px;
    margin: 30px auto 130px auto;

    
}
.analytics_list li{margin-bottom: 10px;}
.calander{background: #F2F2F2; padding: 10px; border-radius: 10px;}
.faqs form input{    padding: 13px; border: 0;
    border-radius: 100PX;}
    .input-group-text{padding: 13px;
    border-radius: 100PX; background: #fff; border: 0}
    
    
    .faq_question li{background: #F8F9FA;
    border-radius: 22px;
    border: #DEE5EC solid 1px; padding: 20px; margin:9px 0; display: block; border-radius: 19px;}
.faq_question li span{float: right; margin-right: 10px; }
.tabs-btn a{padding: .7rem 1rem; display: block; width: 33%; margin: 0 3px; text-align: center; background: #E0E0E0;border-radius: 100px; color: #000;}

.tabs-btn a.active{border-radius: 100px; background: var(--primary-color); color: #fff;}


.report_issue input{ border:0; border-radius: 10px !important; background: #F2F2F2; height: 55px;}
.report_issue textarea{ border:0; border-radius: 10px !important; background: #F2F2F2; height: 100px;}
.updates{padding: 0.7rem 1rem;
    display: block;
    width: 33%;
    margin: 0 3px;
    text-align: center;
    background: #FE9001 !important;
    border-radius: 100px;
    color: #fff;}
    .splash_Screen{text-align: center; height: 100vh; width: 100%; background: #fff}
    .splash_Screen  .content{position: absolute; /* Important */
    top: 50%; /* Position Y halfway in */
    left: 50%; /* Position X halfway in */
    transform: translate(-50%,-50%); /* Move it halfway back(x,y) */}
    .splash_Screen .content h2{margin-top: 140px; font-size: 30px; color: #1E2661}
    .carousel-caption h5{font-size: 24px;}
     .login_title{text-align: center; margin: 100px 0 71px 0;}
    .login_title h2{font-size:24px;}
    .login_title span{color:#fe9001;}
    .register_title span{color:#fe9001;}
    .login_title p{margin:5px 0;}
    .carousel-caption{color: #000; position:absolute; bottom: 90px}
      .carousel-caption p{margin:15px 0;}
     .carousel-caption a{background: #FE9001;
    color: #fff;
    display: block;
    padding: 16px 0;
    width: 210px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    box-shadow:1px 10px 20px 0px #fe900182;
    border-radius: 22px;
    margin: 0 auto;}
    .onboarding{height: 100vh}
    .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 10px !important;
    border:0 !important; 
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FE9001;}

.loginRegister {
    background: #fff !important;
    height: 100vh;
}
  .loginRegister .link_icon {
    position: absolute;
    left:0px;
    top: 1px;
    z-index: 10;
    outline: none;
    box-shadow: none;
}
.loginRegister .form-control {
    background: #fff;
    border-radius: 19px !important;
    padding:16px 20px 16px 68px;
    border: 0;
    font-weight: 500;
    color: #555;
    border: #e2e2e2 solid 1px;
}
.loginRegister .forgotPassord{color: #FE9001 !important}
.loginRegister .login-btn{   background: #FE9001;
    color: #fff;
    display: block;
    padding: 16px 0;
    width: 210px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    box-shadow: 1px 10px 20px 0px #fe900182;
    border-radius: 22px;
    margin: 0 auto;}


    .reister_block{position: fixed; text-align: center; width: 100%; bottom: 20px;}
    .reister_block a{color: #FE9001 !important} 
    .loginOuter{margin: 0 30px}
    .sendOtp{margin-top: 40px;}
    .otp_img{margin-top: 100px;}
    .otp_img img{width: 138px !important;}
     .otp_title{text-align: center; margin: 50px 0 71px 0;}
    .otp_title h2{font-size:24px;}
    .otp_title p{margin:5px 0;}
    .otp_feilds_group {display: flex; text-align: center; align-items: center; justify-content: center;}
    .otp_feilds_group input{margin:0 7px;  width: 57px; height: 57px; border-radius: 21px;     background: #fff;
    border-radius: 19px !important; text-align: center;
    padding: 10px;
    border: 0;
    font-weight: 500;
    color: #555;
    border: #e2e2e2 solid 1px;}
     .otp_feilds_group input:focus{background:#FE9001; color: #fff;   border: #fff solid 1px;}
     .rr_resend_otp a{color: #FE9001}
     .rr_resend_otp{text-align: center; margin-top: 40px; font-size: 16px;}

.card.anylistics {
    background: #f8f9fa;
    border-radius: 33px;
    padding: 10px;
}
.container-fluid{padding:0 0px }
.my_links_list .card{background: #F8F9FA; border: #DEE5EC solid 1px;}
.mainTitle{display: flex; justify-content: space-between; margin: 60px 0 20px 0}
.editAccount{border: #E8E6E6 solid 1px; border-radius: 12px; padding: 6px 20px; margin:8px auto 0px auto }
.switch_account_btn{background: #FE9001;
    color: #fff;
    padding: 16px 0;
    width: 210px;
    display: block;
    font-size: 18px;
    text-align: center;
    box-shadow: 1px 10px 20px 0px #fe900182;
    border-radius: 22px;
    margin: 30px auto;}
    .help{ text-align: center; }
    .help a{font-size: 22px; font-weight: 600 }
   .helpLinks{display: flex; justify-content: space-around; margin: 15px 0 0 0}
   .helpLinks li{border: #DEE5EC solid 1px; width: 100%; text-align: center; padding: 7px 0; background: #F9FAFB; border-radius: 12px; margin:0 10px;} 
   .helpLinks li:hover{background: #FE9001; color: #fff !important}
   .helpLinks li:hover a{color: #fff !important}
   .helpLinks li:focus{background: #FE9001; color: #fff}   
   .ac-setting{padding: 0px 0px;
    background: #F9FAFB;
    border-radius: 26px;
    border: #DEE5EC solid 1px;}
    .header_profile{display: flex;}
    .dropdown-menu{border-radius: 22px; margin-top: 22px;}
    .dropdown-item{margin:6px 0}
    .dropdown-item img{margin-right: 7px}
    .edit_icon img{width: 27px !important;}
    .upload_btns {display: flex; margin:22px 0 42px 0 ; justify-content: center;}
    .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper {text-align: center;}
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%; width: 100%;
}
.cutomUplaod{width: 100%; }
.cutomUplaod button{border: 0;
    margin: 0;
    padding: 0 !important;
    width: 100%;
    height: 100%;
}
.preview{margin-top: 15px;}
.preview_applied{border: #ccc solid 1px; border-radius: 22px;width: 100%; height: 100px}
.cutomUplaod .upload-btn-wrapper img{
    width: 100% !important;
    margin-top: 0;
    height: 100%;
    object-fit: cover;
    padding: 0;
    
}
.cutomUplaod .upload-btn-wrapper {
   text-align: center;
    width: 100%;
    border-radius: 9px;
    background: #f0f0f0;
    line-height: 108px;
    height: 186px;
}
.nav-justified span {
    font-size: 19px;
    line-height: 46px;
    text-transform: uppercase;
    color: #7c7c7c;
}
.nav-justified .nav-item, .nav-justified>.nav-link{margin: 0 7px}
    .upload_btns button{background: #FE9001;
    color: #fff;
    display: block;
    padding: 8px 25px;
    display: inline-block;
    font-size: 18px;
  
    text-align: center;
    border: 0;
    border-radius: 22px;
    margin: 0 auto;}
 .upload_btns a{background: #FE9001;
    color: #fff !important;
    display: block;
    padding: 8px 25px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    border: 0;
    border-radius: 22px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 6px;}


    .addnewlink_block {
    background: #fff !important;
    padding: 0px;
}
.addnewlink_block .card{padding: 0px;}
  .addnewlink_block .link_icon {
    position: absolute;
    left:0px;
    top: 1px;
    z-index: 10;
    outline: none;
    box-shadow: none;
}
.addnewlink_block .form-control {
    background: #fff;
    border-radius: 19px !important;
    padding:16px 20px 16px 68px;
    border: 0;
    font-weight: 500;
    color: #555;
    border: #e2e2e2 solid 1px;
}
.addnewlink_block .forgotPassord{color: #FE9001 !important}
.addnewlink_block .save-btn{  border: 0;  background: #FE9001;
    color: #fff;
    display: block !important;
    padding: 16px 0;
    width: 210px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    box-shadow: 1px 10px 20px 0px #fe900182;
    border-radius: 22px;
    margin: 140px auto 0 auto;}
    .faqs form .input-group{
          background: #F8F9FA;
          border-radius: 22px;
    border: #DEE5EC solid 1px;
    }
.buttonStyle_Fill input {
    margin: 0 0 0 3px !important;
    width: auto !important;accent-color: #FF5722;
}
   .user_profile_info{text-align: center;}
   .user_profile_info figure img{border-radius: 100px; width:120px;}
   
.addAccountTheme .card{background: #fff; border-radius:0;  padding:15px 0 !important; border-bottom: #DEE5EC solid 1px;}
.addAccountTheme .form-control{background: transparent; border: 0;}
.addAccountTheme label{font-size: 18px;}
.form-add_account p{position: relative;
    top: 9px;
    left: 6px;}
.addAccountTheme .input-group{background: #fff;
    border-radius: 19px !important;height: 56px;
    padding: 0px;
    border: 0;
    font-weight: 500;
    overflow: hidden;
    color: #555;
    border: #e2e2e2 solid 1px;}
    
    .textColor{margin:16px 0 0 0;  }
    .textColor ul{display: flex; margin-top: 6px;}
    .textColor ul li a{display: inline-block; width: 28px; margin-right: 12px; border-radius: 6px; height: 28px;}
    .textColor ul li a.color1{background: #B64444;}
    .textColor ul li a.color2{background: #5DB644;}
    .textColor ul li a.color3{background: #EAE135;}
    .textColor ul li a.color4{background: #48C2FA;}
    .textColor ul li a.color5{background: #4239CA;}
    .textColor ul li a.color6{background: #F43C8C;}
        .textColor ul li a.color7{background: #e4e4e4;}
    .textColor ul li a.color7_add{background: #e4e4e4;
    text-align: center; font-weight: 500; font-size: 18px;
    position: relative;}

    .TitletextColor{margin:16px 0 0 0;  }
    .TitletextColor ul{display: flex; margin-top: 6px;}
    .TitletextColor ul li a{display: inline-block; width: 28px; margin-right: 12px; border-radius: 6px; height: 28px;}
    .TitletextColor ul li a.Ttextcolor1{background: #B64444;}
    .TitletextColor ul li a.Ttextcolor2{background: #5DB644;}
    .TitletextColor ul li a.Ttextcolor3{background: #EAE135;}
    .TitletextColor ul li a.Ttextcolor4{background: #48C2FA;}
    .TitletextColor ul li a.Ttextcolor5{background: #4239CA;}
    .TitletextColor ul li a.Ttextcolor6{background: #F43C8C;}

    .TitletextColor{margin:16px 0 0 0;  }
    .TitletextColor ul{display: flex; margin-top: 6px;}
    .TitletextColor ul li a{display: inline-block; width: 28px; margin-right: 12px; border-radius: 6px; height: 28px;}
    .TitletextColor ul li a.biotext1{background: #B64444;}
    .TitletextColor ul li a.biotext2{background: #5DB644;}
    .TitletextColor ul li a.biotext3{background: #EAE135;}
    .TitletextColor ul li a.biotext4{background: #48C2FA;}
    .TitletextColor ul li a.biotext5{background: #4239CA;}
    .TitletextColor ul li a.biotext6{background: #F43C8C;}

.tabsNav  {margin-top: 30px;}
.tabsNav .nav-tabs .nav-link{background: #F9FAFB  ;
    color: #000;
    display: block;
    padding: 8px 5px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    border: #DEE5EC solid 1px;
    border-radius: 22px;
    margin: 0 auto;}
    .tabsNav .nav-tabs .nav-link.active{background: #FE9001;
    color: #fff;
    display: block;
    padding: 8px 5px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    border: 0;
    border-radius: 22px;
    margin: 0 auto;}

    .tabsNav .img_selector {
    background: #fff;
    border-bottom: #DEE5EC solid 1px;
    border-radius: 0px;
    padding: 0px;
}
.nav-tabs {
    border-bottom: 1px solid #fff;
}
.tab-content{margin:13px 0;}
.bg_imgs {display: flex; margin-top: 10px; align-items: center;
  flex-wrap: wrap;}
.bg_imgs li{
     flex-grow: 1;
  width:29.3%;
  margin-right: 12px;
  margin-bottom: 12px; 
  }
    .bg_imgs li h4{text-align: center; font-size: 16px; margin-top: 6px;}
    .bg_imgs li img{width: 100%; border-radius: 10px;}
    .fonts_color input{width: 35px;}
.fonts_color li {position: relative;}
    .fonts_color li span{position: absolute;
    left: 14px;
    color: #fff;
    top: 3px;}
.fonts_color select{padding: 12px; width: 100%; border-radius: 12px;}
.fonts_color h4{font-size: 14px;}
.fonts_color{margin: 12px 0}
       .fonts_color h3{margin-bottom: 10px;}
       .fonts_color {
    background: #fff;
    border-bottom: #DEE5EC solid 1px;
    border-radius: 0px;
    padding: 14px 0;
}
.filled_btns{display: flex; justify-content: space-between; align-items: center;}
.filled_btns button.filled{background: #000; color: #fff; width: 100%; padding: 0 15px; height:45px; border: 0; margin: 6px 3px; }
.filled_btns button.oval{border-radius: 100px;}
.filled_btns button.default{border-radius: 10px;}
.filled_btns button.square{border-radius: 0px;}

.outline_btns{display: flex; justify-content: space-between; align-items: center;}
.outline_btns button.filled_blank{background: #fff; color: #fff;  width: 100%; padding: 0 15px; height:45px; margin: 6px 3px; }
.outline_btns button.oval{border-radius: 100px;}
.outline_btns button.default{border-radius: 10px;}
.outline_btns button.square{border-radius: 0px;}


.filled_btns{display: flex; justify-content: space-between; align-items: center;}
.filled_btns button{background: #000; color: #fff; width: 100%; padding: 0 15px; height:45px; border: 0; margin: 6px 3px; }
.filled_btns button.oval{border-radius: 100px;}
.filled_btns button.default{border-radius: 10px;}
.filled_btns button.square{border-radius: 0px;}

.outline_btns{display: flex; justify-content: space-between; align-items: center;}
.outline_btns button{background: #fff; color: #fff; border: #000 solid 2px; width: 100%; padding: 0 15px; height:45px; margin: 6px 3px; }
.outline_btns button.oval{border-radius: 100px;}
.outline_btns button.default{border-radius: 10px;}
.outline_btns button.square{border-radius: 0px;}


.shadow_btns{display: flex; justify-content: space-between; align-items: center;}
.shadow_btns button{background: #fff; color: #fff; border: #fff solid 2px; box-shadow: 0px 2px 5px #ccc; width: 100%; padding: 0 15px; height:45px; margin: 6px 3px; }
.shadow_btns button.oval{border-radius: 100px;}
.shadow_btns button.default{border-radius: 10px;}
.shadow_btns button.square{border-radius: 0px;}


.shadow{box-shadow: 0px 2px 5px #ccc;}
.border{border: #000 solid 2px !important;}

.shadow_btns{display: flex; justify-content: space-between; align-items: center;}
.shadow_btns button{background: #fff; color: #fff; border: 0;   width: 100%; padding: 8px 15px; margin: 6px 3px; }
.shadow_btns button.oval{border-radius: 100px;}
.shadow_btns button.default{border-radius: 10px;}
.shadow_btns button.square{border-radius: 0px;}

.save-btn2 {
    background: #FE9001;
    color: #fff;
    padding: 16px 0;
    border: 0;
    width: 210px;
    display: block;
    font-size: 18px;
    text-align: center;
    box-shadow: 1px 10px 20px 0px #fe900182;
    border-radius: 22px;
    margin: 30px auto;
}
.backgroundColor{background: #fff;
    border-bottom: #DEE5EC solid 1px;
    border-radius: 0;
    padding:20px 0;}
    
     .bg_graditants .grd2{background: linear-gradient(90deg, rgba(217,36,87) 0%,rgba(255,171,59,1) 100%);}
     .bg_graditants .grd3{background: linear-gradient(90deg, rgba(111,44,139) 0%,rgba(235,31,122,1) 100%);}
     .bg_graditants .grd4{background: linear-gradient(90deg, rgba(43,67,155) 0%,rgba(27,249,252,1) 100%);}
     .bg_graditants .grd5{background: linear-gradient(90deg, rgba(239,159,170) 0%,rgba(255,220,224,1) 100%);}
     .bg_graditants .grd6{background: linear-gradient(90deg, rgba(111,44,139) 0%,rgba(255,220,224,1) 100%);}
     .bg_graditants .grd7{background: linear-gradient(90deg, rgba(225,141,156) 0%,rgba(170,144,251,1) 100%);}
    .bg_graditants .grd1{background: linear-gradient(90deg, rgba(0,0,0) 0%,rgba(255,255,255,1) 100%);}
.bg_graditants li button{width: 100%;
    height: 100%;
    border: 0;}
    
    .bg_graditants li{
     flex-grow: 1;
  width: 25%;
 border-radius: 6px;
  height: 90px;
  margin-right: 12px;
  margin-bottom: 12px; 
  }.bg_graditants {
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
}
.no_img{border: #ccc solid 1px; text-align: center; line-height: 90px;}
.colorInput{display: flex; align-items: center;}
.colorInput span{margin-left: 5px;}
.no_img input{    width: 109px;
    height: 90px;
    border: 0;}
.analytics_block .card{  
      background: #F8F9FA;
  border: #DEE5EC solid 1px;
    border-radius: 33px;
    padding: 14px;}
        .register_title{text-align: center; margin: -70px 0 71px 0;}
    .register_title h2{font-size:24px;}
    .register_title p{margin:5px 0;}
 


.accordion-button {
    color: #0c63e4;
    background-color: #f9fafb;
    box-shadow: none;
    border-radius: 16px !important;
    border: 0 !important;
    color: #000;
    margin-bottom: 12px;
}
.accordion-item{border: 0 !important}
.accordion-button:not(.collapsed){background: #f9fafb; color: #000;}
.analytics_container{margin-bottom: 210px;}
@media (min-width: 767px) {
    .container-fluid, .my_profile{
        width: 100%;
       padding: 0  20%;
    }
}

.my_links_list {margin-bottom: 170px}

.edit_profile img{width: 20px;}
.edit_profile{
  background: #fff;
    position: absolute;
    bottom: -11px;
    left: 31px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 100px;
    padding: 2px 5px;
}

   .edit_form {
    border-radius: 22px;
        max-width: 394px;
        margin: 1.75rem auto;

    }
   .edit_form input{width: 100%; padding: 5px 12px; border-radius: 12px; border:#ccc solid 1px; margin-bottom: 6px; height: 45px; }
   .edit_form figure {text-align: center;}
    .edit_form figure img {
   width: 80px;
    border: #FFFFFF solid 2px;
    border-radius: 26px;
}
.btn-primary:hover {
     background: #000;
    color: #fff;
    }
.btn-primary {
     background: #FE9001;
    color: #fff;
    padding: 10px 20px;
    display: block;
    font-size: 18px;
    text-align: center;
    border: 0;
    border-radius: 17px;
  
}
.btn-secondary:hover {
     background: #000;
    color: #fff;
    }
.btn-secondary {
     background: #b6b6b6;
    color: #fff;
    padding: 10px 20px;
    display: block;
    font-size: 18px;
    text-align: center;
    border: 0;
    border-radius: 17px;
  
}
.modal {
    background: #000000cf;
}

 /* Hide the checkbox */
    .toggle input {
      display: none;
    }

    /* Toggle container */
    .toggle {
      top: 9px;
      display: inline-block;
      position: relative;
      width: 50px;
      height: 25px;
    }

    /* The slider background */
    .slider {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      border-radius: 25px;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    /* The circular knob */
    .slider::before {
      content: "";
      position: absolute;
      width: 20px;
      height: 20px;
      background-color: white;
      border-radius: 50%;
      top: 50%;
      left: 5px;
      transform: translateY(-50%);
      transition: transform 0.3s;
    }

    /* When checkbox is checked */
    .toggle input:checked + .slider {
      background-color: #4caf50;
    }

    .toggle input:checked + .slider::before {
      transform: translateY(-50%) translateX(20px);
    }
   
      .content_not_added img{width: 100px;
    background: #ccc;
    background-blend-mode: revert;
    mix-blend-mode: multiply;}
    .content_not_added figure{background: #fe900117;
    line-height: 142px;
    width: 150px;
    margin: 0 auto;
    border-radius: 100px;
    height: 150px;
}
    .content_not_added{text-align: center; margin-top: 120px;}
    .content_not_added p{font-size: 18px; margin: 67px 0 25px 0}
   /* .content_not_added figure img{width: 150px}*/
    .content_not_added .addCompany_btn {
    background: #FE9001;
    color: #fff;
    display: block;
    padding: 8px 25px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    border: 0;
    border-radius: 22px;
    margin: 0 auto;
}
 .gradiant_bg1{

	background-size:contain;
	background-repeat: no-repeat ; 
	background-image: url(../../assets/img/bg1.jpg) ;

 	padding: 30px 0;  background-size: cover;
    height: 100vh;
    background: #bdc3c7;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #2c3e50, #bdc3c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
 }
  .gradiant_bg2{ 
background-size:contain;
	background-repeat: no-repeat ; 
	background-image: url(../../assets/img/bg1.jpg) ;

  	padding: 30px 0;  background-size: cover;
    height: 100vh;
 background: #0052D4;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #6FB1FC, #4364F7, #0052D4);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #6FB1FC, #4364F7, #0052D4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

 }
  .gradiant_bg3{
  	background-size:contain;
	background-repeat: no-repeat ; 
	background-image: url(../../assets/img/bg1.jpg) ;

   padding: 30px 0;  background-size: cover;
    height: 100vh;
    background: #2193b0;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #6dd5ed, #2193b0);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #6dd5ed, #2193b0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

 }
  .gradiant_bg4{ padding: 30px 0;  background-size: cover;
    height: 100vh;
   background: #403A3E;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #BE5869, #403A3E);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #BE5869, #403A3E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

 }
  .gradiant_bg5{
  	background-size:contain;
	background-repeat: no-repeat ; 
	background-image: url(../../assets/img/bg1.jpg) ;

   padding: 30px 0;  background-size: cover;
    height: 100vh;
    background: #4e54c8;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #8f94fb, #4e54c8);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #8f94fb, #4e54c8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

 }
  .gradiant_bg6{ padding: 30px 0;  background-size: cover;
    height: 100vh;
    background: #11998e;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #38ef7d, #11998e);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #38ef7d, #11998e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

 }
  .gradiant_bg7{
background-size:contain;
	background-repeat: no-repeat ; 
	background-image: url(../../assets/img/bg1.jpg) ;

   padding: 30px 0;  background-size: cover;
    height: 100vh;
   background: #3A1C71;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FFAF7B, #D76D77, #3A1C71);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #FFAF7B, #D76D77, #3A1C71); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

 }
  .gradiant_bg8{

background-size:contain;
	background-repeat: no-repeat ; 
	background-image: url(../../assets/img/bg1.jpg) ;

   padding: 30px 0;  background-size: cover;
    height: 100vh;
    background: #41295a;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #2F0743, #41295a);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #2F0743, #41295a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

 }
  .gradiant_bg9{ padding: 30px 0;  background-size: cover;
    height: 100vh;
    background: #005C97;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #363795, #005C97);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #363795, #005C97); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

 }
  .gradiant_bg10{
background-size:contain;
	background-repeat: no-repeat ; 
	background-image: url(../../assets/img/bg1.jpg) ;

   padding: 30px 0;  background-size: cover;
    height: 100vh;
   background: #536976;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #292E49, #536976);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #292E49, #536976); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

 }
 .form_input_readonly{}

 
.btn-secondary{background: grey;
    color: #fff;
    display: block;
    padding: 8px 35px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    border: 0;
    border-radius: 22px;
    }

.modal-body .form-control{background: #fff;
    border-radius: 19px !important;
    padding: 16px;
    border: 0;
    margin-top: 10px;
    font-weight: 500;
    color: #555;
    border: #e2e2e2 solid 1px;}

 .btn-primary{background: #FE9001;
    color: #fff;
    display: block;
    padding: 8px 35px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    border: 0;
    box-shadow: 1px 10px 20px 0px #fe900182;
    border-radius: 22px;
    }

    .border1{border:#ccc solid 1px;}
    .login_success img{width: 70%;margin-bottom: 20px;}
    .c_profile img{width: 82px;
    background: #ccc;
    background-blend-mode: revert;
    mix-blend-mode: multiply;}
    .c_profile{background: #fe900117;    line-height: 114px;
    width: 120px;
    margin: 0 auto;
    border-radius: 100px;
    height: 120px;
}