/*Custom Swtich bootstrap by deepak*/
.custom-switch .custom-control-label::before {
    /*left: -2.5rem;
    width: 38px!important;
    height: 22px!important;
    pointer-events: all;
    border-radius: 100px!important;*/
    left: -2.25rem;
    width: 32px!important;
    height: 20px!important;
    pointer-events: all;
    border-radius: 10px!important;
}
.custom-switch .custom-control-label::after {
    /*top: calc(.26rem + 3px);
    left: calc(-2.25rem + 2px);
    width: 16px!important;
    height: 16px!important;
    background-color: #fff;
    border-radius: 10px!important;*/
    
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: 16px!important;
    height: 16px!important;
    background-color: #fff;
    border-radius: 10px!important;
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
}
.custom-control-label::before:active, .custom-control-label::before:focus {
    background-color: #e52f37;
    border: #e52f37 solid 1px;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #28A745;
    background-color: #28A745;
    box-shadow: none;
}
.custom-control-label::before {
    background-color: #e52f37;
    border: #e52f37 solid 1px;
}
.myul {
    list-style: square;
    margin-left: 20px;
}
.myul li{
    text-align: left;
}
.navbar{
    padding: .05rem .5rem;
    min-height: 55px;
}



/*Login Screen Custom*/
.login-page .logoBlock {
    width: 200px;
    height: 29px;
    background: url("../images/logo/loginLogo.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
}
.login-page .myBtn {
    background: #fff;
    border-radius: 20px;
    color: #E52F37;
    top: 6px;
    left: 0px;
    font-family: Roboto;
    font-style: normal;
    font-size: 15.4px;
    line-height: 23px;
    text-align: center;
}
.login-page .myBtn:hover {
  background: #fff;
  color: #E52F37;
}
.login-page .login-box, .register-box {
    width: 100%!important;
}
.login-page, .register-page {
    display: block;
}
.login-box-msg {
    font-family: Roboto;
    font-style: normal;
    font-size: 21px!important;
    line-height: 18px!important;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF!important;
}
.card {
    border-radius: 5px;
}
.login-box .card {
	background-color: #e52f37!important;
	border: none!important;
	box-shadow: none!important;
}
.login-card-body {
    background: #e52f37;
    border-top: 0;
    color: #fff;
    padding: 20px;
}
.login-card-body .form-control {
    box-shadow: 0px 2.74061px 0px rgba(0, 0, 0, 0.09);
    border-radius: 5.48122px;
    height: 38px;
    text-align: center;
}
.login-card-body .form-control::placeholder {
    text-align: center;
}
.login-card-body .form-control::-ms-input-placeholder {
    text-align: center;
}
.forgotPW {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    float: right;
    color: #FFFFFF;
   /* margin: 14.8262px 0px;*/
}
.forgotPW:hover {
    color: #fff;
}
.login-page .btn-login {
    height: 38px;
    background: #FFFFFF;
    box-shadow: 0px 2.74061px 0px rgba(0, 0, 0, 0.09);
    border-radius: 5.48122px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16.4437px;
    line-height: 18px;
    text-align: center;
    color: #E52F37;
}
.login-page .register {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-align: right;
    color: #FFFFFF;
}
.login-page .register a{
    /*font-weight: 600;*/
    color: #fff;
}

.w-70 { width: 70%; }
.w-28 { width: 28%; }
.btn {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 13.2012px;
    line-height: 15px; 
}
.btn-danger {
    background: #E52F37!important;
    border-color: #E52F37;
}
.url {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 25px;
    word-break: break-all;
    /*display: flex;*/
    color: #3F84F1;
}
/*#standy {
    top: -18px;
    position: relative;
}*/
.nav-tabs .nav-link {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #848484;
}
.my-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: transparent!important;
    color: #e52f37;
}
.my-tabs .nav-tabs .nav-link{
    border: none;
}
.my-tabs .nav-tabs .nav-item .nav-link.active:after {
    content: url('../svgicons/menu-up-green.svg');
    display: flex;
    padding: 0;
    height: 7px;
    justify-content: center;
}
.btn-save {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500!important;
    font-size: 16px!important;
    line-height: 25px!important;
    text-align: center;
    color: #FFFFFF;
    height: 39px;
}
.tabbable .nav-tabs {
   overflow-x: auto;
   overflow-y:hidden;
   flex-wrap: nowrap;
}
.tabbable .nav-tabs .nav-link {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
    .w-70 { width: 60%; }
    .w-28 { width: 38%; }
    .logoBlock {
        width: 293px;
        height: 50px;
        background: url("../images/logo/loginLogo.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        opacity: 1;
        position: relative;
        top: 0px;
        left: 0px;
        overflow: hidden;
        display: inline-block;
    }
    .logo-row {
        margin-top: 150px!important;
    }
    .getstarted {
        height: 67px;
        background: #fff;
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 55px;
        text-align: center;
        color: #E52F37;
        box-sizing: border-box;
        box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.09);
        border-radius: 8px;
    }
    .login {
        height: 67px;
        background: none;
        color: #fff;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 55px;
        border: 3px solid #FFFFFF;
        filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.09));
        border-radius: 8px;
    }
    .login:focus, .login:active {
        color: #fff;
    }
    .btn-mobile-login {
        background: #FFFFFF;
        box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.09);
        border-radius: 8px;
        height: 67px;
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 27px;
        text-align: center;
        color: #E52F37;
    }
    .btn-mobile-login:active, .btn-mobile-login:focus, .btn-mobile-login:hover {
        color: #E52F37;
    }
    .btnlog {
        width:100%;
        height: 48px;
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 27px;
        text-align: center;
        background: #FFFFFF;
        box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.09);
        border-radius: 1px;
        color: #E52F37;
    }
    .btnlog:hover, .btnlog:active, .btnlog:focus, .btnlog:visited {
        color: #E52F37;
    }
    .btnreg {
        width:100%;
        height: 48px;
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 29px;
        text-align: center;
        background: #FF6B6B;
        border: 3px solid #FF6B6B;
        box-sizing: border-box;
        box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.09);
        color: #FFFFFF;
    }
    .btnreg:hover, .btnreg:active, .btnreg:focus {
        color: #fff;
    }
    #mobileForm .form-control {
        width: 100%;
        height: 67px;
        background: #FFFFFF;
        box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.09);
        border-radius: 8px;
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 27px;
        text-align: center;
        color: #575252;
    }
    .forgotPW {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 27px;
        color: #FFFFFF;
    }
    .btn-login {
        height: 67px;
        background: #FFFFFF;
        box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.09);
        border-radius: 8px;
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 27px;
        text-align: center;
        color: #E52F37;
    }
    .register {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 27px;
        text-align: center;
        color: #FFFFFF;
    }
    .url {
        font-size: 18px;
        line-height: 21px;
        word-wrap: break-word;
    }
    #standy {
        top: 8px;
        position: relative;
    }
    .my-nav .nav-item {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 35px;
        color: #FFFFFF;
    }
    .my-nav .nav-link.active, .my-nav .show>.nav-link {
        min-height: 54px;
    }
}


