/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
a:focus,a:hover{
	text-decoration:none;
}
body{
	overflow-x: hidden;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    padding-inline-end: 40px;
}

@media (min-width: 576px){
.mt-sm-0, .my-sm-0 {
    margin-top: 0!important;
}
}
#bs-primary-navbar .navbar-nav.ml-auto, #bs-primary-navbar .navbar-nav.mx-auto {
	margin-left:auto !important;
	margin-right:unset !important;
}
.pb-6, .py-6 {
    padding-bottom: 2.5rem !important;
}
.pt-6, .py-6 {
    padding-top: 2.5rem !important;
}

#inputEmail, 
input[type="tel"],
input[name="domain"],
input#inputDomain{
    text-align:left !important;
    direction:ltr !important;
}
.smart-search {
    position: fixed;
    right: -207px;
    top: 50%;
    background: #f9093b;
    color: #FFF;
    padding: 5px;
    border-radius: 6px;
    border: 1px solid #fff;
    z-index:1000000;
    display: none !important;
}
.smart-search.fixed i{
    color:#fff;
}
a.smart-search:hover{
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    right:-5px;
    color:#fff;
}

.captchaimage {
	text-align:left;
}
#order-standard_cart .field,
#order-standard_cart .form-control,
#registration .field, #registration .form-control{
	text-align:right !important;
}

#order-standard_cart .prepend-icon .field,
#registration .prepend-icon .field{
	padding-left:5px;
	padding-right:36px;
}
#order-standard_cart .prepend-icon .field-icon{
	margin-right:auto;
	margin-left:10px;
}
form.login-form .card .card-footer small,
form.login-form .card .card-footer .small{
	float:right;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left:0px;
    padding-right: 17px;
}
.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container,
#order-standard_cart .field, #order-standard_cart .form-control,
.intl-tel-input .country-list,
#registration .field, #registration .form-control {
    direction:ltr;
}

.tiles .tile i{
	right: auto;
    left: 20px;
}
input#inputSubject {
    direction: rtl;
    text-align: right;
}
.btn-yellow {
    color: #fff !important;
    background-color: #fac32b !important;
    border-color: transparent !important;
    border-radius: 5px !important;
    border-width: 0 !important;
}
.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active, .show>.btn-yellow.dropdown-toggle, .btn-yellow:not(.disabled):hover {
    color: #f0f0f0 !important;
    background-color: #f9b909 !important;
    border-color: transparent !important;
    border-width: 0 !important;
}
.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .show>.btn-red.dropdown-toggle, .btn-red:not(.disabled):hover {
    color: #f0f0f0 !important;
    background-color: #da0532 !important;
    border-color: transparent !important;
    border-width: 0 !important;
}
.btn-red {
    color: #fff !important;
    background-color: #f9093b !important;
    border-color: transparent !important;
    border-radius: 5px !important;
    border-width: 0 !important;
}

