.general-setting-tabs.nav-pills>li>a
{
    border-width: 1px;
    font-size: 17px;
    color: #000 !important;
    border-top: 0px !important;
    border-right: 0px !important;
    margin-top: 0px !important;
    border-bottom:1px solid #c5bfbf !important;
    
}
.general-setting-tabs.nav-pills>li.active>a
{
    color: #3D4C66 !important;
    border-top: 0px !important;
    border-right: 0px !important;
    margin-top: 0px !important;
    border-bottom:1px solid #c5bfbf !important;
   
}
/* .general-setting-tabs.nav-pills>li.active>a, */

.btn-wd{
    min-width: 330px
}
.hr-w300
{
width: 330px;
}
.no-cursor
{
    pointer-events: none;
}
.box-mid-heading-self
{
    margin-top:30px;
    margin-bottom:15px;
    color:#FFFFFF !important ;
    font-size:30px  !important ;
    text-align:center !important ;
}
#appleid-signin rect {
    fill: transparent;
    stroke: initial;
}
#appleid-signin .user_login_gl_on::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    left: 2px;
    background-image: url(../img/onboarding/apple.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
}
.appleid-signin-dv
{
    position: relative;
    background-color: #000000  !important;
    border-color: #000000  !important;
    color: #fff;
}
.appleid-signin-dv::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    left: 3px;
    background-color: #fff;
}
.appleid-signin-dv::after {
    content: "";
    position: absolute;
    background-image: url(../img/onboarding/apple.svg);
    width: 30px;
    height: 30px;
    left: 2px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    
}

.card-tile-container::-webkit-scrollbar {
	display: none; 
}
.scroll_login_ipad{
    height: calc(100vh - 150px);
    overflow: auto
}
.landing-screen-background
{
    position: absolute;
    width: 100%;
    /* height: -webkit-fill-available; */
    /* height: 100%; */
}
.landing-screen-footer
{
    z-index: 1;
}
.landing-bgp
{
    height:80% ;
    object-fit:cover;
}
.landing-bgl
{
    width:80%;
    object-fit:cover;
}
.product-scroll
{
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
/* .product-scroll:hover {
    overflow-x: hidden;
    overflow-y: auto;
  }
  */

  .modal-small h1{
    padding-right: 26px !important;
  }