/*Theme Colors*/
.card-danger:not(.card-outline)>.card-header {
    background-color: #E52F37;
}

/*Side Nav*/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background: #F04048;
    color: #ffffff;
}
.nav-pills .nav-link {
    color: #ffffff;
}
.nav-pills .nav-link:hover {
   background: #F04048;
   color: #ffffff!important;
}


.header-name {
    position: relative;
    top: -10px;
    left: -7px;
}
.header-user {
    top: -4px;
    position: relative;
}

.dropdown-menu-lg .dropdown-item {
    padding: .6rem 1rem;
}
.text-grey {
    color: #848484;
}

.info-box {
    background: #FFFFFF;
    border-radius: 8.71579px;
}
.info-box-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #757272;
    white-space: normal!important;
}
.fa-bars {
    font-size: 28px;
}
.brand-text {
    font-family: 'Roboto';
    font-size: 23px;
    font-weight: 500;
}
.brand-link .brand-image {
    width: 35px;
    max-height: none;
}
.info-box-text i{
    color: #E5E5E5;
    font-size: 17px;
}
.info-box-number {
    font-style: normal;
    font-weight: normal;
    font-size: 20.3368px;
    line-height: 24px;
    color: #000000;
}
.text-header {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 25px!important;
    line-height: 29px;
    color: #848484;
}
.content-header {
    padding: 15px .5rem 0;
}
.content-header .hr {
    background: #E52F37;
    border: 1px solid #E52F37;
}
.content-header a {
    color: #848484;
}
.content-header .btn {
    border-radius: 4px;
    border: 1px solid rgba(46, 179, 59, 0.08);
    color: #fff;
    width: 100px;
    
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
}
.content-header i{
    font-size: 18px;
}
#addNewSocialLink .btn, #addGoogleMapsSocialLink .btn {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 19.9565px;
    line-height: 23px;
    color: #FFFFFF;
}
.overviewBlock .info-box-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18.519px;
    line-height: 22px;
    color: #757272;
    word-break: break-all;
}
.overviewBlock .info-box-number{
    font-weight: bold;
    font-size: 23.3924px;
    line-height: 27px;
    padding-bottom: .5rem
}
.overviewBlock .text-percent {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 17.5443px;
    line-height: 21px;
}
.overviewBlock .increase {
    color: #2EB33B;
}
.overviewBlock .decrease {
    color: #E52F37;
}
.overviewBlock .info-box-bottom {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13.6455px;
    line-height: 16px;
    color: #757272;
}
.gotoanalytic {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14.8352px;
    line-height: 17px;
    color: #E52F37;
}
.gotoanalytic:hover, .gotoanalytic:focus, .gotoanalytic:active {
    color: #E52F37;
}
.last-nav-item {
    display: flex;
    background: #F04048;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.last-nav-item a{
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    width: 50%;
    border-radius: 0!important;
    margin-bottom: 0!important;
    min-height: 54px;
    line-height: 36px;
}
.my-nav {
    height: 88vh
}
.channels {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 19.9565px;
    line-height: 23px;
    color: #F04048;
}
.channels-section .card-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #F04048;
}
#tabledata .row.shadow{
    background: #fff;
    margin-right: 0;
    margin-left: 0;
    border-radius: 5px;
    box-shadow: none!important;
}
.platformName {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #575252;
}
.platformName img {
    width: 50px;
}
.svgs a img{
    width: 26px
}
.myText{
    /*font-family: Roboto;*/
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #757272;
}
#widget_form .btn{
    min-width: 100px;
}