.n-radius {
    border-radius: 0 !important;
}
.n-radius-left {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.n-radius-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
//footer
footer li {
    list-style: none;
}

.footer a {
    color: #343a40 !important;
}

.footer a:hover,
.footer a:focus,
.footer a:active {
    color: #121416 !important;
}

.footer .alt {
    border-color: #29b5fc;
    font-size: 105%;
    padding: 5px;
}

footer .blueSlice {
    background: #04a5a7;
}

footer .footer-contact {
    // background:url('/templates/faraso-twenty-one/img/footer-contact-bc.png') no-repeat;
    // @include tnc-background-size(cover);
    // background-position: 50% 50%;
    border: 5px dotted #29b5fc;
    border-radius: 25px;
}

footer .footer-contact span.name {
    position: relative;
}

footer .footer-contact:before {
    content: '';
    position: absolute;
    background-position: 50% 50%;
    background: url('/templates/faraso-twenty-one/img/cloud-address.png') no-repeat;
    top: -33px;
    left: 0px;
    right: -25%;
    width: 100%;
    height: 100px;
}

footer a {
    font-size: 0.85rem;
}

footer ul.footer-social {
    padding-inline-end: 0px;
    margin-block-end: 0px;
}

footer .footer-social li {
    position: relative;
    height: 55px;
    width: 55px;
}

footer .footer-social li a {
    display: block;
}
footer.footer {
	background:#fff;
	color: #343a40;
	padding: 0px;
}
.moreBlock a .fa-arrow-circle-down {
    font-size: 158%;
}

.moreBlock {
    min-height: 150px;
}

.moreBlock .show {
    opacity: .4;
}

.moreBlock .hideMoreBlock:after {
    content: "";
    position: absolute;
    right: 0;
    display: block;
    left: 0;
    opacity: 1;
    bottom: -4px;
    height: 65px;
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(99%, rgba(252, 252, 252, 0.99)), to(#fcfcfc));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(252, 252, 252, 0.99) 99%, #fcfcfc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#fcfcfc", GradientType=0);
}

.hideMoreBlock,
.showMoreBlock {
    overflow: hidden;
    position: relative;
}


.rotate {
    transform: rotate(180deg);
    /*transform: rotate(180deg);*/
    transition: .6s;
}

.rotate-reset {
    transform: rotate(0deg);
    transition: .6s;
}

//icons 

.icon-list [class^="icon-"],
.icon-list [class*=" icon-"] {
    background-image: url('/templates/faraso-twenty-one/img/icons.png');
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}

.icon-telegram {
    background-position: -55px 0px;
    top: 2px;
    width: 55px;
    height: 55px;
	    background-image: url('/templates/faraso-twenty-one/img/icons.png');
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}

.icon-twitter {
    background-position: -115px 0px;
    top: 2px;
    width: 55px;
    height: 55px;
	    background-image: url('/templates/faraso-twenty-one/img/icons.png');
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}

.icon-instagram {
    background-position: -170px 0px;
    top: 2px;
    width: 55px;
    height: 55px;
	    background-image: url('/templates/faraso-twenty-one/img/icons.png');
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}

.icon-gplus {
    background-position: 0px 0px;
    top: 2px;
    width: 55px;
    height: 55px;
	    background-image: url('/templates/faraso-twenty-one/img/icons.png');
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}

.icon-aparat {
    background-position: -225px 0px;
    top: 2px;
    width: 55px;
    height: 55px;
	    background-image: url('/templates/faraso-twenty-one/img/icons.png');
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}

//menu 

//primary navbar
.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #fff !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
    @include tnc-transition(all, 0.3s, ease, 0s);
}

#bs-primary-navbar .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.70);
}

#bs-primary-navbar li {
    font-size: 0.87rem;
}

.phone a {
    color: #fff !important;
    font-weight: bolder;
    font-size: 1rem;
}

#bs-primary-navbar a.dropdown-item {
    font-weight: 530;
    padding: 3px 8px !important;
}

#bs-primary-navbar .badge-pill {
    padding: 0px !important;
    border-radius: 10px;
    color: #fff;
    border: 1px solid #6c757d !important
}

#bs-primary-navbar .badge-pill a {
    color: #fff !important;
}

nav.navbar.bs-primary-navbar {
    z-index: 1030;
}

.domain-bar {
    position: absolute;
    z-index: -1030;
    color: white;
    left: 50%;
}

.domain-bar .content.show {
    top: 3.65rem;
    z-index: 1030;
}

.domain-bar .content {
    position: relative;
    left: -50%;
    background-color: #0c8b8c;
    display: block;
    width: 100%;
    min-height: 100px;
    border-radius: 0px 0px 20px 20px;
    min-height: 2.8rem;
    padding: 0.8rem 0.5rem;
    text-align: center;
    top: -8.8rem;
}

.domain-bar .tld {
    color: #FAC32B;
    font-weight: bold;
}

.domain-bar .item {
    margin-left: 8.8px;
}

.domain-bar form {
    position: absolute;
    bottom: -41.8px;
    direction: ltr;
    right: 20%;
}

.domain-bar form .input-group {
    box-shadow: 1px 6px 25px #4a4a4a;
    border-radius: 6px;
    opacity: 0.98;
}
.list-group-item{
    padding: 0.5rem 0.8rem;
}
.onTheFly {
    position: absolute;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    top: 0;
    right: 40%;
    min-width: 60px;
    min-height: 20px;
    background-color: #069597;
    border-radius: 30px;
    font-family: IRANSANS;
    color: white;
}

.dropdown-item,
.dropdown-menu {
    text-align: right;
}

.navbar-green-bg {
    background-color: #05a3a5;
	padding-bottom: 22px;
}

.domain-bar .content,
.navbar-green-bg {
    transition: top 0.5s ease-out, opacity 0.6s ease-in-out;
}

.nav-up {
    top: -180px;
    opacity: 0;
}

