/* $orange: #afd4ff */
/* $red: #ee4023 */
body {
    background-color: #ffffff;
    font-family: "Sofia Pro";
}

body .login_box {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

body .login_box img {
    max-width: 120px;
    display: block;
    margin: 0 auto 15px;
}

body .login_box>.row {
    min-height: 100vh;
}

body .login_box>.row .col-sm-6 {
    -ms-flex: 0 0 45%;
    -webkit-box-flex: 0;
    flex: 0 0 45%;
    max-width: 45%;
}

body .login_box>.row .col-sm-1 {
    -ms-flex: 0 0 10%;
    -webkit-box-flex: 0;
    flex: 0 0 10%;
    max-width: 10%;
}

body .login_box h3 {
    font-size: 20px;
    color: #002473;
    margin-bottom: 0px;
}

body .login_box p {
    font-size: 15px;
    font-weight: 250;
    margin-bottom: 30px;
}

body .login_box a.forgot_password {
    display: block;
    text-align: left;
    margin-top: -10px;
    color: #002473;
    margin-bottom: 15px;
}

body .login_box .form-control {
    font-size: 15px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #222;
    padding: 8px 0 5px;
    margin-bottom: 15px;
    background-color: transparent;
}

body .register_box {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}

body .register_box img {
    max-width: 120px;
    display: block;
    margin: 0 auto 15px;
}

body .register_box>.row {
    min-height: 100vh;
}

body .register_box>.row .col-sm-6 {
    -ms-flex: 0 0 45%;
    -webkit-box-flex: 0;
    flex: 0 0 45%;
    max-width: 45%;
}

body .register_box>.row .col-sm-1 {
    -ms-flex: 0 0 10%;
    -webkit-box-flex: 0;
    flex: 0 0 10%;
    max-width: 10%;
}

body .register_box h3 {
    font-size: 20px;
    color: #002473;
    margin-bottom: 0px;
}

body .register_box p {
    font-size: 15px;
    font-weight: 250;
    margin-bottom: 30px;
}

body .register_box a.forgot_password {
    display: block;
    text-align: right;
    margin-top: -10px;
    color: #002473;
    margin-bottom: 15px;
}

body .register_box .form-control {
    font-size: 15px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #222;
    padding: 8px 0 5px;
    margin-bottom: 15px;
    background-color: transparent;
}

.sidebar_menu_btn.active, .sidebar_menu_btn:hover{
	background:0;
	color:white;
}


.special_btn {
    background-color: #002473;
    font-size: 15px;
    color: #ffffff !important;
    padding: 12px 20px;
    display: block;
    border-radius: 10px;
    width: 100%;
    border: none;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
    cursor: pointer;
    outline: none !important;
    text-align: center;
    text-decoration: none !important;
}

	.checkout_btn_dashboard {
    background-color: #002473;
    font-size: 15px;
    color: #ffffff !important;
    padding: 8px 10px;
    display: block;
    width: 100%;
    border: none;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
    cursor: pointer;
    outline: none !important;
    text-align: center;
    text-decoration: none !important;
}					 


.special_btn img {
    max-width: 20px;
    margin-right: 10px;
}

.special_btn.border:not(:hover) {
    border: 1px solid #002473 !important;
    background-color: transparent;
    color: #002473 !important;
}

.special_btn:hover {
    background-color: #04349c;
}

.special_btn.special {
    background-color: #f15a24;
}

.special_btn.special:hover {
    background-color: #cc4110;
}


.special_btn.special2 {
    background-color: #f12b24;
}

.special_btn.special2:hover {
    background-color: #f12b24;
}

.or_div {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.or_div::before,
.or_div::after {
    content: "";
    height: calc(50% - 15px);
    width: 0;
    border-right: 1px solid #999999;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.5;
}

.or_div::after {
    top: auto;
    bottom: 0;
}

.social_login_box {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.social_login_box li {
    margin-bottom: 10px;
}

.social_login_box li:last-child {
    margin-bottom: 0;
}

.social_login_box li a {
    font-size: 14px;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    padding: 10px 25px;
    border-radius: 10px;
    border: 1px solid #333333;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
    cursor: pointer;
    background-color: #ffffff;
}

.social_login_box li a:hover {
    border-color: #04349c;
}

.social_login_box li a>img {
    max-width: 25px;
    margin: 0;
    margin-right: 15px;
}



.dropdown_btn {
    background: transparent;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.dropdown_btn .profile_cover {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
    vertical-align: middle;
}

.dropdown_btn img {
    max-width: 30px;
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    margin: auto;
}

.sidebar {
    width: 270px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    background-color: #002473;
    z-index: 99;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
	padding-top: 25px;
}


.navigation-scroll-menu, .scroll-topAgent{
padding: 20px 30px;
-ms-overflow-style: none; 
scrollbar-width: none; 
}


.navigation-scroll-menu::-webkit-scrollbar, .scroll-topAgent::-webkit-scrollbar {
    display: none;
}


.scroll-topAgent{
	display: block;
    overflow-y: auto;
    height: 420px;	
	overflow-x:hidden;
}


.navigation-scroll-height{
	overflow: auto;
}	

.sidebar img.logo{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    max-width: 85px;
    display: block;
    margin: 20px auto;
}

.sidebar img.ads{
  
    max-width: 210px;
    display: block;
    margin: -40px auto;
}


.sidebar ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.sidebar ul .sidebar_menu_btn {
    position: relative;
}

.sidebar ul .sidebar_menu_btn::after {
    content: "\f054";
    position: absolute;
    right: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

.sidebar ul .sidebar_menu_btn.active::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);

}




.sidebar ul li a {
    display: block;
    color: #ffffff;
    padding: 10px;
    text-decoration: none !important;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
}

.sidebar ul li a img {
    max-width: 22px;
    display: inline-block;
    margin: 0;
    margin-right: 15px;
    vertical-align: middle;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
	float:left;
}



.sidebar ul li a:hover,
.sidebar ul li a.active {
	background: #FFD2A0;
    border-radius: 20px;
    color: #002473;
}


.sidebar ul li a.sidebar_menu_btn.active {
    background: 0;
    color: white;

}


.sidebar ul li a:hover img,
.sidebar ul li a.active img {
   filter: invert(70%);
}

.sidebar ul li {
   padding-bottom:5px;
}

.sidebar_menu li {
   padding-top:5px;
}



.sidebar ul li a.sidebar_menu_btn.active+ul {
    max-height: 1000px;
}

.sidebar ul li ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
}

.sidebar ul li ul li a {
    padding-left: 70px;
}

.sidebar ul li ul li>.sidebar_menu_btn.active {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 5px;
    color: #ffffff;
    font-weight: 700;
}

.sidebar ul li ul li ul li a {
    font-weight: 200;
    border-radius: 10px;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
    padding: 6px 10px 6px 47px;
    margin: 5px 0;
}

.sidebar ul li ul li ul li a:hover,
.sidebar ul li ul li ul li a.active {
    background-color: #ffffff;
    color: #002473;
    font-weight: 500;
}

.sidebar ul li ul li ul li .sidebar_menu_btn {
    border: none;
    margin-bottom: 0;
}

nav {
    padding: 10px 20px;
    padding-left: 260px;
    text-align: right;
    /*position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}


nav button.btn {
    padding-right: 0;
}

.content_wrapper {
    background-color: #002473;
    min-height: 100vh;
    padding: 20px;
    padding-left: 270px;
    
}

/*
.content_wrapper {
    background-color: #e6e6e6;
    min-height: 100vh;
    padding: 50px;
    padding-left: 300px;

}*/


.content_wrapper .form-control-label {
    font-size: 16px;
    line-height: 16px;
    color: #002473;
    font-weight: 300;
    padding-top: 10px;
}

.content_wrapper .form-control {
    font-size: 15px;
    padding: 15px;
    border-radius: 10px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: 300;
    margin-bottom: 10px;
    height: auto !important;
}

.content_wrapper .form-control.grey {
    background-color: #f2f2f2;
}

.content_wrapper .form-control.min_height {
    min-height: 52px;
}

.content_wrapper .content_box {
    padding: 20px;
    border-radius: 35px;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.content_wrapper .header-title {
    padding: 20px;
    border-radius: 35px;
    margin-bottom: 20px;
}

.content_wrapper .content_box.narrow {
    padding: 12px 20px;
    margin-bottom: 10px;
}

.content_wrapper .content_box.full_height {
    height: calc(100% - 20px);
}

.content_wrapper .content_box h1 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}

.content_wrapper .content_box h5 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}


.content_wrapper .screenZ {
    color:white;
}

.content_wrapper .content_box h3 {
    font-size: 18px;
    font-weight: 600;
}

.content_wrapper .content_box h3:last-child {
    margin-bottom: 0;
}

.display_icon {
    width: 70px;
    height: 70px;
    margin-left: auto;
    margin-bottom: -10px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.progress {
    width: 70px;
    height: 70px;
    background: none;
    margin-left: auto;
    margin-bottom: -10px;
    position: relative;
}

.progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.progress.style1::after {
    border-color: #E1EAF9;
}

.progress.style2::after {
    border-color: #C0F9EE;
}

.progress.style3::after {
    border-color: #C6A8F4;
}

.progress.style4::after {
    border-color: #EF9A9A;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress.style1 .progress-bar {
    border-color: #84AFEF;
}

.progress.style2 .progress-bar {
    border-color: #46AFAA;
}

.progress.style3 .progress-bar {
    border-color: #662D91;
}

.progress.style4 .progress-bar {
    border-color: #DD1D1D;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress .progress-value {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.progress .progress-value div {
    line-height: 70px;
    font-size: 20px;
}

.progress.style1 .progress-value {
    color: #84AFEF;
}

.progress.style2 .progress-value {
    color: #46AFAA;
}

.progress.style3 .progress-value {
    color: #662D91;
}

.progress.style4 .progress-value {
    color: #DD1D1D;
}

.row {
    margin: 0 -10px;
}

.dashboard_icon_padding{
	padding: 10px 20px;
}

.row [class*="col-"] {
    padding: 10 20px;
}

.content_img {
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.content_img img {
    max-width: 100%;
    width: 100%;
}

.statistic_box {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.statistic_box li h2 {
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 0px;
}

.statistic_box li p {
    color: #808080;
    margin-bottom: 0;
    font-size: 14px;
}

.statistic_box li img {
    max-width: 25px;
    margin-right: 10px;
}

.statistic_box li .earn {
    font-size: 14px;
    padding-top: 6px;
    margin-left: 5px;
    white-space: nowrap;
}

.statistic_box li .earn::before {
    content: "";
    margin-right: 4px;
    width: 14px;
    height: 14px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.statistic_box li .earn.increase {
    color: #2ABC6C;
}

.statistic_box li .earn.increase::before {
    background-image: url(../images/increase.png);
}

.statistic_box li .earn.decrease {
    color: #D32020;
}

.statistic_box li .earn.decrease::before {
    background-image: url(../images/decrease.png);
}

.nav.nav-pills {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.nav.nav-pills .nav-link {
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 14px;
    text-align: left;
    color: #1a1a1a;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
}

.nav.nav-pills .nav-link.active,
.nav.nav-pills .show>.nav-link {
    color: #EF1833;
    font-weight: bold;
    background-color: #FCD4D4;
}

.tab-content .tab-pane {
    padding: 10px 0 0;
}

.tab-content::-webkit-scrollbar {
  width: 3px;
}
.tab-content::-webkit-scrollbar-thumb {
  background: #888;
}



.card_hover:hover{
	background:lightgrey;
	border-radius:10px;
}



.page_title {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.page_title>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.page_title h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    padding-right: 10px;
    border-right: 1px solid #1a1a1a;
    margin-bottom: 0;
    margin-right: 10px;
}

.page_title h3:last-child{
    border: none;
}

.page_title p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
}

.notification {
    padding: 0;
    margin: 0;
    list-style-type: none;
    overflow: auto;
}

.notification li {
    margin-bottom: 15px;
}

.notification li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none !important;
}

.notification li a img {
    max-width: 40px;
    margin-right: 15px;
}

.notification li a h3 {
    font-size: 15px !important;
    line-height: 17px;
    color: #1a1a1a;
    text-transform: uppercase;
    margin-bottom: 0;
}

.notification li a p {
    font-size: 13px;
    line-height: 15px;
    color: #808080;
    margin-bottom: 0;
}

.search_btn {
    float: right;
    position: relative;
}

.search_btn .form-control {
    padding-right: 50px;
    border: none;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 0;
    min-width: 200px;
}

.search_btn button {
    padding: 9px 10px;
    background-color: #002473;
    border: none !important;
    outline: none !important;
    cursor: pointer;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
}

.search_btn button img {
    max-width: 20px;
}

.products {
    list-style-type: none;
    padding: 0;
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.products>li {
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 0 10px;
}

.products>li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-decoration: none !important;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
}

.products>li a .product_img {
    margin: -15px -15px 15px;
    height: 200px;
    overflow: hidden;
    position: relative;
    width: calc(100% + 30px);
}

.products>li a .product_img img {
    top: -200px;
    left: -200px;
    right: -200px;
    bottom: -200px;
    margin: auto;
    position: absolute;
    max-width: 100%;
}

.products>li a h4 {
    font-size: 15px;
    color: #1a1a1a;
    font-weight: 400;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.products>li a .product_price {
    color: #ff0000;
    font-size: 20px;
    margin-bottom: 10px;
}

.products>li a .product_price span {
    color: #808080;
    font-size: 15px;
    text-decoration: line-through;
}

.split_btn {
    list-style-type: none;
    margin: 0 -5px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 20px);
}

.split_btn li {
    padding: 0 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.split_btn li button {
    padding: 5px;
    background-color: #E1EAF9;
    color: #002473;
    border: none;
    outline: none !important;
    border-radius: 7px;
    font-size: 13px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.split_btn li button.special {
    background-color: #002473;
    color: #ffffff;
}

.cart_box_title {
    color: #1a1a1a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
}

.cart_box_title img {
    max-width: 30px;
    margin-right: 10px;
}

.cart_box_title a {
    color: #f15a24;
    text-decoration: underline;
    font-weight: 300;
    position: absolute;
    font-size: 16px;
    right: 0;
}

.cart_item {
    padding: 0;
    margin: 0;
    list-style-type: none;
}





.cart_item li {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.cart_item li .cart_item_checkbox {
    width: 30px;
    align-self: center;
}


.cart_item li .cart_item_img {
    width: 60px;
    height: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin-right: 10px;
}

.cart_item li .cart_item_img img {
    top: -200px;
    left: -200px;
    right: -200px;
    bottom: -200px;
    margin: auto;
    position: absolute;
    max-width: 80px;
}

.cart_item li select.form-control {
    background-color: #e1eaf9;
    color: #002473;
    padding: 5px 12px;
    font-size: 12px;
    height: auto !important;
    border-radius: 25px;
    border-bottom: 0;
    width: auto;
    margin-bottom: 5px;
}

.cart_item li h3 {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.cart_item li h5 {
    color: #ff0000 !important;
    margin-bottom: 0 !important;
}

.cart_item li .cart_item_quantity {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cart_item li .cart_item_quantity .cart_item_btn {
    font-size: 10px;
    padding: 8px 5px 5px;
    color: #002473;
    border: 1px solid #1a1a1a;
    border-radius: 5px;
    cursor: pointer;
    background: #fff;
}

.cart_item li .cart_item_quantity .cart_item_btn:disabled {
    background: #e0e0e0;
}

.cart_item li input.form-control {
    margin-bottom: 0;
    padding: 8px 5px 5px;
    font-size: 12px;
    line-height: 12px;
    color: #002473;
    border: 1px solid #1a1a1a;
    border-radius: 5px;
    text-align: center;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
}

.cart_item li input.form-control:disabled {
    background: #fff;
}

.cart_item hr {
    border-color: #b3b3b3;
    margin-top: 0;
    margin-bottom: 20px;
}




.cart_total {
	margin-top:20px;
    padding: 0;
    list-style-type: none;
    margin-bottom: 20px;
}

.cart_total li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
}

.cart_total li p {
    margin-bottom: 0;
}


/**/
.checkout_item {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.checkout_item li {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;

}

.checkout_item li .checkout_item_checkbox {
    width: 30px;
    align-self: center;
}


.checkout_item li .checkout_item_img {
    width: 60px;
    height: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin-right: 10px;
}

.checkout_item li .checkout_item_img img {
    top: -200px;
    left: -200px;
    right: -200px;
    bottom: -200px;
    margin: auto;
    position: absolute;
    max-width: 80px;
}

.checkout_item li select.form-control {
    background-color: #e1eaf9;
    color: #002473;
    padding: 5px 12px;
    font-size: 12px;
    height: auto !important;
    border-radius: 25px;
    border-bottom: 0;
    width: auto;
    margin-bottom: 5px;
}

.checkout_item li h3 {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.checkout_item li h5 {
    color: #ff0000 !important;
    margin-bottom: 0 !important;
}

.checkout_item li .checkout_item_quantity {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	position:absolute;
	right:0;				  		   
}

.checkout_item li .checkout_item_quantity .checkout_item_btn {
    font-size: 10px;
    padding: 8px 5px 5px;
    color: #002473;
    border: 1px solid #1a1a1a;
    border-radius: 5px;
    cursor: pointer;
    background: #fff;
}

.checkout_item li .checkout_item_quantity .checkout_item_btn:disabled {
    background: #e0e0e0;
}

.checkout_item li input.form-control {
    margin-bottom: 0;
    padding: 8px 5px 5px;
    font-size: 12px;
    line-height: 12px;
    color: #002473;
    border: 1px solid #1a1a1a;
    border-radius: 5px;
    text-align: center;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
}

.checkout_item li input.form-control:disabled {
    background: #fff;
}

.checkout_item hr {
    border-color: #b3b3b3;
    margin-top: 0;
    margin-bottom: 20px;
}

.checkout_total {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 20px;
}

.checkout_total li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
}

.checkout_total li p {
    margin-bottom: 0;
}

.voucher_title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
}

.voucher_list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 20px;
}


.voucher_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 5px;
}

.voucher_list .voucher_applying {
    border: #000000 solid 1px;
    border-radius: 5px;
    -webkit-box-shadow: 5px 3px 5px #aaaaaa;
    box-shadow: 5px 3px 5px #aaaaaa;
}


.voucher_list li .title, .voucher_list li .action, .agent-id  {
    font-size: 12px;
}




.img_title {
    margin-bottom: 20px;
    color: #002473;
    font-size: 20px;
}

.img_title img {
    max-width: 45px;
    margin-right: 15px;
}

.blue {
    color: #002473;
}

.radio_btn {
    list-style-type: none;
    /*margin: 10px -10px 0;*/
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.radio_btn li {
    padding: 0 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
}

.radio_btn li img {
    max-width: 70%;
	  margin-left: auto;
    margin-right: auto;
    display: block;
}

.radio_btn li label {
   padding: 5px 25px;
    color: #002473;
    font-size: 0;
    border: 1px solid #002473;
    border-radius: 10px;
    width: 90%;
    cursor: pointer;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
}

.radio_btn li input[type="radio"] {
    display: none;
}

.radio_btn li input[type="radio"]:checked+label {
    color: #ffffff;
    background-color: #002473;
}

.radio_btn li input[type="radio"]:checked+label img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.payment_method.nav-tabs {
    border: none;
}

.payment_method.nav-tabs .nav-link {
    border: 1px solid #002473;
    color: #002473;
    padding: 12px 15px 10px;
    border-radius: 10px;
    margin-right: 10px;
}

.payment_method.nav-tabs .nav-link.active {
    background-color: #002473;
    color: #ffffff;
}

.payment_method.nav-tabs+.tab-content .tab-pane {
    padding-top: 30px;
}

.hamburger {
    position: absolute;
    padding: 8px 5px 5px;
    z-index: 999;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: none;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
}

.hamburger .hamburger-box,
.hamburger .hamburger-inner,
.hamburger .hamburger-inner:after,
.hamburger .hamburger-inner:before {
    width: 30px;
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner:after,
.hamburger .hamburger-inner:before {
    height: 3px;
}

.hamburger.is-active {
    left: 200px;
}

.hamburger.is-active .hamburger-inner:before,
.hamburger.is-active .hamburger-inner:after {
    background-color: #fff !important;
}

.agent_dropdown {
    background-color: #2763aa;
    color: #ffffff;
    border-radius: 10px;
    margin-bottom: 0 !important;
}

.agent_box .agent_img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: 0 auto 10px;
    overflow: hidden;
    position: relative;
}

.agent_box .agent_img img {
    max-width: 110px;
    position: absolute;
    top: -50px;
    bottom: -50px;
    left: -50px;
    right: -50px;
    margin: auto;
}

.agent_box h3 {
    font-size: 20px !important;
    font-weight: 400 !important;
    margin-bottom: 0;
    text-align: center;
}

.agent_box p {
    font-size: 13px;
    color: #808080;
    text-align: center;
    margin-bottom: 0;
}

.agent_box .agent_earning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 20px;
    background-color: #e1eaf9;
}

.agent_box .agent_earning img {
    max-width: 50px;
    margin-right: 10px;
}

.agent_box .agent_earning p {
    text-align: left;
}

.agent_box .agent_earning h1 {
    margin-bottom: 0;
    line-height: 20px;
    font-size: 20px;
}

.achievement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.achievement .progress_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.achievement .progress_ p,
.achievement .progress_ span {
    font-size: 14px;
    line-height: 14px;
    color: #1a1a1a;
    font-weight: 500;
}

.achievement .progress_ span {
    color: #808080;
}

.achievement .progress_ .progress_bar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-bottom: 1px solid #cccccc;
    position: relative;
    margin-top: 0;
}

.achievement .progress_ .progress_bar span {
    border-bottom: 4px solid #78f9c1;
    position: absolute;
    left: 0;
    top: -5px;
    bottom: -5px;
    margin: auto;
    height: 0;
}

.achievement img {
    max-width: 30px;
    margin-right: 10px;
}

.cc_box {
    padding: 20px;
    border-radius: 10px;
    margin: 0;
    list-style-type: none;
    background-color: #ccd8ea;
}

.cc_box li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2px 0;
}

.cc_box li>div:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
}

.cc_box li img {
    max-width: 20px;
    margin-right: 6px;
}

.cc_box.special {
    background-color: transparent;
    padding: 0 0 20px;
}

.cc_box.special:not(:last-child) {
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.transparent_btn {
    outline: none;
    border: none;
    color: #002473;
    font-size: 14px;
    padding: 5px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
    border-radius: 5px;
    white-space: nowrap;
}

.transparent_btn img {
    max-width: 15px;
    margin-right: 5px;
    margin-top: -3px;
}

.transparent_btn:hover {
    background-color: #002473;
    color: white;
}

.transparent_btn:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.company_box .company_img {
    width: 120px;
    height: 120px;
    margin: 0 auto 10px;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
}

.company_box .company_img img {
    width: 110%;
    top: -100px;
    bottom: -100px;
    left: -100px;
    right: -100px;
    margin: auto;
    position: absolute;
}

.company_box .form-control {
    background-color: #ccd8ea;
    color: #1a1a1a;
}

.modal h3 {
    font-size: 23px;
    color: #002473;
    margin-bottom: 20px;
}

.modal .form-control-label {
    color: #002473;
    font-size: 16px;
}

.modal .form-control {
    background-color: #ccd8ea;
    font-size: 15px;
    height: auto !important;
    border: none;
    padding: 15px;
    border-radius: 10px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 20px;
}

.modal select.form-control {
    min-height: 52px !important;
}

.modal .modal-content {
    border: none;
    border-radius: 10px;
}

.modal .modal-content .modal-body {
    padding: 20px;
}

.modal .modal-content .modal-footer {
    padding: 20px;
    padding-top: 0;
    border-top: 0;
    margin: 0 -15px;
}

.modal .modal-content .modal-footer button {
    white-space: nowrap;
}

.modal .modal-content .modal-footer> :not(:first-child),
.modal .modal-content .modal-footer> :not(:last-child) {
    margin: 0;
}

.image_ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.image_ul img {
    max-width: 50px;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.image_ul img.active {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 26px;
    vertical-align: middle;
    margin-bottom: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

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

.switch.green input:checked+.slider {
    background-color: #39b54a;
}

.switch input:focus+.slider {
    -webkit-box-shadow: 0 0 1px #002473;
    box-shadow: 0 0 1px #002473;
}

.switch.green input:focus+.slider {
    -webkit-box-shadow: 0 0 1px #39b54a;
    box-shadow: 0 0 1px #39b54a;
}

.switch+span {
    vertical-align: middle;
    padding-left: 10px;
    color: #002473;
    margin-bottom: 20px;
    display: inline-block;
}

.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: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

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

.mlm_setting {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}

.mlm_setting>li:not(:nth-child(2)) {
    padding: 10px;
    white-space: nowrap;
    border: 1px solid #002473;
    border-radius: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: center;
}

.mlm_setting>li:nth-child(2) {
    border-bottom: 2px solid #002473;
    width: 100%;
}

.mlm_setting>li:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-color: #ccd8ea;
    background-color: #ccd8ea;
}

.mlm_setting>li:nth-child(3) .form-control {
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.special_table {
    border-collapse: separate;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    border-spacing: 0 10px;
    font-size: 16px;
}

.special_table th,
.special_table td {
    padding: 20px;
}

.special_table td {
    background-color: #fff;
}

.special_table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.special_table thead {
    background-color: #002473;
    color: white;
}

.special_table thead tr>th:first-child,
.special_table thead tr>td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.special_table thead tr>th:last-child,
.special_table thead tr>td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.special_table tbody tr>th:first-child,
.special_table tbody tr>td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.special_table tbody tr>th:last-child,
.special_table tbody tr>td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.date_range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.date_range input {
    border: none;
    padding: 10px 20px;
    outline: none !important;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
}

.date_range>input:first-child {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.date_range>input:nth-child(2) {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-right: 10px;
}

.pagination {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 5px;
}

.pagination a {
    color: #aaa;
    min-width: 20px;
    display: block;
    font-size: 16px;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
}

.pagination a.active,
.pagination a:hover {
    color: #002473;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
	
	.A {
     order : 1;   
   }  
   .B {
          order : 2;
    } 
	
	.C {
          order : 3;
    } 
	
	
	.dashboard-align{
		padding-left:20px;
	}

	
	.mobile-text{
	text-align:center;
}
	
	
	.weekly-sale{
		justify-content: center;
	}
	
	
	.top-agent-line{
		position: absolute;
		width: 92%;
		top: 10px;
			background-color: rgba(116, 116, 116, 0.2);
		
	}

	
    body .login_box {
        padding: 0 20px;
    }

    body .login_box .content {
        padding: 20px 10px;
        border: 1px solid #002473;
        border-radius: 10px;
        margin: 0;
        background-color: rgba(104, 179, 243, 0.15);
    }

    body .login_box>.row .col-sm-6,
    body .login_box>.row .col-sm-1 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    body .register_box {
        padding: 0 20px;
    }

    body .register_box .content {
        padding: 20px 10px;
        border: 1px solid #002473;
        border-radius: 10px;
        margin: 0;
        background-color: rgba(104, 179, 243, 0.15);
    }

    body .register_box>.row .col-sm-6,
    body .register_box>.row .col-sm-1 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    body.show_menu .sidebar {
        left: 0;
    }

    .or_div {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 15px 0;
    }

    .or_div::before,
    .or_div::after {
        height: 0;
        border-right: none;
        border-top: 1px solid #999999;
        width: calc(50% - 15px);
        bottom: 0;
        right: auto;
    }

    .or_div::after {
        right: 0;
        left: auto;
        top: 0;
    }

    .reverse_row>[class*="col-"] {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .reverse_row>[class*="col-"]:last-child {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .radio_btn li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .sidebar {
        left: -250px;
    }

    .content_wrapper,
    nav {
        padding-left: 20px;
    }

    .hamburger {
        display: block;
    }

    .products>li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .page_title {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .page_title {
        margin-top: 15px;
    }

    .special_table {
        border: 0;
    }

    .special_table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .special_table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
        background-color: #fff;
        border-radius: 10px;
    }

    .special_table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
        border-radius: 0 !important;
        padding: 10px;
        background-color: transparent;
    }

    .special_table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        color: #002473;
    }

    .special_table td:last-child {
        border-bottom: 0;
    }

    .date_range {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .date_range input {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        border-radius: 10px !important;
        margin-bottom: 10px;
    }

    .date_range .special_btn {
        margin-bottom: 20px;
    }
	.swiper-container{
		height:20%;
	}
    .product-image-slider .swiper-container{
        height: 100%;
    }
	
	.statistic_box li{
		margin-top:20px;
	}
	
	.radio_btn li label {
    padding: 8px 15px;
    color: #002473;
    font-size: 0;
    border: 1px solid #002473;
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
}


.swiper-wrapper_size{
		height:100%;
	}
	
	.cart_MobileView3{
		display: inline-block;
    width: 50%;
	}
	
	.cartTotalMobile{
		display: inline-block;
    width: 40%;
    float: right;

	}
	
	.content-screen-padding{
	padding:10px;
	}
	
    .swiper-slide img {
        height: 100%;
        width: 100%;
    }


}

.itemRelease_btn {
    font-size: 15px;
    color: #ffffff !important;
    padding: 12px 20px;
    display: block;
    border-radius: 10px;
    width: 100%;
    border: none;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
    cursor: pointer;
    outline: none !important;
    text-align: center;
    text-decoration: none !important;
}


.date_range_dashboard input {
    border: none;
    padding: 10px 20px;
    outline: none !important;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
	float:right
}

.date_range_dashboard>input:first-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.date_range_dashboard>input:nth-child(2) {
     border-top-left-radius: 10px; 
     border-bottom-left-radius: 10px;
    margin-right: 10px;
}


ul#menu{
  float:right;
}


ul#menu li {
  display:inline;
}


.return_btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0px 35px;
    background-color: #002473;
    font-size: 15px;
    color: #ffffff !important;
    padding: 4px 35px;
    display: block;
    border-radius: 10px;
    border: none;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
    cursor: pointer;
    outline: none !important;
    text-align: center;
    text-decoration: none !important;
}



.sidebar ul li a{
    position: relative;
    padding-left: 65px;
}

.sidebar ul li a img{
    position: absolute;
    left: 30px;
}





.sidebar ul li ul li a img{
    left: 35px;
}


@media only screen and (min-width: 1024px) and (max-height: 1366px)
    and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) {
	  
	   .top-agent-line{
		position: absolute;
		width: 170%;
		top: 10px;
		max-width:150%;
			background-color: rgba(116, 116, 116, 0.2);
	
	}

	  
}


@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  
	  .ipad-screnn1{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	  
	  
	  .top-agent-line{
		position: absolute;
		width: 170%;
		top: 10px;
		left:13px;
			background-color: rgba(116, 116, 116, 0.2);
	
	}
	
	
	.content-justify{
	 justify-content:center;
		
	}
	
	.dashboard-align {
		padding-left: 0px;
		width: 100%;
	}
	
	.dashboard-align h5, .dashboard-align h1 {
		text-align:center;
	}
	
	
	.A {
     order : 1;   
   }  
   .B {
          order : 2;
    } 
	
	.C {
          order : 3;
    } 
	
	.D{
          order : 4;
    } 
	
	.E{
          order : 5;
    } 
	
	.F{
          order : 6;
    } 
	
	.G{
          order : 7;
    } 
		
		
	

	  
	  .notifications-container, .user-carts-container {
    padding: 0px 20px;
}

		.tet{
	  webkit-box-flex: 0; 
		-ms-flex: 0 0 50%;
		flex: 0 0 50%; 
		max-width: 50%;
	  }
	  
	  .reportrange_report{
		  float:left;
	  }
	  
	  
	
	
	  
	  .content-screen-padding{
	padding:40px;
		}

		.box_layout{
			height:220px;
		}
	  
	  .progress{
		      width: 70px;
    height: 70px;
    background: none;
    margin-left: auto;
    margin-bottom: -10px;
    position: relative;
    display: block;
    margin-right: auto;
	  }
	  
	  
	  .box_layout h5{
		  margin-top:20px;
	  }
	  
	  .box_layout h1{
		  margin-top:20px;
	  }
	  
	  .checkout_item_CSS{
	padding-right:20px;
}

.radio_btn li label {
    padding: 8px 15px;
    color: #002473;
    font-size: 0;
    border: 1px solid #002473;
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
}

.tab-height{
	height:65%;
}



.tab-content{
	overflow:auto;
	height:90%;
}

.dashboard-align{
	padding-left:0px;
	width:100%;
	
}


 
}




.mt-4{
	border-bottom:1px solid;
}

.mt-4:last-child{
	border-bottom:0px;
}

.icon_text{
	background-color: #8FC9A8;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 20px;
	color:black;
	
}

.icon_text_Inactive{
	background-color: red;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 20px;
	color:white;
	
}

.icon_text_ship{
	background-color: #007FFF;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 20px;
	color:white;
	
}

.icon_text_secondary{
	background-color: #6C757D;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 20px;
	color:white;
	
}


.badges{
	font-weight: normal;
    font-size: 14px;
    padding: 6px 10px 5px;
	border-radius:10rem;
    white-space: nowrap;
}

li.checkout_added {
position:relative;
}


.checkout_item_CSS{
	padding-right:50px;
}

.ql-container{
	height:auto;
	
}

.ql-editor{
	height:auto;
}


/*
.ql-editor{
	height:auto;
	font-size:15px;
	letter-spacing:1.6;
	line-height:2.0;

	
}

.ql-editor  p span{
		font-weight:bold;
	}
*/
.hide_border {
    border-radius:15px;
}

.hide_border::-webkit-scrollbar {
    display: none;
}


.tab-content{
	overflow:auto;
	height:92%;
}

.tab-height{
	height:82%;
}

.bg-primary{
	color:white;
}

select[readonly]{
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -o-user-select: none;
    -moz-user-select: none;

    pointer-events:none;
}

select[readonly] option {
    display: none;
   
}

@media (min-width:1281px) {
	
	.dashboard-align{
	padding-left:20px;
	
}
	
.content-screen-padding{
	padding:50px 80px;
}

.notifications-container, .user-carts-container{
	padding:0px 20px;
}



.desktop-title{
	margin-top:-70px;
}

	
	.top-agent-line{
		position: absolute;
		width: 160%;
		top: 13px;
			background-color: rgba(116, 116, 116, 0.2);
	}



}

@media only screen and (min-width: 600px) {
  .swiper-wrapper_size{
	  height:375px;
  }
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.nav.nav-pills .nav-link {
    text-align:center;
}
}



input#dashboard-search{
    padding:10px 30px;
    border-radius: 20px;
    background: #E6E6E6;
	border:0;
}

input#dashboard-search::placeholder{
    padding-left:1rem;
}

.sale-position{
		display: flex;
		align-items: center;
		margin-top: 5px;
	}
	
	
	
	

.table-new{
	border-collapse: separate;
    margin: 0;
    padding: 0;
    width: 100%;
    border-spacing: 0 10px;
    font-size: 16px;
}


.table-new tbody tr{
	background:#ededed;
}


.table-new thead td, .table-new thead th{
padding-left:20px;
}


.table-new tbody td, .table-new tbody th{
padding:20px;
}

	
	.table-new tbody tr>th:first-child , .table-new tbody tr>td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.table-new tbody tr>td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.mobile-text h5 {
    letter-spacing: 1px;
    font-weight: 500;
}

.right-addon .glyphicon { right: 10px;}


.right-addon input { padding-right: 30px; }


.calender_report{
		background: #fff; 
		cursor: pointer; 
		padding:10px 8px; 
		border: 1px solid #ccc;
		border-radius:10px;
		font-size:12px;
}


.icon_background{
		background-clip: border-box;  
		border-radius:25px;
		text-align: center;  
		width: 75px;
		height: 75px;
}

.icon_background img{
	max-width:70px;padding: 15px;
}


.chart-height{
	height: 30px; 
	padding: 20px 0px;
}

.chart-height img{
	max-width:60px;
	padding: 5px;
}


.alignleft {
	float: left;
}


.alignright {
		float: right;
}

.allProduct, .allProduct:hover  {
	color:#3585E5;
	text-decoration:none;
}




.textbox p, .chart-height h5{
	font-size:20px;
}

.agent-name{
	font-size:15px;
}



.top-agent-list2 {
	background:#FFE9CF;border:0;border-radius:20px;
}

.top-agent-list:not(:first-of-type ){
	background:#F6F7F9;border:0;border-radius:20px;
}

.img-agent{
	max-width:55px;
}

.sale-incre{
	max-width:25px;
}


.sale-text h4:first-child{
	color:#3585E5;font-size:10px;
}


.sale-text h4:not(:first-of-type ){
	color:black;font-size:12px;
}


.agent-text h4:first-child{
	color:black;font-size:10px;
}


.agent-text h4:not(:first-of-type ){
	color:#3585E5;font-size:12px;
}


.content-border{
	border: 1px solid black;
	background: #F6F7FB;
	border-radius: 20px;
}


	
    .swiper-slide img {
        height: 100%;
    }
    .progress {
        display: none;
    }
	
	.box_layout {
		height:95%;
	}
	
	.input-wrapper {
        display:inline-block;
        position: relative
    }
    .search-icon {
       position: absolute;
    right: 10px;
    top: 12px;
    color: #999999;
    }
	
	.inner-addon { 
    position: relative; 
}