.customLinkBtn {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}
.menuImages {
    width: 26px;
}

.accounts .dropdown-item-title{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #848484;
}
.dropdown-item.active, .dropdown-item:active {
    background: none;
}
div#preloaderd {
    position: fixed;
    left: 4%;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url('../images/preloader.gif') no-repeat center center;
}
.btn-qr {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    height: 39px;
}
.analytic a {
    color: #848484;
}
.analytic a i{
    font-size: 18px;
}

.list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.mar-no {
    margin: 0 !important;
}
.card-body .list-group {
    padding-left: 0!important;
    margin-bottom: 20px;
    
}
.card-body .list-group-item {
    background-color: #f2f4f5!important;
}
.card-body .h5 {
    font-size: 14px;
    font-weight: 600;
    color: #E52F37;
}
.nav-sidebar .nav-link>.right, .nav-sidebar .nav-link>p>.right {
    position: absolute;
    right: 1rem;
    top: .8rem;
}
.nav-sidebar .menu-open>.nav-link i.right {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.2rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media screen and (max-width: 767px) {
    .nav-sidebar .nav-link>.right, .nav-sidebar .nav-link>p>.right {
        position: absolute;
        right: 0.4rem;
        top: 1rem;
    }
    .my-nav {
        height: 90vh
    }
    .header-name {
        font-size: 14px;
        line-height: 16px;
        align-items: center;
    }
    .login-page .logoBlock {
        width: 293px;
        padding: 25px;
        
    }
    .login-page .register {
        font-size: 15px;
    }
    .info-box-text {
        font-size: 12px;
    }
    .info-box .info-box-icon {
        width: 60px;
    }
    .info-box .info-box-content {
        padding: 0 6px;
    }
    .info-box-number {
        font-size: 21px;
    }
    .overviewBlock .info-box-text {
        font-size: 19px;
        line-height: 22px;
    }
    .overviewBlock .info-box-number {
        font-size: 24px;
        line-height: 28px;
    }
    .overviewBlock .text-percent {
        font-size: 18px;
        line-height: 21px;
    }
    .overviewBlock .info-box-bottom {
        font-size: 14px;
        line-height: 16px;
    }
    .text-header {
        font-size: 30px;
    }
    .gotoanalytic { 
        font-size: 18px;
        line-height: 21px;
    } 
    .gotoanalytic:hover, .gotoanalytic:focus, .gotoanalytic:active {
        color: #E52F37;
    }
    .text-header {
        font-size: 21px!important;
    }
    .svgs a img{
        width: 22px
    }
    .platformName {
        font-size: 17px;
    }
    .platformName img {
        width: 40px;
    }
}