.domain-bar {
    position: absolute;
    z-index: -1030;
    color: white;
    left: 50%;
}

.domain-bar .content.show {
    top: 3.65rem;
    z-index: 1030;
}

.domain-bar .content {
    position: relative;
    left: -50%;
    background-color: #0c8b8c;
    display: block;
    width: 100%;
    min-height: 100px;
    border-radius: 0px 0px 20px 20px;
    min-height: 2.8rem;
    padding: 0.8rem 0.5rem;
    text-align: center;
    top: -8.8rem;
}

.domain-bar .tld {
    color: #FAC32B;
    font-weight: bold;
}

.domain-bar .item {
    margin-left: 8.8px;
}

.domain-bar form {
    position: absolute;
    bottom: -41.8px;
    direction: ltr;
    right: 20%;
}

.domain-bar form .input-group {
    box-shadow: 1px 6px 25px #4a4a4a;
    border-radius: 6px;
    opacity: 0.98;
}

 @media (min-width: 992px){
     #bs-primary-navbar li {
        font-size: 0.86rem;
    }
    #bs-primary-navbar ul.dropdown-menu{
        width: 450px;
        min-height:200px;
        top:3.4em;
        right:-170px;
        border-radius:.85rem;
     }
    #bs-primary-navbar ul.dropdown-menu:before{
        content:'';
        background-color:#05a3a5;
        display:block;
        position:absolute;
        top:-.9em;
        margin-right:auto;
        margin-left:auto;
        text-align:center;
        left:50%;
        width: 0; 
        height: 0; 
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;  
        border-bottom: 14px solid white;     
    }
    #bs-primary-navbar .dropdown-menu li{
        display: block;
        width: 100%;
    }
    #bs-primary-navbar .dropdown-menu li a{
        display: inline-block !important;
        padding:.1em .3em;
        width:40%;
        float:right;
            -webkit-transition: all 1s ease 0s;
			-moz-transition: all 1s ease 0s;
			-o-transition: all 1s ease 0s;
			transition: all 1s ease 0s;
    }
    #bs-primary-navbar .dropdown-menu li section {
        padding:.1em .3em;
        width:60%;
        overflow: hidden;        
        float:left;
        display:none;
        position:absolute;
     } 
     #bs-primary-navbar .dropdown-menu li a:after {
        content: "";
        top: 1em;
        right:40%;
        width:1px;
        height:90%;
        background-color:#9b9b9b;
        display:block;
        position:absolute;
    }
    #bs-primary-navbar .dropdown-menu li a.hover,#bs-primary-navbar .dropdown-menu li:first-child a.first
    {    
            -webkit-transition: all 1s ease 0s;
			-moz-transition: all 1s ease 0s;
			-o-transition: all 1s ease 0s;
			transition: all 1s ease 0s;        width:40%;
        background-color: rgba(13, 148, 150, 0.086);
    }
    #bs-primary-navbar .dropdown-menu {display: block;
        visibility: hidden;
        height:0px !important;
        transform: scale(0,1);
        transition:.5s ease all;
    }
    #bs-primary-navbar .dropdown-menu.show {
        display: block;
        visibility: visible;
        height:230px !important;
        transform: scale(1,1);
        transition:.5s ease all;
    }
 }
 
@meida (max-width: 992px) {

 
    .bs-primary-navbar .collapse:not(.show) {
        display: none !important;
    }

    .bs-primary-navbar button.navbar-toggler {
        display: inline !important;
    }

    #bs-primary-navbar ul {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .navbar.primary-navbar {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .navbar-expand-md.primary-navbar {
        flex-flow: unset;
    }

    .navbar-expand-md.primary-navbar>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar>.container-fluid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .primary-navbar .navbar-brand {
        display: inline-block;
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem;
        margin-right: 1rem;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
    }

    .navbar-brand.order-md-last {
        order: unset;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: static;
    }

    //end collaps on tablet
    #bs-primary-navbar ul {
        flex-direction: row;
        flex-wrap: wrap;
    }

    #bs-primary-navbar ul li {
        flex: 0 0 100%;
        max-width: 100%;
        font-size: 110%;
    }

    #bs-primary-navbar .badge-pill,
    #bs-primary-navbar .phone {
        flex: 0 0 30%;
        max-width: 30%;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    #bs-primary-navbar .dropdown-toggle::after {
        position: absolute;
        top: 25px;
        right: 95%;
        margin-left: auto;
    }

    nav.navbar.bs-primary-navbar {
        padding: 0 1rem;
    }

    #bs-primary-navbar ul li,
    #bs-primary-navbar ul li ul li {
        border-bottom: 1px solid #0d9496
    }

    #bs-primary-navbar ul.nav li:last-child,
    #bs-primary-navbar ul.nav>li:first-child,
    #bs-primary-navbar ul.nav li.show {
        border-bottom: 0px !important;
    }

    #bs-primary-navbar ul .dropdown-menu a {
        border-radius: 5px;
        background-color: #05a3a5;
        text-align: center;
        color: #fff;
        text-shadow: 1px 1px 1px #004546;
        padding: 5.5px !important;
    }

    #bs-primary-navbar section {
        display: none !important;
    }

    #bs-primary-navbar ul li ul.dropdown-menu li {
        padding-top: 8px;
    }

    #bs-primary-navbar ul .dropdown-menu {
        border: 0px;
        border-radius: 0px 0px 10px 10px;
        width: 100%;
        padding: 8px;
        margin: 0px;
        background-color: #0d9496;
        color: #044d50;
    }
}






.form-control{
	border-radius: .25rem;
}


.form-control{
	border-radius: .25rem;
}
li[id=" product*-feature*"],li[id ^="product"] {
    list-style: none;
}


#order-standard_cart .products .product footer{
    padding:5px;
}


#main-body .primary-content2 {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f7f8fb;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}


#order-standard_cart .cart-body2 {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f7f8fb;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

#order-standard_cart .cart-body .header-lined2 {
    padding: 15px;
    background-color: #f8f8f8;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

#order-standard_cart .cart-body .header-lined3 {
	margin: 1em 0 0.5em 0;
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
	position: relative;  
	font-size: 36px;
	line-height: 40px;
	padding: 15px 15px 15px 15%;
	color: #355681;
	box-shadow: 
		inset 0 0 0 1px rgba(53,86,129, 0.4), 
		inset 0 0 5px rgba(53,86,129, 0.5),
		inset -285px 0 35px white;
	border-radius: 0 10px 0 10px;
}

.modal .modal-header {
    background-color: #05a3a5 !important;
    color: white !important;
}

#popup-backdrop .card-header h2 i {
    float: right;
    padding-left: 10px;
}

#order-standard_cart .cart-body .header-lined {
	margin: 0 0 0.5em 0;
	font-weight: normal;
	position: relative;
	text-shadow: 0 -1px rgba(0,0,0,0.6);
	font-size: 28px;
	line-height: 40px;
	background: #05a3a5;
	border: 1px solid #fff;
	padding: 5px 15px;
	color: white;
	border-radius: 0 10px 0 10px;
	box-shadow: inset 0 0 5px rgba(53,86,129, 0.5);
	font-family: 'Muli', sans-serif;
}

.dataTables_info {
	margin: 0 0 0.5em 0;
	font-weight: normal;
	text-shadow: 0 -1px rgba(0,0,0,0.6);
	line-height: 30px;
	background: #05a3a5;
	border: 1px solid #fff;
	padding: 5px 15px;
	color: white;
	border-radius: 0 10px 0 10px;
	box-shadow: inset 0 0 5px rgba(53,86,129, 0.5);
}

.dataTables_wrapper .dataTables_filter input {
    margin-top: .5em;
}

.dataTables_length {
	float: left;
}

.sidebar .card-title {
    font-size: 14px;
}

.dataTables_wrapper table.table-list thead th:first-child {
    border-radius: 0 4px 0 0 !important;
}

#order-standard_cart .font-size-36 {
    font-size: 22px!important;
}

#order-standard_cart .products .product header {
    background: #05a3a5!important;
}

.btn-success {
    background-color: #05a3a5!important;
    border-color: #05a3a5!important;
}

.card-header {
    background-color: #05a3a5!important;
	color: white;
}

.row {
    padding-top:10px;
}

#main-body .card.card-accent-emerald .card-body form .input-group {
	margin-top:10px!important;
}

#order-standard_cart .products .product header span {
    color: white!important;
}

#order-standard_cart .products .product .product-desc li span img {
	height: 15px;
}

#frmConfigureProduct .secondary-cart-body .product-info p img {
	height: 15px;
}

#order-standard_cart .products .product .product-desc {
    line-height: 3;
}

#order-standard_cart .view-cart-items-header, #order-standard_cart .empty-cart .btn {
    background-color: #05a3a5 !important;
}

#order-standard_cart .checkout-security-msg i { 
    float: right !important;
    margin-left: 10px !important;
	font-size: 0.8em !important;
}

.tiles .tile {
    border-right: 0;
    border-left: 1px solid #ccc;
}

.status-pending-registration,
.status-redemption,
.status-grace {
  background-color: #ff6600;
}


.domain-checker-container .input-group {
	direction: ltr !important;
}

.domain-checker-container .input-group #inputDomain{
	text-align:left !important;
}

.domain-checker-container .input-group #btnCheckAvailability{
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.suggested-domains .actions {
	margin-left: 5px;
}

.awc .navbar-nav a {
    font-size: 13.5px !important; 
}

#bannera4 {
    position: fixed;
    right: 5px;
    bottom: 5px;
    width: 200px;
    height: 200px;
}

#bannera4 a {
    display: block;
    width: 100%;
    height: 100%;
    background: url('https://cdn.faraso.org/uploads/side1.png') transparent no-repeat center center;
    z-index: 50000;
}

#close-banner {
    position: absolute;
    top: 0;
    right: 0;
    background: red;
    color: white;
    padding: 5px;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
}

.captcha-overlay-badge {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
}

.captcha-overlay-badge-hidden {
    display: none;
}

.captcha-overlay-badge img {
    width: 60px;
    height: auto;
}

.captcha-overlay-popup {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    width: 300px;
    z-index: 9998;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.sidebar .list-group-item .badge {
    background-color: #ccc;
    color: #666;
}

.card-sidebar .card-footer .col-button-left, .card-sidebar .card-header .card-minimise {
    margin-left:2px;
}

.card-sidebar .card-header .card-minimise, #alertOverdueInvoice .float-right {
    margin-left:5px;
}

.btn-primary {
    color: #fff;
    background-color: #05a3a5;
    border-color: #05a3a5;
    outline: none;
    box-shadow: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: #048f91;
    border-color: #048f91;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #048f91;
    border-color: #048f91;
    box-shadow: 0 0 0 0.2rem rgba(5, 163, 165, 0.4);
    outline: none;
}

.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #037f81 !important;
    border-color: #037073 !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(5, 163, 165, 0.4);
    outline: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #ffffff;
    background-color: #7fc9ca;
    border-color: #7fc9ca;
    cursor: not-allowed;
    box-shadow: none !important;
    outline: none !important;
}
.bootstrap-switch-container {
  display: flex !important;
  align-items: center;
  width: 184px !important;
  user-select: none;
  cursor: pointer;
  border: 1px solid #05a3a5;
  border-radius: 4px;
  overflow: hidden;
  background-color: #ccc;
}

.bootstrap-switch-container input[type="checkbox"] {
  display: none;
}

.bootstrap-switch-handle-on {
  flex: 1;
  background-color: #05a3a5;
  color: white;
  text-align: center;
  line-height: 30px;
  transition: background-color 0.3s ease;
  font-weight: bold;
} 

.bootstrap-switch-handle-off {
  flex: 1;
  background-color: #bbb;
  color: #666;
  text-align: center;
  line-height: 30px;
  transition: background-color 0.3s ease;
  font-weight: normal;
}

.bootstrap-switch-container input[type="checkbox"]:checked ~ .bootstrap-switch-handle-on {
  background-color: #05a3a5;
  color: white;
  font-weight: bold;
}

.bootstrap-switch-container input[type="checkbox"]:checked ~ .bootstrap-switch-handle-off {
  background-color: #ccc;
  color: #999;
  font-weight: normal;
}


.bootstrap-switch-container input[type="checkbox"]:not(:checked) ~ .bootstrap-switch-handle-on {
  background-color: #ccc;
  color: #999;
  font-weight: normal;
}

.bootstrap-switch-container input[type="checkbox"]:not(:checked) ~ .bootstrap-switch-handle-off {
  background-color: #05a3a5;
  color: white;
  font-weight: bold;
}


.bootstrap-switch-label {
  width: 2px;
  background-color: transparent;
}


#ptr, 
#ptr * {
    direction: ltr;
    text-align: left;
}

.rdns-inline,
.rdns-inline * {
    direction: ltr;
    text-align: left;
}

.rdns-btn {
    text-align: center !important;
}