/*
    Theme Name: GreenAdminPanel
    Theme URI: https://greenbdit.com/themes/GreenAdminPanel/
    Author: Abdul Hafiz Khasru
    Author URI: https://greenbdit.com/
    Description: GreenAdminPanel Theme brings your site to standard admin panel
    Version: 1.1
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: GreenAdminPanel
    Tags: amp, amp-ready, news-portal, one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

    This theme, like WordPress, is licensed under the GPL.
    Use it to make something cool, have fun, and share what you've learned with others.
    
=====================
   table of content 
====================

1.   Typography
2.   Global Styles
3.   Header
4.   Main Menu
5.   Sidebar Menu
6.   Category
7.   Post Details
8.   Widget Area
9.   Pagination
11.  Footer
*/

html {
    overflow-x: hidden;
    margin: 0;
}
body {
    font-family: 'Lexend', sans-serif, "solaimanLipi";
    overflow-x: hidden;
    margin: 0;    
}
.main-container {
    width: 100%;
    padding: 30px;  
    min-height: 400px;
    background: #c0ccd330;
}
.container {
    width: 100%;
    padding: 30px;  
    min-height: 700px;
    background: #c0ccd330;
}
.container-fluid {
    padding: 0 30px;
}
@font-face {
    font-family: solaimanLipi;
    src: url(font/solaimanLipi.woff);   
}
@font-face {
    font-family: A_Nefel_Botan;
    src: url(font/A_Nefel_Botan.woff);   
}
h1, h2, h3, a {  
    font-family: 'Ubuntu', sans-serif, "solaimanLipi", "A_Nefel_Botan";
}
h3, h4, h5, h6 { 
    font-family: 'Ubuntu', 'Sofia', sans-serif, "solaimanLipi", "A_Nefel_Botan";
}
p {     
    font-family: 'Ubuntu', 'Trirong', 'Sofia', sans-serif, 'solaimanLipi', "A_Nefel_Botan" !important;
    font-size: 14px;
    color: #44464c;
    margin-bottom: 0;
}
footer p { 
    font-family: 'Trirong', sans-serif, "solaimanLipi", "A_Nefel_Botan";
    font-size: 14px;
    color: #fff;
}
#sidebar p {
    color: #fff;
}
a {
    text-decoration: none;
    font-family: 'Trirong', sans-serif, "solaimanLipi", "A_Nefel_Botan";
    font-size: 14px;
    color: #44464c;
}
a:hover {
    color: #02bf02;
}
table { 
    margin-bottom: 0!important;
}
table td { 
    font-family: 'Trirong', sans-serif, "solaimanLipi", "A_Nefel_Botan";
    font-size: 14px;
    color: #44464c;
}
table ul { 
    padding: 10px 15px;
}
img {  
  /*font: 40px Impact;
  color:green;*/
}
.font-zoom-in-out ul {
    margin: 0;
    float: right;
}
.font-zoom-in-out ul li {
    display: inline-block;
    padding: 5px 8px;
    border: 1px solid red;
    cursor: pointer;
}
.font-zoom-in-out ul li:hover {
    background: red;
    color: #fff;
    transition: .4s;
}
.notify-success {
    background-color: green; 
    color: #fff; 
    padding: 3px 5px;
}
.notify-danger {
    background-color: red; 
    color: #fff; 
    padding: 3px 5px;
}
.info-box .info-box-header {
    padding: 1.5rem 1rem; 
    margin-bottom: 0; 
    background-color: rgba(0,0,0,.03); 
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.info-box .info-box-body {
    padding: 1rem 1rem;
}
@media only screen and (max-width: 750px){    
    .info-box .info-box-header {
        padding: 1rem 0; 
    }
    .info-box .info-box-body {
        padding: 24px 0px;
    }
    .main-container {
        padding: 10px;
    }
    .container-fluid {
        padding: 0;
    }
    .p-3 {        
/*      padding: 5px !important;*/
    }
}
.bg-offwhite, .info-box .bg-offwhite {
    background-color: #eff2f5 !important;
}
.bg-primary, .info-box .bg-primary {
    background: radial-gradient(circle at top, transparent 14%, #8ea2ff00 15%, #6fff02 19%, transparent 20%), radial-gradient(circle at bottom, transparent 14%, #c8d2ff00 15%, #5170ff05 19%, transparent 20%), radial-gradient(circle at right, transparent 14%, #fd7e14 15%, #ffffff00 19%, transparent 20%), radial-gradient(circle at left, transparent 14%, #020048 15%, #002cff 19%, transparent 20%), radial-gradient(circle at center, #002b58 25%, #0000009c 26%), radial-gradient(circle at bottom left, #97c1ff00 12%, transparent 13%), radial-gradient(circle at bottom right, #3457ff 12%, #0000004d 13%), radial-gradient(circle at top left, #788fff 12%, transparent 13%), radial-gradient(circle at top right, #4c6cff 12%, #0000000d 13%);
    background-size: 21em 12em;
    opacity: 0.90;
}
.bg-success, .info-box .bg-success {
    background: linear-gradient(-6deg, transparent 49%, #f3e97a8c 49% 51%, transparent 51%), linear-gradient(90deg, #009500d1 49%, #90e704cf 49% 51%, #48ab0d 51%);
    background-size: 36em 4em;
    opacity: 1;
}
.bg-danger, .info-box .bg-danger {
    background: radial-gradient(#f40000 32%, #f000 8%), repeating-linear-gradient(0deg, transparent 6.5%, #f0381f 7%, #f0381f 0%, #ff000061 8%), linear-gradient(90deg, transparent 50%, #8f0000 45%, #8f0000 48%, transparent 52%), linear-gradient(90deg, transparent 30%, #f00 43%, #d50000 57%, #930000 24%);
    background-size: 15em 15em;
    opacity: 1;
}
.bg-secondary, .info-box .bg-secondary {
    background: linear-gradient(45deg, transparent 15%, #03155d00 15%, #6f004c 20%, #00000070 20%, transparent 80%, #ffbb00b0 80%, #71088b 85%, transparent 85%), linear-gradient(-19deg, transparent 15%, #a9ff00 15%, #26bf02 20%, #5b006d 20%, #c706c1 80%, #ffbb00 80%, #ffbb00 85%, #95019f 85%), radial-gradient(circle at top, transparent 9%, #ffbb00 10%, #ffbb007a 15%, #3a005094 16%), radial-gradient(circle at bottom, transparent 9%, #ffbb00 10%, #ffbb00 15%, transparent 16%), radial-gradient(circle at right, transparent 9%, #ffbb00 10%, #ffbb00 15%, transparent 16%), radial-gradient(circle at left, black 9%, #95009f 10%, #ffbb00 15%, #000000e3 16%);
    background-size: 51em 15em;
    opacity: 1;
}
.bg-warning, .info-box .bg-warning {
    background: radial-gradient(circle at bottom left, transparent 25%, #ffeb0878 25.5%, #c1600f00 36%, #f7ff0000 37%, transparent 100%), radial-gradient(circle at top right, transparent 34%, #ffa200 34.5%, #ef9800 45.5%, #ffc10600 46%, #ef595900 100%);
    background-color: rgba(0, 0, 0, 0);
    background-size: auto, auto;
    background-size: 10em 10em;
    opacity: 1.35;
    background-color: #f9a006 !important;
}
.bg-info {
    background: radial-gradient(circle at bottom left, #107889 35%, #03777d75 36%), radial-gradient(circle at top right, #057355 41%, #15a4bb 31%);
    background-size: 15em 12em;
    opacity: 1.35;
}
.bg-light {
    background: radial-gradient(transparent 53%, #bdbdbd73 0%, #ffffff54 61%, transparent 43%), radial-gradient(circle at left, #ffffff36 39%, #c2c2c280 35%, #c2c2c280 41%, transparent 46%), radial-gradient(circle at right, transparent 39%, #fdfdfd00 40%, #c2c2c280 45%, transparent 33%);
    background-size: 17em 10em;
    opacity: 0.4;
}
.bg-dark {
    background-color: #222222 !important;
    box-shadow: 6px 4px 10px rgb(0 0 0 / 17%);
    transition: .4s;
}
.bg-blue-top {
    background: #281537;
}
.bg-blue {
    background-color: #002cae;
    opacity: 1;
    background-image: repeating-radial-gradient( circle at 0 0, #26098e00 0, #002cae 39px ), repeating-linear-gradient( #0822ae4a, #002cae );
}
.btn-primary {
    height: 46px;
    color: #fff;
    background-color: #5e00a5;
    border-color: #5e00a5;
}
.btn-primary:hover {
    color: #fff;
    background-color: #5e00a5;
    border-color: #5e00a5;
}
.btn-success {
    height: auto;
    color: #fff;
    background-color: #01a301;
    border-color: #01a301;
    padding: .25rem .25rem;
}
.btn-success:hover {
    color: #fff;
    background-color: #02741c;
    border-color: #02741c;
}
.btn-success-disable {
    background-color: #93d3a2;
    border-color: #93d3a2;
    pointer-events: none;
}
.btn-warning {
    color: #000;
    background-color: #ffd760;
    border-color: #ffd760;
}
.btn-warning:hover {
    color: #fff;
    background-color: #fd7e14;
    border-color: #fd7e14;
    transition: .2s;
}
.btn-warning:focus {    
    border-color: #ffd760;
    box-shadow: 0 1px 1px rgb(38 37 37 / 8%) inset, 0 0 8px rgb(56 55 55 / 54%) !important;
    outline: 0 !important;
}
.btn-warning-disable {
    background-color: #e1deb4;
    border-color: #e1deb4;
    pointer-events: none;
}
.message-btn .btn-warning {
    height: 30px; 
    line-height: 10px;    
    color: #000;
    background-color: #ffd760 !important;
    border-color: #ffd760;
}
.message-btn .btn-warning:hover {
    color: #fff;
    background-color: #fd7e14 !important;
    border-color: #fd7e14;
    transition: .2s;
}
.message-btn .btn-warning:focus {    
    border-color: #ffd760;
    box-shadow: 0 1px 1px rgb(38 37 37 / 8%) inset, 0 0 8px rgb(56 55 55 / 54%) !important;
    outline: 0 !important;
}
.btn-danger {
    height: 46px;
    line-height: 30px;
    color: #fff;
    background-color: #ff071e !important;
    border-color: #dd0115;
}
.btn-danger:hover {
    color: #fff;
    background-color: #bd0012 !important;
    border-color: #bd0012;
    transition: .2s;
}
.btn-danger:focus {    
    border-color: #dd0115;
    box-shadow: 0 1px 1px rgb(38 37 37 / 8%) inset, 0 0 8px rgb(56 55 55 / 54%) !important;
    outline: 0 !important;
}
.message-btn .btn-danger {
    font-size: 16px; 
    line-height: 23px; 
    height: 25px; 
    color: #ff071e; 
    background: #fff!important; 
    border: none; 
    margin-top: -3px; 
    padding: 2px 10px;
}
.message-btn .btn-danger:hover {
    color: #fff;
    background-color: #ff071e !important;    
    transition: .2s;
}
.message-btn .btn-danger:focus {    
    border-color: #ff071e;
    box-shadow: 0 1px 1px rgb(38 37 37 / 8%) inset, 0 0 8px rgb(56 55 55 / 54%) !important;
    outline: 0 !important;
}
.alert-success {
    color: #104c30;
    background-color: #02bf022e;
    border-color: #02bf022e;
}
.alert-danger {
    color: #8f0b18;
    background-color: #dc354521;
    border-color: #dc354521;
}
.text-danger {
    color: #dc3545;
}
.modal {
    z-index: 100000;
    top: 50px;
}
.front-go-back {
    font-size: 25px;
    margin-bottom: 15px;
    color: #eee;
}
.front-go-back:hover {    
    color: #a34;
    transition: .2s;
}
/*Menu Top*/
.menu-top {
    line-height: 51px;
    display: flex;
    z-index: 10000;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 9px 16px, rgba(0, 0, 0, 0.22) 0px 5px 7px;
}
#menu-top-brand {
    float: left;
/*    background: #f8f9fa;*/
    /*width: 250px;*/
    margin-left: -31px;
    padding-left: 20px;
    display: flex;
    align-items: center;
}
.menu-top-content .message {
    display: block !important;
}
#menu-top-brand a {
    text-decoration: none;
}    
#menu-top-brand i {
    color: #565353;
    padding: 5px 10px;
    font-size: 30px;
    margin-left: 7px;
    cursor: pointer;
    float: right;
    line-height: 40px;  
}
#menu-top-brand i:hover {
    color: #727070;
    transition: .2s;
}
.menu-top-content {
    display: flex!important;
    float: right;
    width: 80%;
}
.menu-top .top-contact ul {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    border-right: 1px solid #27378c;
}
.menu-top .top-contact ul li {
    list-style: none;
    display: inline;
    padding: 0 10px;
}
.menu-top .responsive-language {
    display: none;
}
.menu-top .not-responsive-language {
    display: block;
}
@media only screen and (max-width: 750px){
    #menu-top-brand {
        padding-left: 10px;
        margin-left: 0;
        background: #fff;
    }
    .menu-top .container-fluid {
        padding: 0 5px 0 0;
    }
    .menu-top-content .message {
        display: none !important;
    }
    #menu-top-brand i {
        padding: 5px 5px;
        margin-left: 0;
    }
    .menu-top .responsive-language {
        display: block;
    }
    .menu-top .not-responsive-language {
        display: none;
    }
}
.top-search-bottom {
    display: none;
}
.top-search-overlay {
    display: none;
}
.search-overlay {
  display: none;
}
input,
input::placeholder {
    font: 12px / 2 solaimanLipi;
}
.ajax-search .product-list {
    position: absolute;
    top: 37px;
    right: 0;
    width: 100%;
    max-height: 300px;
    margin-top: 12px;
    border-right: 3px solid #027dca;
    border-left: 3px solid #027dca;
    border-bottom: 3px solid #027dca;
    overflow-y: scroll;
    scrollbar-color: #fd7e14 !important; /*Firefox*/
    scrollbar-width: thin !important; /*Firefox*/
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.21);
}
.ajax-search .btn {
  background: #fd7e14; 
  border: 1px solid #fd7e14; 
  color: #fff;
}
.ajax-search .input-group {
  position: relative; 
  width: 100%
}
.ajax-search input {
  border: 1px solid #ff55014f;
}
.ajax-search .list-group {
    margin-top: 0;
    border-right: 3px solid #027dca;
    border-left: 3px solid #027dca;
    border-bottom: 3px solid #027dca;
}
.ajax-search .list-group-item {  
  padding: 0 15px;
  line-height: 30px;
  border: 1px solid rgb(0 0 0 / 4%);
  transition: .3s;
}
.ajax-search .list-group-item:hover {  
  background: #027dca;
  color: #fff;
}
.btn-outline-light:focus {
    box-shadow: none;
}

@media only screen and (max-width: 750px){
    .top-search {
        display: none;
    }
    .top-search-bottom {
      display: block;
    }
    .search-overlay {
      display: block;      
    }
    .top-search-overlay {
      display: block;
      padding: 0;
    }
    .btn-outline-light {
        /*color: #212529!important;*/
    }
    .menu-top .top-contact ul li:after {
      content: "\A";
      white-space: pre;
    }
    .menu-top-content {
        width: auto;
    }
    .ajax-search .input-group {
      width: 300px;
    }
    #menu-top-brand img {
      width: 100px;
    }
}
.menu-top .top-contact ul li i {
    color: #848383;
    margin-right: 8px;
}
.menu-top .top-contact ul li a {
    text-decoration: none;
    color: #848383;
    transition: .3s;
}
.menu-top .top-contact ul li a:hover {
    color: #ed1c24;
    letter-spacing: 1.5px;
    transition: .3s;
}
.menu-top .menu-top-social ul {
    margin: 0;
    padding: 0 15px 0 0;
    border-right: 1px solid #848383b0;
}
.menu-top .menu-top-social ul li {
    list-style: none;
    display: inline;
    padding: 0 10px;
}
.menu-top .menu-top-social ul li a {
    text-decoration: none;
    color: #fff;
    transition: .3s;
}
.menu-top .menu-top-social ul li a:hover {
    color: #38b856;
    letter-spacing: 1.5px;
    transition: .3s;
}
.menu-top .menu-top-social ul li a i {
    border-radius: 20%;
    background: #fff;
    color: #6a6969;
    padding: 1px 3px;
    font-size: 16px;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 30%);
    transition: .3s;
}
.menu-top .menu-top-social ul li a i.fa-facebook-f {
    padding: 3px 5px;
}
.menu-top .menu-top-social ul li a:hover .fa-facebook-f{
    color: #fff;
    background: #4267B2;
    transition: .3s;
}
.menu-top .menu-top-social ul li a:hover .fa-twitter{
    color: #fff;
    background: #00ACEE;
    transition: .3s;
}
.menu-top .menu-top-social ul li a:hover .fa-youtube{
    color: #fff;
    background: red;
    transition: .3s;
}
.menu-top .menu-top-social ul li a:hover .fa-linkedin-in{
    color: #fff;
    background: #0e76a8;
    transition: .3s;
}
.menu-top .menu-top-social ul li a:hover .fa-instagram{
    color: #fff;
    background: #8a3ab9;
    transition: .3s;
}

.menu-top .menu-search {
    padding: 0 15px;
    border-right: 1px solid #825d9f;
}
.menu-top .menu-search .search-button {   
    
}
.menu-top .menu-search .fa-search#toggle-search { 
    cursor: pointer;
    -webkit-transition: all 0.6s ease;
       -moz-transition: all 0.6s ease;
            transition: all 0.6s ease;
}
.menu-top .menu-search .fa-times#toggle-search {
    cursor: pointer;
    -webkit-transition: all 0.6s ease;
       -moz-transition: all 0.6s ease;
            transition: all 0.6s ease;
}
.menu-top .menu-search .search-button i {
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    transition: .3s;
}
.menu-top .menu-search .search-button i:hover {  
    color: #fd7e14;
}
.menu-top .menu-search form {
    display:none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.menu-top .menu-search form input {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    float: left;
    border: none;
    padding: 0 20px;
}
.menu-top .menu-search form .icon {
    float: left;
}
.menu-top .menu-search form i.fa-search {
    position: absolute;
    top: 0px;
    right: 42px;
    font-size: 20px;
    color: #fff;
    line-height: 45px;
    padding: 0 10px;
    width: 43px;
    height: 46px;
    background: #fd7e14;
    text-align: center;
    border-right: 3px solid #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.menu-top .menu-search form i.fa-search:hover {    
    background: #fff;
    color: #fd7e14;
}
.menu-top .menu-search form i.fa-times {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 20px;
    color: #fff;
    line-height: 45px;
    padding: 0 10px;
    width: 43px;
    height: 46px;
    background: #fd7e14;
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.menu-top .menu-search form i.fa-times:hover {    
    background: #fff;
    color: #fd7e14;
}
.menu-top .menu-search span {
    font-weight: 100;
    margin-left: 0;
}
.menu-top .menu-search #searchBar {
    background-color: #fff;
    border: 3px solid #fd7e14;
    z-index: 1;
}
.menu-top .menu-search #toggle-search:hover {
      color: rgba(#efefef, 1);
}
.menu-top .btn {
    color: #212529;
    border-radius: 0;
    padding: 2px 6px;
    margin-left: 0;
    /*width: 20px;
    height: 20px;*/
}
.menu-top .btn:hover {
    /*transform: translateY(-0.25em);*/
    transform: scale(1.2);
    /*transition: all 0.65s;*/
    padding: 2px 12px;
}
.menu-top .dropdown-toggle::after {
    display: none;
}
.menu-top .btn:focus {
    outline: none;
    box-shadow: none;
/*    border-right: 1px solid white;*/
/*    border-left: 1px solid white;*/
    transition: .2s;
}
.menu-top ul.dropdown-menu {
    background: #5e00a5;
    padding: 0;
    margin-top: 0;
    border: none;
    border-radius: 0;
    max-height: 0;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    animation: hideAnimation 0.4s ease-out;
    -moz-animation: hideAnimation 0.4s ease-out;
    -webkit-animation: hideAnimation 0.4s ease-out;
    -moz-transition: max-height 0.6s ease-out;
    -o-transition: max-height 0.6s ease-out;
    -webkit-transition: max-height 0.6s ease-out;
    transition: max-height 0.6s ease-out;
}
.menu-top ul.dropdown-menu.show {
    display: block;
    width: 200px;
    max-height: 9999px;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    animation: showAnimation 0.5s ease-in-out;
    -moz-animation: showAnimation 0.5s ease-in-out;
    -webkit-animation: showAnimation 0.5s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
}
.menu-top ul.dropdown-menu a {
    color: #fff;
    line-height: 25px;
    white-space: normal;
    -moz-box-shadow: 0 1px 0 #8800ed inset, 0 -1px 0 #000000 inset;
    -webkit-box-shadow: 0 1px 0 #8800ed inset, 0 -1px 0 #000000 inset;
}
.menu-top ul.dropdown-menu a:hover {
    color: #5e00a5;
    background: #fff;
    border: none;
    transition: .2s;
}
.menu-top .login img.user-img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.menu-top .login .profile-btn{
    /*display: none;*/
}
.menu-top .login .name ul {
    margin: 0;
    text-align: left;
    padding: 4px 1px;
}
.menu-top .login .name ul li {
    list-style: none;
}
.menu-top .login .name ul li {
    list-style: none;
}
.menu-top .login .profile-btn i {
    padding: 15px 10px 0 15px;
}
.menu-top .login .username {
    display: none;
}
.style-data-table .search-btn-col-md-2 {
    width: 10%;
}
@media only screen and (max-width: 750px){
    .menu-top .login .name {
        display: none;
    }
    .menu-top .login .profile-btn i {
        display: none;
    }
    .menu-top .login .username {
        display: block;
    }
    .menu-top .login .username a {
        line-height: 22px;
    }
    .search-btn-col-md-2 {
      width: 50%;
    }
    .style-data-table .search-btn-col-md-2 {
        width: 50%;
    }
    .menu-top ul.dropdown-menu {
        margin-top: 0;
    }
}

/*Admin Sidebar*/
#sidebar {
    height: 100vh;
    width: 250px;
    margin-top: 50px;
    padding-bottom: 30px;
    position: fixed;
    background: #5e00a5;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    transition: all 0.3s;
    z-index: 1000;
    overflow-y: scroll;
    scrollbar-color: #fd7e14 !important; /*Firefox*/
    scrollbar-width: thin !important; /*Firefox*/
}
#sidebar.active {
    margin-left: -250px;
}
.sidebar-modal {
    display: none;
    position: fixed;
    z-index: 1000!important;
    padding-top: 100px;
    left: 250px;
    top: 50px !important;
    width: 100%;
    height: 100%;
    overflow: auto;
    transition: all 500ms ease;
    /* background-color: rgb(0,0,0); */
    background-color: rgba(0, 0, 0, 0.63);
}
.sidebar-modal.active {
    display: block;
}

li.sidetop {
    background: #017ac5;
}
li.sidetop a {
    background: #ffc107!important;
    color: #fff!important;
}
li.sidetop a:hover {      
    background: none;
}
.navbar {
    padding: 0px;
}
.sidemenu .navbar-collapse ul.nav-menu li.sidetop a:hover {
    background: none;
}
.sidemenu {
    float:none !important;
    z-index:5;
    width:100%;
}
.sidemenu ul.nav-menu {
    padding-bottom: 50px;
    padding-left: 0;
    margin-bottom: 0;
}
.sidemenu ul.nav-menu > li {        
    list-style: none;
    margin: 0;
    width: 100%;
}
.sidemenu ul.nav-menu li i {
    font-size: 15px;
    margin-right: 10px;
}
.sidemenu .navbar-collapse .dropdown .dropdown-items
{
    position: relative;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidemenu .navbar-collapse .dropdown .dropdown-items li
{
    padding: 0 0 0 25px;
    list-style: none;
}
.sidemenu .navbar-collapse .dropdown .dropdown-items li a
{
    display: block;
    color: #6f6f6f;
    background: #EEE;
    -moz-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
    -webkit-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
    box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
    padding: 10px 10px;
}
.sidemenu .navbar-collapse .dropdown .dropdown-items li a:hover
{
    background: #f6f6f6;
}
.sidemenu .navbar-collapse ul.nav-menu li a,
.sidemenu .navbar-collapse ul.nav-menu li.dropdown a {
    position: relative;
    display: block;
    color: white;
    background: #5e00a5;
    padding: 5px;
    margin-left: 0;
    text-decoration: none;
    -moz-box-shadow: 0 1px 0 #8800ed inset, 0 -1px 0 #000000 inset;
    -webkit-box-shadow: 0 1px 0 #8800ed inset, 0 -1px 0 #000000 inset;
    box-shadow: 0 1px 0 #8800ed inset, 0 -1px 0 #000000 inset;
    text-shadow: 0 -1px 0 rgba(119, 0, 0, 0.3);
}
.sidemenu .navbar-collapse ul.nav-menu li.dropdown ul li a {
    padding-left: 15px;
    border-left: 1px solid #d2d2d2;
    margin-top: -1px;
}
.sidemenu .navbar-collapse ul.nav-menu li a:hover,
.sidemenu .navbar-collapse ul.nav-menu li.dropdown a:hover {
    border-left: 2px solid #ffffff; 
    background: #ffffff;
    border-top: 1px solid #d2d2d2;
    margin-top: -1px;
}
.sidemenu .navbar-collapse .dropdown .icon-arrow {
    position: absolute;
    display: block;
    font-size: 12px;
    color: #fff;
    top: 3px;
    right: 0px;
}
.sidemenu .navbar-collapse .dropdown .icon-arrow:before {
  /*content: '\25BC';*/
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
}
.sidemenu .navbar-collapse .dropdown .icon-arrow.open {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.sidemenu .navbar-collapse .dropdown .icon-arrow.close {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}   
.sidemenu .navbar-collapse .dropdown .show, .sidemenu .navbar-collapse .dropdown .hide {
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.sidemenu .navbar-collapse .dropdown .show {
  display: block;
  max-height: 9999px;
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  animation: showAnimation 0.5s ease-in-out;
  -moz-animation: showAnimation 0.5s ease-in-out;
  -webkit-animation: showAnimation 0.5s ease-in-out;
  -moz-transition: max-height 1s ease-in-out;
  -o-transition: max-height 1s ease-in-out;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
  /*position: absolute;
  left: 50%;
  z-index: 10;*/
}
.sidemenu .navbar-collapse .dropdown .hide {
  max-height: 0;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  animation: hideAnimation 0.4s ease-out;
  -moz-animation: hideAnimation 0.4s ease-out;
  -webkit-animation: hideAnimation 0.4s ease-out;
  -moz-transition: max-height 0.6s ease-out;
  -o-transition: max-height 0.6s ease-out;
  -webkit-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out;
}

/*Sidebar category_product_filter*/
.category-product-filter .filter-box {
  position: relative;
  margin: 5px 0;
  border-bottom: 5px solid #ddd;
  padding: 0 10px 5px;  
  list-style: none;
}
.category-product-filter .filter-search {
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 100%;
  padding: 5px 20px;
  border: 1px solid #ddd;
}
.category-product-filter ul {
  max-height: 150px;
  padding: 5px 0;
  overflow-y: scroll !important;
  scrollbar-width: thin !important;
}
.category-product-filter ul li {
  list-style: none;
}
.category-product-filter span.count {
  float: right;
  padding-right: 10px;
}

/*Front Menu Category*/
.frontmenu .navbar-collapse ul.nav-menu li.sidetop a:hover {
    background: none;
}
.frontmenu {
    float:none !important;
    z-index:5;
    width:100%;
}
.frontmenu ul.nav-menu {
    padding-bottom: 50px;
    padding-left: 0;
    margin-bottom: 0;
}
.frontmenu ul.nav-menu > li {        
    list-style: none;
    margin: 0;
    margin-bottom: 5px;
    display: inline-block;
    float: left;
    width: 25%;
}
.frontmenu ul.nav-menu li i {
    font-size: 15px;
    margin-right: 10px;
}
.frontmenu .navbar-collapse .dropdown .dropdown-items
{
/*    position: relative;*/
    width: 100%;
    max-height: 0;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
}
.frontmenu .navbar-collapse .dropdown .dropdown-items li
{
    padding: 0;
    list-style: none;
}
.frontmenu .navbar-collapse .dropdown .dropdown-items li a
{
    display: block;
    color: #6f6f6f;
    background: #EEE;
    -moz-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
    -webkit-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
    box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
    padding: 10px 10px;
}
.frontmenu .navbar-collapse .dropdown .dropdown-items li a:hover
{
    background: #f6f6f6;
}
.frontmenu .navbar-collapse ul.nav-menu li a,
.frontmenu .navbar-collapse ul.nav-menu li.dropdown a {
    position: relative;
    display: block;
    color: white;
    background: #5e00a5;
    padding: 5px;
    margin-left: 5px;
    text-align: center;
    text-decoration: none;
    -moz-box-shadow: 0 1px 0 #8800ed inset, 0 -1px 0 #000000 inset;
    -webkit-box-shadow: 0 1px 0 #8800ed inset, 0 -1px 0 #000000 inset;
    box-shadow: 0 1px 0 #8800ed inset, 0 -1px 0 #000000 inset;
    text-shadow: 0 -1px 0 rgba(119, 0, 0, 0.3);
}
.frontmenu .navbar-collapse ul.nav-menu li.dropdown ul li a {
    padding-left: 15px;
    border-left: 1px solid #d2d2d2;
    margin-top: -1px;
}
.frontmenu .navbar-collapse ul.nav-menu li a:hover,
.frontmenu .navbar-collapse ul.nav-menu li.dropdown a:hover {
    border-left: 2px solid #ffffff; 
    background: #ffffff;
    border-top: 1px solid #d2d2d2;
    margin-top: -1px;
}
.frontmenu .navbar-collapse .dropdown .icon-arrow {
    position: absolute;
    display: block;
    font-size: 12px;
    color: #fff;
    top: 3px;
    right: 0px;
}
.frontmenu .navbar-collapse .dropdown .icon-arrow:before {
  /*content: '\25BC';*/
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
}
.frontmenu .navbar-collapse .dropdown .icon-arrow.open {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.frontmenu .navbar-collapse .dropdown .icon-arrow.close {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}   
.frontmenu .navbar-collapse .dropdown .show, .frontmenu .navbar-collapse .dropdown .hide {
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.frontmenu .navbar-collapse .dropdown .show {
  display: block;
  max-height: 400px;
  overflow-y: scroll;
  scrollbar-width: thin !important;
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  animation: showAnimation 0.5s ease-in-out;
  -moz-animation: showAnimation 0.5s ease-in-out;
  -webkit-animation: showAnimation 0.5s ease-in-out;
  -moz-transition: max-height 1s ease-in-out;
  -o-transition: max-height 1s ease-in-out;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 9px 16px, rgba(0, 0, 0, 0.22) 0px 5px 7px;
    background: #0d6efd;
    padding: 5px;
    width: 100%;
    padding-left: 0px;
}
.frontmenu .navbar-collapse .dropdown .hide {
  max-height: 0;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  animation: hideAnimation 0.4s ease-out;
  -moz-animation: hideAnimation 0.4s ease-out;
  -webkit-animation: hideAnimation 0.4s ease-out;
  -moz-transition: max-height 0.6s ease-out;
  -o-transition: max-height 0.6s ease-out;
  -webkit-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out;
}
.frontmenu li a p {
    font-size: 16px;
    padding: 6px 0 0 0;
    margin: 0;
    text-align: center;
}
.frontmenu li a img {
    display: inline;
    height: 140px;
    width: 100%;
}
.owl-slider-rewind a p {
    font-size: 16px;
    padding: 5px;
    margin: 0;
    text-align: center;
    border-radius: 15px;
    background: #28a900e0;
    bottom: 0;
    width: 100%;
    color: #fff;
}
.owl-slider-rewind a img {
    display: inline;
    height: 200px;
    width: 100%;
}
.frontmenu .category-badge, .owl-slider-rewind .category-badge{
    display: inline-block;
    top: 15px;
    right: 25px;
    z-index: 110;
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    color: #ffffff;
    background: #02bf02;
    border-radius: 50%;
    padding: 6px;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 9px 16px, rgba(0, 0, 0, 0.22) 0px 5px 7px;
}
#sidebar li a img {
    display: inline;
    height: 25px;
    width: 25px;
}
#sidebar .active a {
    background: #fd7e1421;
    color: #fd7e14;
}
#sidebar a.active
{
    color: #ffc107;
    border-left: 2px solid #ffc107;
}
#sidebar a p {
    margin: 0;
}
@media only screen and (max-width: 750px){
    .frontmenu ul.nav-menu > li {
        width: 33%;
    }
    .frontmenu li a p {
        font-size: 12px;
        font-weight: bold;
        padding: 3px 0 0 0;
        margin: 0;
        text-align: center;
    }
    .frontmenu li a img {
        height: 90px;
        width: auto;
    }
}
@keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-moz-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-moz-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-webkit-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

/*data-bs-toggle*/
.collapsed[aria-expanded="true"] {
  .fa-arrow-alt-circle-down {
    transform: rotate(0deg);
    transition: transform 0.6s;
  }
}
a[aria-expanded="true"] {
  .fa-arrow-alt-circle-down {
/*    transform: rotate(-180deg);*/
    transform: rotate(-180deg);
    transition: transform 0.6s;
  }
}
.collapsed[aria-expanded="false"] {
  .fa-arrow-alt-circle-down {
    transform: rotate(0deg);
    transition: transform 0.6s;
  }
}
/*Admin Content*/

#content {
    width: calc(100% - 250px);
    padding: 0; 
    margin-top: 50px;    
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s;
}
#content.active {   
    width: 100%;
    transition: all 0.3s;
}
header.page-header {
    padding: 20px 0;
    overflow: hidden;
    background: #fff;
    padding: 20px 30px;
    -webkit-box-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
    box-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 8;
}
header.page-header h1 {
    float: left;
}
header.page-header .btn {
    float: right;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}
.breadcrumb-holder {
    background: #fff;
}
.breadcrumb {
    background: #fff;
    position: relative;
    z-index: 7;
    border-radius: 0;
    padding: 15px 0;
    margin-bottom: 0;
    text-transform: uppercase;
}
.breadcrumb li.breadcrumb-item {
    color: #aaa;
    font-weight: 300;
}
.breadcrumb-item.active a {
    color: #6c757d;
}
.breadcrumb-item+.breadcrumb-item::before {
    /* display: inline-block; */
    /* padding-right: 0.5rem; */
    /* color: #6c757d; */
    /* content: "/"; */
}
.card {
    background-color: #fff;
    border: 0 solid #eee;
}
.card-header {
  background-color: rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}
.style-data-table .card {
    min-height: 500px;
    background-color: #fff;
    border: 0 solid #eee;
    border-radius: 0;
/*    margin-bottom: 30px;   */
}
.style-data-table .card-header {
    margin-bottom: 4px;
    background-color: #fff;
    border: 1px solid #eee;
    /*border-radius: 0.25rem;*/
    -webkit-box-shadow: 2px 2px 2px rgb(0 0 0 / 5%);
    box-shadow: 2px 2px 2px rgb(0 0 0 / 5%);
}
.style-data-table .card-body {
    padding: 2rem 1rem;
    background: #fff;
    /*border-radius: 0.25rem;*/
     -webkit-box-shadow: 2px 2px 2px rgb(0 0 0 / 10%), -1px 0 2px rgb(0 0 0 / 5%);
    box-shadow: 2px 2px 2px rgb(0 0 0 / 10%), -1px 0 2px rgb(0 0 0 / 5%);
}
.style-data-table .card-header-transparent {
    /*background-color: rgba(0,0,0,0.3);*/
    border-bottom: none;
}
.style-data-table .dropdown-menu {
    width: 100%;
    margin: 0;
    padding: 0;
}
.style-data-table .dropdown-item {
    padding: 8px 20px !important;
    border-bottom: 1px dotted #d1d1d1;
}
.style-data-table .dropdown-item:hover {
    transform: scale(1.2);
}
.table>:not(:first-child) {
    border-top: 1px solid inherit;
}
.style-data-table .nav-tabs .nav-link {
    padding: 1rem;
}
.tab-items .nav {
    border-bottom: none;
    flex-wrap: nowrap !important;
/*    overflow-x: scroll;*/
    margin-bottom: 0 !important;
}
nav.style-data-table .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 2px rgb(0 0 0 / 5%);
    box-shadow: 2px 2px 2px rgb(0 0 0 / 5%);
}
nav.style-data-table .nav-tabs .nav-link {
    margin-bottom: 0;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 17px;
    font-weight: bold;
    /*line-height: 50px;*/
}
nav.style-data-table .nav-link {
    color: #080808;
}
.style-data-table .dataTables_scrollBody {
    overflow: inherit !important;
}

/*Datepicker*/
.datepicker thead tr:first-child th, .datepicker tfoot tr th {    
    color: #fd7e14;
    font-size: 18px;
}
.datepicker.dropdown-menu th, .datepicker.dropdown-menu td {
    padding: 6px 10px;
}
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {   
    background-image: -moz-linear-gradient(top, #f3b989, #ffdec2);
    background-image: -ms-linear-gradient(top, #f3b989, #ffdec2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3b989), to(#ffdec2));
    background-image: -webkit-linear-gradient(top, #f3b989, #ffdec2);
    background-image: -o-linear-gradient(top, #f3b989, #ffdec2);
    background-image: linear-gradient(top, #f3b989, #ffdec2);    
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-color: #fd7e14;
    background-image: -moz-linear-gradient(top, #fd7e14, #fd7e14);
    background-image: -ms-linear-gradient(top, #fd7e14, #fd7e14);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fd7e14), to(#fd7e14));
    background-image: -webkit-linear-gradient(top, #fd7e14, #fd7e14);
    background-image: -o-linear-gradient(top, #fd7e14, #fd7e14);
    background-image: linear-gradient(top, #fd7e14, #fd7e14);
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
    background-color: #fd7e14;
    background-image: -moz-linear-gradient(top, #fd7e14, #fd7e14);
    background-image: -ms-linear-gradient(top, #fd7e14, #fd7e14);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fd7e14), to(#fd7e14));
    background-image: -webkit-linear-gradient(top, #fd7e14, #fd7e14);
    background-image: -o-linear-gradient(top, #fd7e14, #fd7e14);
    background-image: linear-gradient(top, #fd7e14, #fd7e14);
}

/* Modal */
.modal-content {
    background-color: #ecf4fa;
    border-radius: 2%;
}
.modal .container {
    width: 100%;
    min-height: 0;
    padding: 30px;
    background: #c0ccd330;
}
.modal-body {
    padding: 0;
}
.form-style .modal-body .card-header {
    margin-bottom: 0;
}
.modal .delete .card-header {
    border-bottom: none
}
.modal .delete .card-header i {
    font-size: 50px;
    color: #eb6d79;
}
.modal .delete .card-header h2 {
    color: #eb6d79;
    line-height: 30px;
    border: 2px solid #eb6d79;
    padding: 20px 5px;
    -webkit-box-shadow: 3px 4px 4px rgb(0 0 0 / 18%);
    box-shadow: 3px 4px 4px rgb(0 0 0 / 18%);
}
.modal .delete form {
    padding: 15px;
}    
.modal-body .modal-container {
    max-width: 100%;
    width: 100%;
    padding: 30px;
    background: #6100ab05;
    margin: 0;
    border-radius: 2%;
}
.modal button.close {
    position: absolute;
    top: -10px;
    right: -10px;
    border: 1px solid red;
    background: red;
    font-size: 30px;
    border-radius: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 10px;
    font-weight: bold;
}
.modal button.close span {
    color: #f5b8be;
}
.modal button.close span:hover {
    color: red;
    transition: .2s;
}
.modal-open .select2-dropdown {
z-index: 10060;
}

select+.select2-container--bootstrap-5 {
    width: 100% !important;
}

.modal-open .select2-close-mask {
    z-index: 10055;
}

@media only screen and (max-width: 750px){
    .modal .container {
        padding: 10px !important;
    }
    .modal .main-container {
        padding: 10px !important;
    }
    .modal-body .modal-container {
        padding: 5px;
    }
    .breadcrumb {
        padding: 15px 15px;
    }
    .modal {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}

/*--------------------- Data Table Style -------*/
/*Datatable*/
.style-data-table .flexcontent {
    /*float: left;*/
}
.dataTables_wrapper:after, .dataTables_wrapper:before {
    box-sizing: border-box;
}
.dataTables_wrapper a {
    color: #6c757d;
    text-decoration: none;
}
.dataTables_wrapper i{
    margin-bottom:4px;
}
.dataTables_wrapper .btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.dataTables_wrapper .btn-app, .dataTables_wrapper .buttons-colvis, .dataTables_wrapper .selectTable {
    color: #6c757d;
  box-shadow: none;
  border-radius: 20px;
  position: relative;
  padding: 14px 0 6px 0;
  margin-bottom: 10px;
  text-align: center;
  border: 1px dotted #6c757d;
  background-color: transparent;
  font-size: 12px;
  float: left;
  transition: all .2s;
  width: 45px;
  margin-left: -1px;
}
.dataTables_wrapper .btn-app .fa, .dataTables_wrapper .btn-app .fas, .dataTables_wrapper .buttons-colvis .fab, .dataTables_wrapper .btn-app .glyphicon, .dataTables_wrapper .btn-app .ion, .dataTables_wrapper .selectTable .fas {
    font-size: 30px !important;
    color: #6c757d;
    display: block !important;    
}
.dataTables_wrapper .btn-app:hover, .dataTables_wrapper .buttons-colvis:hover, .dataTables_wrapper .selectTable:hover {
    border-color: #aaa;
    transform: scale(1.2);
}
.dataTables_wrapper .pdf {
    background-color: transparent;
}
.dataTables_wrapper .excel {
    background-color: transparent;
}
.dataTables_wrapper .csv {
    background-color: transparent;
}
.dataTables_wrapper .imprimir {
    background-color: transparent;
}
.dataTables_wrapper .buttons-colvis {
    background-color: transparent;
}
.dataTables_wrapper .button-page-length {
    /*background-color: #152130 !important;*/
}
.dataTables_wrapper div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
    margin-top: 15px;
}
.dataTables_wrapper .btn-secondary {
    color: #fff;
    background-color: #4682b4;
    border-color: #4682b4;
}
.dataTables_wrapper .btn-secondary:hover {
    color: #fff;
    background-color: #315f86;
    border-color: #545b62;
}
table.dataTable {
  border-collapse: collapse!important;
}
table.table-bordered.dataTable th, table.table-bordered.dataTable td, table th, table td, {
/*    border-bottom-width: 3px;*/
}
/*.table-bordered>:not(caption)>*>* {
    border-width: 0 1px;
    border-color: #ff00002b;
}*/
.dataTables_wrapper .titulo-tabla{
    color:#606263;
    text-align:center;
    margin-top:15px;
    margin-bottom:15px;
    font-weight:bold;
}
.dataTables_wrapper .inline{
    display:inline-block;
    padding: 0;
    /*position: relative;*/
}
.dataTables_wrapper .dt-button-collection {
    margin: 0 !important;
    position: absolute;
    top: 100 !important;
    left: auto !important;
    z-index: 100;
}
.dataTables_wrapper .button-page-length, .dataTables_wrapper .buttons-columnVisibility {
    display: grid;
    color: #212529;
    background: #ffc107;
    border: 1px solid #e1e1e1;
    cursor: pointer;
    width: 150px;
    text-align: left;
    padding: 5px 10px;
    transform: scaleY(1);
    transition: max-height 1s ease-in-out;
}
.dataTables_wrapper .button-page-length:hover, .dataTables_wrapper .buttons-columnVisibility:hover {    
    color: #000;
    background: #ffc107;
    transform: scale(1.1);
}
.dataTables_wrapper .button-page-length.dt-button-active, .dataTables_wrapper .buttons-columnVisibility.dt-button-active {
    background: white;
}
.dataTables_wrapper .paginate_button {
    padding: 8px;
    font-size: 17px;
    border: 1px solid #6c757d;
    cursor: pointer;
}
.dataTables_wrapper .paginate_button:hover {
    color: #fff;
    background-color: #6c757d;
    transform: scale(1.1);
    transition: .5s;
}
.dataTables_wrapper .paginate_button.current {
    color: #fff;
    background-color: #6c757d;
}
.dataTables_wrapper .paginate_button:first-child {
    position: relative;
}
.dataTables_wrapper .paginate_button.previous {
    font-size: 60px;
    line-height: 0px;
    background: none;
    border: none;
    top: 10px;
}
.dataTables_wrapper .paginate_button:last-child {
    position: relative;
}
.dataTables_wrapper .paginate_button.next {
    font-size: 60px;
    line-height: 0px;
    background: none;
    border: none;
    top: 10px;
}
.dataTables_wrapper .paginate_button.disabled {
    font-size: 60px;
    line-height: 0px;
    top: 10px;
    background: none;
    border: none;
    cursor: not-allowed;
    color: #c7c7c7;
    padding: 0 10px 0 0;
}
.dataTables_wrapper .ellipsis {
    background-color: #ffffff;
    padding: 12px 8px;
    border: 1px solid #6c757d;
    cursor: pointer;
}
.dataTables_wrapper div.dataTables_info {
    padding: 0.85em 0;
    color: #6c757d;
    width: 250px;
    float: left;
}

.style-data-table label {
    display: inline-block;
    /*margin-top: 10px;*/
}
.style-data-table .btn-group, .style-data-table .btn-group-vertical {    
    float: left;
}
.style-data-table .btn-group-vertical > .btn, .style-data-table .btn-group > .btn {    
    margin: 0 5px 5px 0;
}
.style-data-table .form-control-sm {
    height: 47px;
    padding: 10px;
    font-size: 20px;
    line-height: 0;
    border-radius: 0.2rem;
}
.style-data-table .form-control:focus {
    border-color: rgba(126, 239, 104, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
    outline: 0 none;    
}
.style-data-table .form-control {
    height: 50px;
/*    width: auto;*/
    margin-bottom: 10px;
}
.style-data-table .dataTables_wrapper .dt-down-arrow {
  display: none;
}
.style-data-table .dataTables_wrapper .dataTables_filter input {
    font-size: 17px;
    color: #303336;
    margin-bottom: 10px;
    background: #f1f1f1;
    border: 1px dotted #6c757d;
    border-radius: 3px;
    margin-left: 0;
    height: 73px;
    padding: 10px;
}
.style-data-table .dataTables_wrapper .dataTables_filter input:hover {
    border-color: #aaa;
    transform: scale(1.1);
    transition: .5s;
}
.style-data-table .page-item.active .page-link:focus, input:active, input:focus, input:visited, button:active, button:focus, button:visited {
    box-shadow: 0 1px 1px rgb(179 179 179 / 8%) inset, 0 0 8px rgb(181 181 181 / 65%);
    outline: 0 none;
}
.style-data-table table.dataTable td.dataTables_empty {
    color: red;
    font-weight: bold;
}
.style-data-table div.dataTables_wrapper div.dataTables_length label {
    float: left;
}
.style-data-table div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
    border: 1px solid #009700;
    background: #ffffff;
    width: 60px;
    height: 46px;
    padding: 10px;
    font-size: 15px;
    border-radius: 0;
}
.style-data-table .card-header h2 { 
    color: #02bf02;
    font-size: 20px;
    font-weight: bold;  
    float: left;
}
.style-data-table .card-header h3 { 
    color: #02bf02;
    font-size: 16px;
    font-weight: bold;  
    float: left;
}
.style-data-table .dropdown-item.active, .dropdown-item:active {
    background-color: #02bf02;
}
.style-data-table .btn-success, .style-data-table .btn-danger, .style-data-table .btn-warning {
    font-size: 16px;
    border-radius: 2em;
    line-height: 30px;
}
.style-data-table .btn-success i, .style-data-table .btn-danger i, .style-data-table .btn-warning i {
    font-size: 14px;
    padding: 0 6px;
}
.style-data-table .btn-warning i.fa-search {
    font-size: 25px;
    color: #4e4e4e;
    line-height: 38px;
}   
.style-data-table .header-button {
    float: right;
}
.style-data-table .dt-buttons {
    float: left;
    margin-bottom: 0;
}
.style-data-table .dt-buttons button {
    color: #009700;
    background: #ffffff;
    border: 1px solid #009700;
    padding: 10px;
    border-radius: 0;
    margin-bottom: 10px;
    margin-right: -1px;
    float: left;
    }
.style-data-table .dt-buttons button:hover {
    background: #b6f7b6;
}
.style-data-table .dataTables_info {
    font-weight: bold;
}
.style-data-table .dataTables_filter {
    float: right;
    width: 30%;
}
.dt-print-view table.dataTable.table-bordered>tbody>tr:last-child td,
.dt-print-view table.dataTable.table-striped>tbody>tr:last-child td {
    /*border: none;*/
}
.style-data-table label {
    display: inline-block;
    /*margin-top: 10px;*/
}
.style-data-table .btn-group, .style-data-table .btn-group-vertical {    
    float: left;
}
.style-data-table .btn-group-vertical > .btn, .style-data-table .btn-group > .btn {    
    margin: 0 5px 5px 0;
}
.style-data-table .form-control-sm {
    height: 47px;
    padding: 10px;
    font-size: 20px;
    line-height: 0;
    border-radius: 0.2rem;
}
.style-data-table .form-control:focus {
    border-color: rgba(126, 239, 104, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
    outline: 0 none;    
}
.style-data-table .dataTables_wrapper .dt-down-arrow {
  display: none;
}
.style-data-table .dataTables_wrapper .dataTables_filter input {
    font-size: 17px;
    color: #303336;
    margin-bottom: 10px;
    background: #ffffff;
    margin-left: 0;
}
.style-data-table .dataTables_filter input {
    border: 1px solid #049904;
}
.style-data-table table.dataTable td.dataTables_empty {
    color: red;
    font-weight: bold;
}
.style-data-table table.dataTable.table-striped>tbody>tr.odd {
    /*background: #53df5321;*/
}
.style-data-table div.dataTables_wrapper div.dataTables_length label {
    float: left;
}
.style-data-table div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
    border: 1px solid #009700;
    background: #ffffff;
    width: 60px;
    height: 46px;
    padding: 10px;
    font-size: 15px;
    border-radius: 0;
}
.style-data-table .card-header h2 { 
    color: #02bf02;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px; 
    float: left;
    padding-right: 10px;
}
.style-data-table .card-header h3 { 
    color: #02bf02;
    font-size: 16px;
    font-weight: bold;  
    float: left;
}
.style-data-table .page-item.active .page-link {    
    background-color: #02bf02;
    border-color: #ff000000!important;
}
.style-data-table .page-item.disabled .page-link, .style-data-table .page-item:last-child .page-link, .page-item:first-child .page-link {
    font-size: 30px;
    font-weight: bold;
    padding: 0;
    margin-left: 0;
    border: 0;
    color: #fd7e14;
    line-height: 30px;
}
.page-item:last-child .page-link {
    border: 0;
    font-size: 30px;
    line-height: 30px;
    padding: 0;
    background: transparent;
    font-weight: bold;
}
.style-data-table .page-link {   
    padding: 0;
    margin-left: 0;
    border-color: #ff000000!important;
}
.style-data-table div.dataTables_wrapper div.dataTables_paginate ul.pagination li {
    background-color: #ffffff;
    padding: 0 8px;
    line-height: 37px;
    border: 1px solid #fd7e1482;
    cursor: pointer;
}
.style-data-table div.dataTables_wrapper div.dataTables_paginate ul.pagination li:hover {
    background-color: #fd7e1445!important;
    transition: .3s;
}
.style-data-table .page-link:hover {
    background: #fd7e1400!important;
    transition: none!important;
}
.style-data-table li.page-item.active {
    background-color: #fd7e14!important;
    color: #fff;
    border: 1px solid #fd7e14!important;
}
.style-data-table .page-item.disabled .page-link {
    color: #ffc10787!important;
}
.style-data-table div.dt-button-collection div.dropdown-menu {
    display: block;
    z-index: 500;
    min-width: 100%;
    background: #02bf02;
}
.style-data-table .dropdown-item.active, .dropdown-item:active {
    background-color: #02bf02;
}
.style-data-table .btn-success, .style-data-table .btn-danger, .style-data-table .btn-warning {
    font-size: 16px;
    border-radius: 2em;
    line-height: 30px;
    margin-bottom: 10px;
}
.style-data-table .btn-success i, .style-data-table .btn-danger i, .style-data-table .btn-warning i {
    font-size: 14px;
    padding: 0 6px;
}
.style-data-table .btn-warning i.fa-search {
    font-size: 25px;
    color: #4e4e4e;
    line-height: 38px;
}   
.style-data-table .header-button {
    float: right;
}
.style-data-table .dt-buttons {
    float: left;
    margin-bottom: 0;
}
.style-data-table .dt-buttons button {
    color: #009700;
    background: #ffffff;
    border: 1px solid #009700;
    padding: 10px;
    border-radius: 0;
    margin-bottom: 10px;
    margin-right: -1px;
    float: left;
    }
.style-data-table .dt-buttons button:hover {
    background: #b6f7b6;
}
.style-data-table .dataTables_info {
    font-weight: bold;
}
.style-data-table .dataTables_filter {
    float: right;
    width: 30%;
}
.dt-print-view table.dataTable.table-bordered>tbody>tr:last-child td,
.dt-print-view table.dataTable.table-striped>tbody>tr:last-child td {
    /*border: none;*/
}
@media only screen and (max-width: 750px){
    div.dataTables_wrapper div.dataTables_length, 
    div.dataTables_wrapper div.dataTables_filter, 
    div.dataTables_wrapper div.dataTables_info, 
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: left;
    }
    div.dataTables_wrapper .buttons-csv, div.dataTables_wrapper .buttons-excel, div.dataTables_wrapper .buttons-copy {
        display: none;
    }
    .style-data-table div.dataTables_wrapper div.dataTables_info {
        float: none !important;
    }
    .style-data-table .header-button {
        float: left !important;
    }
    .style-data-table .dataTables_filter {
        float: left;
    }
    div.dataTables_wrapper div.dataTables_filter label {
        text-align: left;
    }
    .style-data-table .dt-buttons {
        display: none;
    }
    .style-data-table .dataTables_length {
        float: right;
    }
    .style-data-table .card-header h2 {
        margin-bottom: 20px;
    }    
    .dataTables_wrapper .btn-app, .dataTables_wrapper .buttons-colvis, .dataTables_wrapper .selectTable {
      float: left;
      margin-bottom: 15px;
      min-width: 40px;
    }
    .style-data-table .dataTables_wrapper .dataTables_filter input {
      float: left;
      max-width: 180px;
    }
    .style-data-table .flexcontent {
      float: left;
    }
    .dataTables_wrapper .inline{
        padding: 6px 0;
        /*position: relative;*/
    }
}

/*---------------- Card / Form ----------*/
.form-style .card {
    background-color: #ffd0;
    border: 0 solid #eee;
    border-radius: 0;
/*    margin-bottom: 30px;   */
}
.form-style .card-header {
    padding: 2rem 2.25rem;
    margin-bottom: 30px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 2px rgb(0 0 0 / 5%);
    box-shadow: 2px 2px 2px rgb(0 0 0 / 5%);
}
.card-header {
    padding: 2rem 2rem;
    margin-bottom: 30px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 2px rgb(0 0 0 / 5%);
    box-shadow: 2px 2px 2px rgb(0 0 0 / 5%);
}
.card-body {
    padding: 0;
    margin: 15px;
    background-color: #fff;
    /*-webkit-box-shadow: 2px 2px 2px rgb(0 0 0 / 5%);*/
    /*box-shadow: 2px 2px 2px rgb(0 0 0 / 5%);*/
}
.form-style .card-header h2 {
    font-size: 20px; 
    color: #02bf02;
    font-weight: bold;
    margin: 0;
}
.form-style .card-body {
    padding: 5px 5px;
    background: #fff;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 2px rgb(0 0 0 / 10%), -1px 0 2px rgb(0 0 0 / 5%);
    box-shadow: 2px 2px 2px rgb(0 0 0 / 10%), -1px 0 2px rgb(0 0 0 / 5%);
}
.form-style .card-section {
    padding: 10px 0;
    background-color: #fff;
    margin: 10px 0;
    border-radius: 0;    
    -webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 20%);
    box-shadow: 1px 1px 2px rgb(0 0 0 / 20%);
}
.form-style .card-body label {
    /*color: #019101;*/
    font-size: 15px;
    padding: 3px;
}
.form-style .form-control {
    height: 50px;
}
.form-style .form-control-title {
    font-size: 25px;
    font-weight: bold;
    color: red;
}
.form-style .form-control:focus {
    border-color: rgba(126, 239, 104, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
    outline: 0 none;    
}
.custom-file-control::after {
      content: "Choose file...";
    }
    .custom-file-control::before {
      content: "Browse";
    }
.custom-control {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
}
/*Select2*/
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #02bf02;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.select2-container--bootstrap-5 .select2-dropdown {    
    border-color: #02bf02;
}        
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    color: #fff;
    background-color: #02bf02;
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection, .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
    border-color: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {    
    border: 1px solid #02bf02;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
    border-color: #02bf02;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(31 31 32 / 65%);
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #02bf02;
}
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    font-size: 15px;
}
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    padding: 10px;
    background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) 25%/0.5rem auto no-repeat;
}
.accordion-button:not(.collapsed) {
    color: #02bf02;
    background-color: #02bf021c;
    box-shadow: inset 0 -1px 0 #02bf024d;
}
.accordion-button:focus {
    border-color: #00ff00;
    box-shadow: 0 0 0 0.25rem #02bf0285;
}
/* custom checkbox */
input[type="checkbox" i] {
    background-color: #5c5e6100;
    -moz-background-color: #5c5e6100;
    cursor: default;
    /*-webkit-appearance: checkbox; */
    box-sizing: border-box;
    margin: 0px 15px -4px 5px;
    border: 1px solid #dadadb;
    -moz-border: 1px solid #dadadb;
}
.custom-checkbox {
    height: 20px;
    width: 20px;
    appearance: none;
    border-radius: 3px;
    position: relative;
}
.custom-checkbox:checked {
    /*border: 1px solid #5c5e61;*/
    border: 1px solid #dadadb;    
}
.custom-checkbox:checked:before,
.custom-checkbox:checked:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #000000;
}
.custom-checkbox:checked:before {
  width: 6px;
  top: 11px;
  left: 3px;
  transform: rotate(44deg);
}
.custom-checkbox:checked:after {
  width: 12px;
  top: 8px;
  left: 5px;
  transform: rotate(-55deg);
}
.custom-checkbox:focus {
  outline: none;
}

/* custom radio button */
input[type="radio" i] {
  background-color: #5c5e6100;
  -moz-background-color: #5c5e6100;
  cursor: default;
  /*-webkit-appearance: checkbox; */
  box-sizing: border-box;
  margin: 0px 8px 0px 20px;
  border: 1px solid #ffe300;
  -moz-border: 1px solid #dadadb;
}
.custom-radio {
  height: 18px;
  width: 20px;
  appearance: none;
  border-radius: 3px;
  position: relative;
  padding: 2px 10px;
  margin: -4px 4px -5px 5px !important;
}
.custom-radio:checked {
  border: 1px solid #ffe300;    
}
.custom-radio:checked:before,
.custom-radio:checked:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #ff5400;
}
.custom-radio:checked:before {
  width: 8px;
  top: 11px;
  left: 1px;
  transform: rotate(49deg);
}
.custom-radio:checked:after {
  width: 15px;
  top: 7px;
  left: 5px;
  transform: rotate(-50deg);
}
.custom-radio:focus {
  outline: none;
}
@media only screen and (max-width: 750px){
    .form-style .card {
      margin-bottom: 0;
    }
    .form-style .col-md-12, .form-style .col-lg-12, .form-style .col-sm-12, .form-style .col-md-8, .form-style .col-md-4 {
        /*padding-right: 0;
        padding-left: 0;*/
    }
    .form-style .card-section {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .form-style .card-header {
        padding: 1rem 1rem !important;
    }
    .modal-dialog {
        margin: 15px 0px;
    }
    .modal-body {
        padding: 5px;
    }
    .modal-content {
        border-radius: 0;
    }
    .form-style .card-body {
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }    
}
/*Add-Edit Image*/
.form-style .add-image-box {
  border: 1px solid #505050;
  border-radius: .25rem; 
  margin: 0 auto;
}
.form-style .show-existing-image {
  /*max-width: 500px; 
  max-height: 300px; */
  display: flex; 
  justify-content: center; 
  align-items: center;  
  position: relative;
}
.form-style .show-existing-image img {
    width: 100%;
    height: auto;
}
.form-style .fa-times {
    position: absolute;
    top: 20px;
    right: 45px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    background-color: #fb0000;
    border-radius: 1em;
    line-height: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
}
.form-style .fa-times:hover {
    color: green;
    transition: all 1s ease;
}
.form-style .fa-edit {
    position: absolute;
    top: 20px;
    right: 15px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    background-color: #047700;
    border-radius: 1em;
    line-height: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
}
.form-style .fa-edit:hover {
    color: red;
    transition: all 1s ease;
}
.form-style #upload, .form-style #upload2, .form-style #upload3, .form-style #upload4, .form-style #upload5, .form-style #upload6, .form-style #upload7, .form-style #upload8, .form-style #upload9, .form-style #upload10 {
    opacity: 0;
    height: 0;
}
.form-style .change-image-btn {
    margin: 10px auto 0!important;
}
.form-style #upload-label, .form-style #upload-label2, .form-style #upload-label3, .form-style #upload-label4, .form-style #upload-label5, .form-style #upload-label6, .form-style #upload-label7, .form-style #upload-label8, .form-style #upload-label9, .form-style #upload-label10 {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}
.form-style #editUpload {
    opacity: 0;
}
.form-style #editUpload-label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}
.form-style #editAdminUpload {
    opacity: 0;
}
.form-style .image-area {
    padding: 0px;
    position: relative;
    border: 0px solid #fff;
    border-radius: 0;
}
.form-style .image-area::before {   
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    z-index: 1;
}
.form-style .image-area img {
    z-index: 2;
    position: relative;
    margin-top: -3px;
}
/*Product Display*/
.category-banner {    
  padding: 0; 
  border-radius: 0; 
  background-color: #fff;
  position: relative;
}
.category-banner h2 {
  font-size: 22px;
  padding: 15px;
  text-align: center;
  position: absolute;
  top: 30%;
  left: 35%;
  right: 35%;
  background: #fff;
  width: 30%;
  font-weight: bold;
}
.brand-banner {    
  padding: 15px;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: 0px 4px 6px -3px #9c9c9c;
  margin-bottom: 10px;
  border-top: 1px solid #e1e1e1;
}
.brand-banner .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.brand-banner img {    
    width: 70%;
    height: auto;
}
.brand-banner h2 {
    color: #212529e0; 
    padding: 15px 15px 15px 0;
    text-align: left;
    margin: 0;
}
.seller-banner {    
    padding: 15px;
    border-radius: 0;
    background-color: #ffffff;
    box-shadow: 0px 4px 6px -3px #9c9c9c;
    border-top: 1px solid #e1e1e1;
}
.seller-banner .logo {
    text-align: right;
}
.seller-banner img {    
    width: 70%;
    height: auto;
}
.seller-banner p {
    margin: 0;
    color: #fd7e14;
}
.seller-banner h2 {
    color: #212529e0; 
    padding: 5px 5px 5px 0;
    text-align: left;
    margin: 0;
}
.product-display {
    padding: 0 5px;
}
.product-display a h6 {
    font-family: 'Ubuntu', 'Sofia', sans-serif, 'solaimanLipi';
    font-size: 13px;
    line-height: 19px;
    color: #44464c;
}
.product-display .card {
    background-color: #fff;
    border: 0 solid #eee;
    text-align: center;
}
/*.category-page figure.product-display:hover {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    transition: .3s;
}
.category-page .card-header {
    position: relative;
    padding: 0;
}
.category-page .card-header img {
    width: 100%;
    height: auto;
}
.category-page .card-header .cat-header {
    position: absolute;
    top: 43%;
    left: 43%;
    background: #212529b0;
    padding: 10px;
    border: 2px solid #ffc107;
    box-shadow: 0 1rem 1rem rgba(0,0,0,0.2)!important;
}
.category-page .card-header .cat-header h4 {    
    color: #ffc107;
    padding: 0px 9px;
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
}*/
.product-display img {
    /*max-height: 130px;*/
    padding: 0;
    margin: auto 0;
}
.product-display .product-quantity p {
    font-size: 12px;
    margin: 0 0 15px 0;
    color: #6c6a6a;
}
.product-display .price-box {
    color: #465157;
    margin-bottom: 10px;
}
.product-display .old-price {
    color: #999;
    font-size: 12px;
    text-decoration: line-through;
}
.product-display .old-price + .product-price {
    color: red;
    font-weight: bold;
    margin-left: .6rem;
}
.product-display .product-price {
    color: red;
    font-weight: bold;
    font-size: 12px;
}
.product-display #cart_quantity, .product-display .cart-info.quantity {
    width: 74%;
    /*border: #ccc 1px solid;*/
    display: none;
}
.product-display .cart-info {
    text-align: center;
    display: inline-block;
}
.product-display .btn-increment-decrement {
    display: inline-block;
    padding: 0;
    background: #e2e2e2;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
}
.product-display .input-quantity {
    border: 0px;
    width: 30px;
    display: inline-block;
    margin: 0;
    box-sizing: border-box;
    font-size: 12px;
    text-align: center;
}
@media only screen and (max-width: 750px){
    .product-display .btn-increment-decrement {
      display: inline-block;
      padding: 0;
      background: #e2e2e2;
      width: 20px;
      height: 23px;
      text-align: center;
      cursor: pointer;
      font-size: 20px;
    }
    .product-display .card {
/*      height: 450px;*/
    }
    .product-display img {
        max-height: 130px !important;
    }
    .category-banner h2 {
        font-size: 18px;
        padding: 6px;
        text-align: center;
        position: absolute;
        top: 40%;
        right: 28%;
        background: #f8f9fa;
        font-weight: bold;
        line-height: 25px;
    }
}

/*Product Details*/
.product-details .images {
    padding: 15px;
}
.product-details .description {
    padding: 10px;
}
.product-details .description .text-muted:hover {
    color: red;
}
.product-details .ratings ul {
    margin: 0;
    padding: 0;
}
.product-details .ratings ul li {
    display: inline-block;
    padding: 5px 0px;
}
.product-details .ratings ul li i {
    font-size: 10px;
    color: #ffc107;
}
.product-details .ratings ul li a {
    color: #fd7e14;
}
.product-details .ratings ul li a:hover {
    text-decoration: underline;
}
.product-details .brand {
    border-bottom: 1px solid #ffc10740;
    margin: 0 0 10px 0;
}
.product-details .brand ul {
    margin: 0;
    padding: 0;
}
.product-details .brand ul li {
    display: inline-block;
    padding: 0;
    line-height: 35px;
}
.product-details .brand ul li a {
    color: #ffc107;
}
.product-details .brand ul li a:hover {    
    text-decoration: underline;
}

/*Image Zoom*/
.product-details img.xzoom {
    width: 100%!important;
    border: 1px solid #dbdbdb;
    padding: 10px;
}
.product-details .xzoom-thumbs {

}
.product-details .xzoom-thumbs img {
    border: 1px solid #dbdbdb;
    width: 70px;
    margin: 5px 5px 0 0;
    padding: 5px;
}

.product-details .brand { 
  /*font-size: 13px*/
}
.product-details .act-price { 
    color:red;
    font-size: 40px;
    font-weight: 700
}
.product-details .dis-price { 
  text-decoration: line-through;
  padding: 0 5px;
}
.product-details .about { 
  font-size: 14px
}
.product-details .color { 
  margin-bottom:10px
}
.product-details label.radio {
    cursor: pointer;
    margin: 0 0 7px 0;
}
.product-details label.radio input { 
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none
}
.product-details label.radio span { 
    padding: 2px 9px;
    border: 1px solid #6c757d;
    display: inline-block;
    color: #6c757d;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 13px;
}
.product-details label.radio input:checked+span {
  border-color: #ff0000;
  background-color: #ff0000;
  color: #fff
}
.product-details .add-to-cart {
 
}
.product-details .add-to-cart ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.product-details .add-to-cart ul li {
    display: flex;
    padding: 10px 10px 10px 0;
    align-items: center;
}
.product-details .add-to-cart ul li .fa-heart {
/*    padding: 0 25px;*/
}
.product-details .add-to-cart ul li a.dropdown-toggle {
    position: relative;
}
.product-details .add-to-cart ul li .dropdown-menu {
    position: absolute!important;
    top: 20px !important;
    left: 0;
    min-width: 30px!important;
}
.product-details .share .dropdown-toggle::after {
    display: none;
}
.product-details #social-links ul {
    margin: 0;    
}
.product-details #social-links ul li {
    margin: 0;
    padding: 5px 10px;
}
.product-details #social-links ul li a.social-button {
    margin: 0;
    padding: 5px 10px;
}
.product-details .seller-info {
    padding: 0;
    background-color: #eee
}
/*.product-details .seller-info .service {
    border-bottom: 1px solid white;
}*/
.product-details .seller-info .seller-info-head {
    overflow: hidden;
    background: #f8f9fa;
    padding: 10px;
    margin: 0 0 10px 0;
}
.product-details .seller-info .seller-info-body{
    padding: 0 10px 0 20px;
}
.product-details .seller-info h4 {
    font-family: 'Ubuntu', 'Sofia', sans-serif, 'solaimanLipi';
    font-size: 18px;
    color: red;
    margin: 0;
}
.product-details .seller-info h4 a{
    font-size: 22px;
    color: red;
}
.product-details .seller-info h6 {
    font-size: 14px;    
    margin: 0;
}
.product-details .seller-info h6 i {
    line-height: 34px;
    color: #ff0000a6;
    font-size: 11px;
}
/*.product-details .seller-info .tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #dc3545;
    background-color: #ffffff;
    border-radius: 0.25rem;
    border: 1px solid #dc3545;
}
.product-details .seller-info .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #dc3545;
}*/
.product-details .seller-info img {
    width: 30px;
    height: auto;
    margin: 0 8px 0 0;
    border: 1px solid #aaa;
}
.product-details .seller-info .shop-logo img {
    width: 45%;
    height: auto;
    padding: 5px 0;
    border: none;
}
.product-details .seller-info ul {
    /*margin: 0;*/
    padding: 0;
    overflow: hidden;
}
.product-details .seller-info ul li {
    list-style: none;
    padding: 5px;
    font-size: 13px;
    color: #606060;
}
.product-details .delivery-area {
    padding: 2px 3px;
    margin: 8px 5px 0 0;
    line-height: 20px;
    font-style: italic; 
    font-size: 14px;
    border: 1px solid red;
}
/*.product-details .review-ratings .review-body {    
    padding: 0 35px;
}
.product-details .review-ratings .review-bottom {    
    padding: 0 35px;
}*/
#add-review .modal-content i.fa-star {
    color: #e9af00;
}
.product-details .review-ratings ul.ratings {
    margin: 0;
    padding: 0;
}
.product-details .review-ratings .ratings-top ul {
    margin: 0;
    padding: 0;
}
.product-details .review-ratings .ratings-top ul li {
    display: inline-block;
    padding: 0;
}
.product-details .review-ratings .ratings-top ul li i{
    color: #ccc;
    font-size: 15px;
}
.product-details .review-ratings .ratings-top .visible {
    color: #ffc107;
}
.product-details .review-ratings .ratings-top ul li i.quarter-visible{
    background: linear-gradient(to right, #ffc107 0%, #ccc 60%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
}
.product-details .review-ratings .ratings-top ul li i.half-visible{
    background: linear-gradient(to right, #ffc107 50%, #ccc 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
}
.product-details .review-ratings .ratings-top ul li i.third-visible{
    background: linear-gradient(to right, #ffc107 60%, #ccc 0%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
}
.product-details .review-ratings .ratings-left ul {
    margin: 0;
    padding: 0;
}
.product-details .review-ratings .ratings-left ul li {
    display: inline-block;
    padding: 5px;
}
.product-details .review-ratings .ratings-left ul li i{
    color: #ccc;
    font-size: 30px;
}
.product-details .review-ratings .ratings-left .visible {
    color: #ffc107;
}
.product-details .review-ratings .ratings-left ul li i.quarter-visible{
    background: linear-gradient(to right, #ffc107 0%, #ccc 60%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
}
.product-details .review-ratings .ratings-left ul li i.half-visible{
    background: linear-gradient(to right, #ffc107 50%, #ccc 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
}
.product-details .review-ratings .ratings-left ul li i.third-visible{
    background: linear-gradient(to right, #ffc107 60%, #ccc 0%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
}
.product-details .review-ratings .ratings-left h5 {
    font-size: 35px;
}
.product-details .review-ratings .ratings-center ul {
    margin: 0;
    padding: 0 10px 0 0;
}
.product-details .review-ratings .ratings-center ul li {
    display: inline-block;
}
.product-details .review-ratings .ratings-center .visible {
    color: #ffc107;
}
.product-details .review-ratings .ratings-center ul li i{
    color: #ccc;
    font-size: 12px;
}
.product-details .review-ratings .ratings-center .d-flex{
    line-height: 13px;
}
.product-details .review-ratings .ratings-center .progress{
    padding: 0;
    width: 50%;
    overflow: hidden;
    background: #e5e5e5;
    border-radius: 6px;
}
.product-details .review-ratings .ratings-center .bar{
    position: relative;
    float: left;
    min-width: 1%;
    height: 100%;
    background: #ffc107;
}
.product-details .review-ratings .ratings-center .percent{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  margin:0;
  font-family:tahoma,arial,helvetica;
  font-size:10px;
  color:white;
}
.product-details .review-ratings .ratings-center {
    margin: 0;
    padding: 0;
}
.product-details .review-ratings ul.ratings li {
    list-style: none;
}
.product-details .review-ratings ul.ratings li i{
    color: #ccc;
}
.product-details .review-ratings .review-body {
    border-bottom: 1px solid #d1d1d1;
}
.product-details .review-ratings .review-top p {
    font-size: 11px;
    color: #898989;
}
.product-details .review-ratings .review-middle {
    color: #ccc;
}
.product-details .review-ratings .review-bottom p {
    font-size: 11px;
    color: #898989;
}
.product-details .review-ratings .review-reply {
    background: #efefef;
    margin-left: 5%;
    width: 95%;
    position: relative;
}
.product-details .review-ratings .review-reply .fa-eject {
    position: absolute;
    top: -9px;
    left: 20px;
    color: #efefef;
}
@media only screen and (max-width: 750px){
    .product-details .description {
        padding: 10px 25px;
    }
    .product-details .seller-info .seller-info-head {
        padding: 10px 25px;
    }
}


/* Icon - List */
.icon-list-head h2 {
    margin-bottom: 30px;
    font-size: 30px;
}
.icon-attribute i {
    font-size: 30px;
    color: #e73a3ea3;
    margin-right: 20px;
    width: 45px;
    height: 30px;
    padding-top: 10px;
}
.icon-list-text h3 {
    font-size: 25px;
}
.icon-list-text p {
    color: #6f6f6f;
}
.icon-list-image {
    padding: 15px;
}
.icon-list-image img {
    width: 100%;
    height: auto;
}

/*Scroll Animation*/
/*.scroll-animation {
  position: relative;
  opacity: 0;
}
.scroll-animation.active {
  opacity: 1;
}*/

/*Cart Page*/
.shopping-cart table {
    margin-bottom: 0;
}
.shopping-cart table th.cart-header {
    background: #ffede5;
    color: #ff5501
}
.shopping-cart table td, table th {
  padding: 6px;
  vertical-align: top;
}
.shopping-cart a {
  text-decoration: none;
  color: #007bffa8;
  display: block;
  padding: 2px;
  transition: 0.3s;
}
.shopping-cart img {
  width: 55px;
  height: 55px;
}
.shopping-cart #cart_quantity, .product-display .cart-info.quantity {
  width: 74%;
  /*border: #ccc 1px solid;*/
  display: none;
  line-height: 24px;
}
.shopping-cart .cart-info {
  text-align: center;
  display: inline-block;
}
.shopping-cart .quantity {
  position: relative;
}
.shopping-cart input[type=number]::-webkit-inner-spin-button,
.shopping-cart input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}
.shopping-cart input[type=number]
{
  -moz-appearance: textfield;
}
.shopping-cart .quantity input {
  width: 50px;
  height: 45px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 5px;
  border: 1px solid #eee;
}
.shopping-cart .quantity input:focus {
  outline: 0;
}
.shopping-cart .quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}
.shopping-cart .quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    color: #8a8a8a;
    font-size: 25px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 0.85;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.shopping-cart .quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #eee;
}
.shopping-cart .quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%;
}
.shopping-cart .delete-to-cart a span {
    font-size: 25px;
    color: red;
}
.shopping-cart .delete-to-cart a span:hover {
    color: black;
    transition: all 0.3s;
}
.shopping-cart .place-order {
    background: #7000c5;
    width: 100%;
    margin-left: 0;
    padding: 8px;
    border: none;
    font-size: 15px;
    text-align: center;
    color: #fff;
}
.shopping-cart .place-order:hover {
    background: #fff;    
    color: #7000c5;
    transition: all .3s ease-out;
}

/*Add-Edit Image*/
.form-style .add-image-box {
  border: 1px solid #505050;
  border-radius: .25rem; 
  margin: 0 auto;
}
.form-style .show-existing-image {
  /*max-width: 500px; 
  max-height: 300px; */
  display: flex; 
  justify-content: center; 
  align-items: center;  
  position: relative;
}
.form-style .show-existing-image img {
    width: 100%;
    height: auto;
    padding: 10px;
}
.form-style .edit-image-style .fa-times {
    position: absolute;
    top: 20px;
    right: 45px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    background-color: #fb000061;
    border-radius: 1em;
    line-height: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
}
.form-style .edit-image-style .fa-times:hover {
    color: green;
    transition: all 1s ease;
}
.form-style .edit-image-style .fa-edit {
    position: absolute;
    top: 20px;
    right: 15px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    background-color: #04770096;
    border-radius: 1em;
    line-height: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
}
.form-style .edit-image-style .fa-edit:hover {
    color: red;
    transition: all 1s ease;
}
.form-style #upload, .form-style #upload11, .form-style #uploadMi2, .form-style #upload2, .form-style #upload3, .form-style #upload4, .form-style #upload5, .form-style #upload6, .form-style #upload7, .form-style #upload8, .form-style #upload9, .form-style #upload10, .form-style #upload12 {
    opacity: 0;
    height: 0;
}
.form-style .change-image-btn {
    margin: 10px auto 0!important;
}
.form-style #upload-label, .form-style #upload-label2, .form-style #upload-label3, .form-style #upload-label4, .form-style #upload-label5, .form-style #upload-label6, .form-style #upload-label7, .form-style #upload-label8, .form-style #upload-label9, .form-style #upload-label10 {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}
.form-style #editUpload {
    opacity: 0;
}
.form-style #editUpload-label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}
.form-style #editAdminUpload {
    opacity: 0;
}
.form-style .image-area {
/*    padding: 10px;*/
    position: relative;
    border: 1px solid #e7e7e7;
    margin: 0 auto;
}
.form-style .image-area::before {   
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    z-index: 1;
}
.form-style .image-area img {
    z-index: 2;
    position: relative;
}


/*--------------------- Data Table Style -------*/
.style-data-table label {
    display: inline-block;
    /*margin-top: 10px;*/
}
.style-data-table .btn-group, .style-data-table .btn-group-vertical {    
    float: left;
}
.style-data-table .btn-group-vertical > .btn, .style-data-table .btn-group > .btn {    
    margin: 0 5px 5px 0;
}
.style-data-table .form-control-sm {
    height: 47px;
    padding: 10px;
    font-size: 20px;
    line-height: 0;
    border-radius: 0.2rem;
}
.style-data-table .form-control:focus {
    border-color: rgba(126, 239, 104, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
    outline: 0 none;    
}
.style-data-table .dataTables_wrapper .dt-down-arrow {
  display: none;
}
.style-data-table .dataTables_wrapper .dataTables_filter input {
    font-size: 17px;
    color: #303336;
    margin-bottom: 10px;
    background: #ffffff;
    border-radius: 35px;
    margin-left: 0;
}
.style-data-table .dataTables_filter input {
    border: 1px solid #049904;
}
.style-data-table table.dataTable td.dataTables_empty {
    color: red;
    font-weight: bold;
}
.style-data-table table.dataTable.table-striped>tbody>tr.odd {
    /*background: #53df5321;*/
}
.style-data-table div.dataTables_wrapper div.dataTables_length label {
    float: left;
}
.style-data-table div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
    border: 1px solid #009700;
    background: #ffffff;
    width: 60px;
    height: 46px;
    padding: 10px;
    font-size: 15px;
    border-radius: 0;
}
.style-data-table .card-header h2 { 
    color: #02bf02;
    font-size: 20px;
    font-weight: bold;  
    float: left;
    margin: 0px 0 5px 0;
}
.style-data-table .card-header h3 { 
    color: #02bf02;
    font-size: 16px;
    font-weight: bold;  
    float: left;
    margin: 0px 0 5px 0;
}
.style-data-table .page-item.active .page-link {    
    background-color: #02bf02;
    border-color: #02bf02;
}
.style-data-table .page-link {   
    padding: 10px 15px;
    margin-left: 0;
    line-height: 1.25;
    color: #02bf02;
    background-color: #fff;
    border: 1px solid #02bf02;
}
.style-data-table div.dt-button-collection div.dropdown-menu {
    display: block;
    z-index: 500;
    min-width: 100%;
    background: #02bf02;
}
.style-data-table .dropdown-item.active, .dropdown-item:active {
    background-color: #02bf02;
}
.style-data-table .btn-success, .style-data-table .btn-warning, .style-data-table .btn-danger {
    font-size: 16px;
    border-radius: 2em;
    line-height: 30px;
}
.style-data-table .btn-primary {
    font-size: 16px;
    border-radius: 50%;
    line-height: 30px;
}
.style-data-table .btn-success i, .style-data-table .btn-warning i, .style-data-table .btn-danger i {
    font-size: 14px;
    padding: 0 6px;
}
.style-data-table .header-button {
    float: right;
}
.style-data-table .dt-buttons {
    float: left;
    margin-bottom: 0;
}
.style-data-table .dt-buttons button {
    color: #009700;
    background: #ffffff;
    border: 1px solid #009700;
    padding: 10px;
    border-radius: 0;
    margin-bottom: 10px;
    margin-right: -1px;
    float: left;
    }
.style-data-table .dt-buttons button:hover {
    background: #b6f7b6;
}
.style-data-table .dataTables_info {
    font-weight: bold;
}
.style-data-table .dataTables_filter {
    float: right;
    width: 30%;
}
.dt-print-view table.dataTable.table-bordered>tbody>tr:last-child td, .dt-print-view table.dataTable.table-striped>tbody>tr:last-child td {
    border: none;
}
@media only screen and (max-width: 750px){
    div.dataTables_wrapper div.dataTables_length, 
    div.dataTables_wrapper div.dataTables_filter, 
    div.dataTables_wrapper div.dataTables_info, 
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: left;
    }
    .style-data-table div.dataTables_wrapper div.dataTables_info {        
        float: none !important;
    }
    .style-data-table .header-button {
        float: left!important;
    }
    .style-data-table .dataTables_filter {
        float: left;
    }
    div.dataTables_wrapper div.dataTables_filter label {
        text-align: left;
    }
    .style-data-table .dt-buttons {
        display: none;
    }
    .style-data-table .dataTables_length {
        float: right;
    }
}

.message-info .nav-link {
    color: #080808;
}
.message-info ul {
    padding-left: 0;
}
.message-info ul.group li {
    list-style: none;
}
/*Class Routine*/
.class-routine h3 {
    text-align: center;
    width: 100%;
    margin: 0;
    color: #fff; 
    padding: 5px;
    background: #3b4b54;
    box-shadow: 0 2px 6px 0 rgb(108 117 125 / 50%);    
}
.class-routine h6 {
    text-transform: capitalize;
    font-weight: bold;
}
.class-routine .routine-single {
    background: #ffffff;
    margin: 5px;
    box-shadow: 0 2px 6px 0 rgb(108 117 125 / 50%);
}
.class-routine .routine-single a {
    color: #0a0a0a;
}
.class-routine .routine-single a p {
    text-align: left;
    margin: 0;
}
.class-routine .btn-group-vertical {
    width: 208px;
}
.class-routine .dropdown-toggle {
    padding: 5px;
}
.class-routine .dropdown-toggle::after { 
    display: none;
}
.class-routine .dropdown-menu {
    background: #00ad00;
    min-width: 100%;
    padding: 0;
    border-top: 1px solid #d3cece;
}
.class-routine .dropdown-menu a {
    width: 100%;
    color: #fff; 
    padding: 5px;
    background: #00ad00;
}
.class-routine .dropdown-menu a:hover {
    width: 100%;
    color: #000;
    padding: 5px;
    background: #fff;
}
.print-routine .btn {
    border-radius: 0;
}
/*Attendance*/
.yearly_attendance i.fas.fa-times {
    color: red;
    font-size: 12px;
}
.yearly_attendance i.fas.fa-check {
    color: #02bf02;
    font-size: 12px;
}
.yearly_attendance i.fas.fa-circle {
    color: blue;
    font-size: 12px;
}
.yearly_attendance i.far.fa-circle {
    color: #00b6d3;
    font-size: 14px;
}
.yearly_attendance i.fas.fa-directions {
    color: #fd7e14;
    font-size: 12px;
}
.yearly_attendance i.fas.fa-minus {
    font-size: 10px;
}
.yearly_attendance ul.attendance-note {
    padding: 0;
    margin: 0;
}
.yearly_attendance ul.attendance-note li {
    list-style: none;
    display: inline-block;
    padding: 0 15px;
}

/*Accounts*/
.accounts .navbar-light .navbar-nav .nav-link {
  color: rgb(5, 82, 128);
  padding: 10px 15px;
  height: 41px;
}
.accounts .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
  padding: 10px 15px;
  height: 41px;
}
.accounts nav button {
  padding: 0 10px; 
  font-size: 20px; 
  color: #3bafda;
}
.accounts .navbar {
    padding: .5rem 0;
}
.report-page button .btn {
    border-color: #ddd4e3; 
    margin-top: 23px;
}
.footer-description{
    background: #dee2e6;
    padding: 0 15px;
}
.footer-description ul {
    margin: 0;
    padding: 15px 0;
}
.footer-description ul li {
    list-style: none;
    display: inline;
    padding: 0 15px 0 0;
    font-size: 14px;
}
.footer-description ul li i {    
    font-size: 18px;
    color: red;
}
.footer-description img {
    width: auto;
    height: 35px;
}
.content-footer {
    width: 100%;
    color: #fff;
    padding: 20px 10px;
}
.content-footer p {
    margin: 0;
    font-size: 0.8em;
}
.footer-top {
  background-color: #8cc63f !important;
  color: #fff;
}
.footer-top a {
    font-size: 14px; 
}
.footer-copyright {
  text-align: center;
  color: #fff;
  padding: 20px;
  background-color: #5a9e00 !important;
}

.social ul {
    margin: 0;
    padding: 0 15px 0 0;
}
.social ul li {
    list-style: none;
    display: inline;
    padding: 0 3px;
    line-height: 40px;
}
.social ul li a {
    text-decoration: none;
    color: #fff;
    transition: .3s;
}
.social ul li a:hover {
    color: #38b856;
    letter-spacing: 1.5px;
    transition: .3s;
}
.social ul li a i {
    border-radius: 20%;
    background: #fff;
    color: #6a6969;
    padding: 5px;
    font-size: 25px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    transition: .3s;
}
.social ul li a i.fa-facebook-f {
    padding: 3px 10px;
}
.social ul li a:hover .fa-facebook-f{
    color: #fff;
    background: #4267B2;
    transition: .3s;
}
.social ul li a i.fa-youtube {
    padding: 3px 5px;
}
.social ul li a:hover .fa-youtube{
    color: #fff;
    background: red;
    transition: .3s;
}
.social ul li a:hover .fa-twitter{
    color: #fff;
    background: #00ACEE;
    transition: .3s;
}
.social ul li a:hover .fa-linkedin-in{
    color: #fff;
    background: #0e76a8;
    transition: .3s;
}
.social ul li a:hover .fa-instagram{
    color: #fff;
    background: #8a3ab9;
    transition: .3s;
}

/* News Blog */
.news-blog-section .blog-thumbnail img {
    width: 90%;
    display: block;
    margin: 10px auto;
    border-radius: 5%;
}
.news-blog-section .blog-content {
    width: 90%;
    display: block;
    margin: 10px auto;
}
.news-blog-section .blog-content p {
    margin: 5px 0;
    color: red;
}
.news-blog-section .blog-content h3 {
    font-size: 25px;
    color: #353535;
}
.news-blog-section .blog-content h3:hover {
    color: red;
    transition: .3s ease-in-out;
}
.news-blog-section .blog-content a {
    text-decoration: none;
    color: #000;
    transition: .3s ease-in-out;
}
.news-blog-section .news-blog-item:hover .blog-content a {
    letter-spacing: 1.5px;
    color: red;
}
.news-blog-section .news-blog-item:hover .blog-content h3 a {
    letter-spacing: 0;
}

/*Blog*/
.blog {
    width: 100%;
    margin: 0 auto;    
}
.blog .blog-post {
    padding: 0 10px;
}
.blog h1 a {
    color: #000;
}



.blog .post-meta ul.category {
    display: inherit;
    margin: 5px 0px;
}
.blog .post-meta ul.category li {
    list-style: none;
    padding: 0 5px;
    border: 1px solid #ccc;
    margin: 0 5px;
}
.blog .post-meta ul.category li a {
    color: #807c7c;
    line-height: 30px;
}
.blog .post-meta ul.meta {
    display: inherit;
    margin: 5px 0px;
    padding: 0 0 12px 0;
}
.blog .post-meta ul.meta li {
    list-style: none;
    padding: 0 10px;
}
.blog .post-meta ul.meta li a {
    text-decoration: none;
    color: #807c7c;
    transition: .3s;
}

.blog .post-meta ul.meta li a i {   
    border-radius: 20%;
    background: #fff;
    color: #6a6969;
    padding: 5px;    
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    transition: .3s;
}

.blog .post-meta .meta-social {
    display: inline-block;
    margin: 5px 0px;
    padding: 0 0 12px 0;
}
.blog .post-meta .meta-social a {
    list-style: none;
    padding: 5px;
}
.blog .post-meta .meta-social a i {   
    border-radius: 20%;
    background: #fff;
    color: #6a6969;
    padding: 5px;    
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    transition: .3s;
}
.blog .post-meta .meta-social a:hover .fa-print{
    color: #fff;
    background: #c4302b;
    transition: .3s;
}
.blog .post-meta .meta-social a:hover .fa-facebook-f{
    color: #fff;
    background: #4267B2;
    transition: .3s;
}
.blog .post-meta .meta-social a:hover .fa-twitter{
    color: #fff;
    background: #00ACEE;
    transition: .3s;
}
.blog .post-meta .meta-social a:hover .fa-youtube{
    color: #fff;
    background: #c4302b;
    transition: .3s;
}
.blog .post-meta .meta-social a:hover .fa-linkedin-in{
    color: #fff;
    background: #0e76a8;
    transition: .3s;
}
.blog .post-meta .meta-social a:hover .fa-instagram{
    color: #fff;
    background: #8a3ab9;
    transition: .3s;
}


/*.blog .post-meta ul.category {
    display: inherit;
    margin: 5px 0px;
}
.blog .post-meta ul.category li {
    list-style: none;
    padding: 0 5px;
    border: 1px solid #ccc;
    margin: 0 5px;
}
.blog .post-meta ul.category li a {
    color: #807c7c;
    line-height: 30px;
}
.blog .post-meta ul.meta {
    display: inherit;
    margin: 5px 0px;
    padding: 0 0 12px 0;
}
.blog .post-meta ul.meta li {
    list-style: none;
    padding: 0 10px;
}
.blog .post-meta ul.meta li a {
    text-decoration: none;
    color: #807c7c;
    padding: 0 10px;
    transition: .3s;
}
.blog .post-meta ul.meta li a i {   
    border-radius: 20%;
    background: #fff;
    color: #6a6969;
    padding: 5px;    
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    transition: .3s;
}
.blog .post-meta ul.meta li a i.fa-facebook-f {
    /*padding: 3px 5px;*/
}
.blog .post-meta ul.meta li a:hover .fa-facebook-f{
    color: #fff;
    background: #4267B2;
    transition: .3s;
}
.blog .post-meta ul.meta li a:hover .fa-twitter{
    color: #fff;
    background: #00ACEE;
    transition: .3s;
}
.blog .post-meta ul.meta li a:hover .fa-youtube{
    color: #fff;
    background: #c4302b;
    transition: .3s;
}
.blog .post-meta ul.meta li a:hover .fa-linkedin-in{
    color: #fff;
    background: #0e76a8;
    transition: .3s;
}
.blog .post-meta ul.meta li a:hover .fa-instagram{
    color: #fff;
    background: #8a3ab9;
    transition: .3s;
}*/


.blog .featured-image {
    text-align: center;
}
.blog .featured-image img {
    padding: 0.25rem;
    background-color: #fff;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}
.blog .featured-image-caption {
    width: 100%;
    padding: 10px;
    font-style: italic;
}
.blog hr {
    margin: 15px 5px;
}
.blog .blog-post p {
    text-align: justify;
}
.blog .blog-post h3 {
    color: #0d9b1c;
}
.blog .blog-post .tag-news h4 a {
    color: #807c7c;
    padding: 10px 0 0 21px;
    position: relative;
    transition: all .5s ease;
}
.blog .blog-post .tag-news h4 a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 14px;
    width: 5px;
    height: 20px;
    background: #0d9b1c;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.blog .blog-post .tag-news h4 a:hover {
    color: #0d9b1c;
}
.blog .related-news img {
    width: 100%;
    height: auto;
}
.blog .related-news {
    padding: 5px 5px 20px 5px;
}
.blog .related-news h4 {
    margin: 5px 0 15px 0;
    font-weight: bold;
}
.blog .related-news h4 a {
    color: #000;
}
.blog .related-news h4 a:hover {
    color: #38b856;
    transition: all .3s ease-in-out 0s;
}
@media only screen and (max-width: 750px){
    .blog .related-news img {
        width: 100%;
        height: auto;
    }
}
@media print {
    body { background:white; color:black; margin:0; }
    #content {width: 100%;}
    .page-footer {display: none;}
    .footer-description {display: none;}
    .btn-primary {display: none;}
    .blog .blog-sidebar {display: none;}
    .page-title {display: none;}
    .mainmenu {display: none;}
    .menustyle-two {display: none;}
    .fa-print {display: none;}
    .fa-facebook-f {display: none;}
    .fa-twitter {display: none;}    
    .menu-top {display: none;}
    .related-news {display: none;}
    .widget { display:none; }
    .mainmenu { display:none; }
    .col-md-3 { display:none; }
    .header-left { opacity: 0; }
    .header-right { opacity: 0; }
    .col-md-9 { width: 100%; }
    .post-meta .date{display: block;}
    .post-meta .author{display: none;}
    .post-meta .cat-meta{display: none;}
    .footer-wrapper p {color: #161716;}
    .breadcrumb { display:none; }
    .cat-header { display:none; }
    .tag-news { display:none; }
    #GoTopBtn {display: none;}
    #sidebar {display: none;}
}
.blog .blog-sidebar{
    /*background: #34434e;*/
}
.blog .sidebar-widget {
    margin-bottom: 30px;
    background: #f2f2f2;
    padding: 20px;
    border-top: 3px solid #34434e;
}
.blog .sidebar-widget h2.widget-title {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.blog .sidebar-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog .sidebar-widget ul li {
    position: relative;
    margin-top: 10px;
    border-bottom: 1px dotted #bfbfbf;
    padding: 5px 0 5px 10px;
}
.blog .sidebar-widget ul li:nth-last-child(1) {   
    border-bottom: none;
}
.blog .sidebar-widget ul li::before{
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 7px;
}
.blog .sidebar-widget ul li a {
    display: block;
    color: #34434e;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.blog .sidebar-widget ul li a:hover {
    color: #38b856;
    transition: all .3s ease-in-out 0s;
}
.blog .sidebar-widget ul li a span {
    padding-right: 5px;
}

/* Widget Area */
.widget {
    margin: 10px 0;
    padding: 5px 15px;    
}
.widget table, .widget div {
    width: 100%;
    height: auto;
}
.widget h3 {
    color: #0d9b1c;
    transition: all 1s ease;
}
.widget h3:hover {
    color: #000;
}
.widget h3::after {
    content: "";
    display: block;
    height: 4px;
    width: 50px;
    background-color: #F4511E;
    margin: 15px 0 0;
}
/*Pagination*/
.pagination {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px, rgba(0, 0, 0, 0.22) 0px 1px 18px;
    padding: 10px 5px 0 5px;
}
.green-pagination .page-item.active .page-link {
  background-color: #0d9b1c;
  border-color: #0d9b1c;
}
.green-pagination .page-link {  
  color: #0d9b1c;
  font-weight: bold;
}
.green-pagination .page-item:not(:first-child) .page-link,
.green-pagination .page-item:first-child .page-link {
    margin: 0 3px;
}
@media only screen and (max-width: 750px){
    h1 {
        font-size: 35px;
    }
    .mainmenu {
        display: block;
    }
    .post-meta ul.meta li a {
        font-size: 16px;
        line-height: 25px;
    }
    .post-meta ul.meta li a i {
        color: #fff;
        background: #807c7c;
        padding: 1px;
        border-radius: 25%;
    }
    .post-details p {
        font-size: 18px;
        line-height: 30px;
    }
    .pf-content {
        width: 95%;
    }    
}
/*Customer Login Page*/
.customer-login-page .customer-login h4 {    
    color: #28a745;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
}
.customer-login-page .customer-login .form-control {    
    height: 50px;
    border: 1px solid #28a7455e;
}
.customer-login-page .customer-login label {    
    font-size: 14px;
    color: #28a745;
}
.customer-login-page .customer-login .card {
    border: 1px solid #28a7455e;
}
.customer-login-page .customer-login .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #28a7450f;
    border-radius: inherit;
}
/*Create Account*/
.customer-login-page .create-account h4 {    
    color: #009bca;
    font-size: 16px;
}
.customer-login-page .create-account .form-control {    
    height: 50px;
    border: 1px solid #009bca57;
}
.customer-login-page .create-account label {    
    font-size: 14px;
    color: #009bca;
}
.customer-login-page .create-account .custom-checkbox:checked {
    border: 1px solid #009bca57;
}
.customer-login-page .create-account input[type="checkbox" i] {
    border: 1px solid #009bca57;
    -moz-border: 1px solid #009bca57;
}
.customer-login-page .create-account .show_pass {
    font-weight: #009bca;
    color: #009bca;
}
.customer-login-page .create-account .form-control::-webkit-input-placeholder { 
    color: #009bca70;
}
.customer-login-page .create-account .form-control::-moz-placeholder {
    color: #009bca70;
}
.customer-login-page .create-account .form-control:-ms-input-placeholder {
    color: #009bca70;
}
.customer-login-page .create-account .form-control:placeholder {
    color: #009bca70;
}
.customer-login-page .create-account .btn-warning {
    color: #fff;
    background-color: #009bca;
    border-color: #009bca;
}
.customer-login-page .create-account .card {
    border: 1px solid #009bca57;
}
.customer-login-page .create-account .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #009bca;
    border: 1px solid #009bca;
    border-radius: inherit;
}
.customer-login-page .create-account .card-header h6,
.customer-login-page .create-account .card-header p {
    color: #fff;
}
/*Checkout Progress Bar*/
.checkout-progress-bar {
    margin: 0 0 3rem;
    padding-left: 0;
    counter-reset: i;
    display: block;
    font-size: 0;
    line-height: 1.4
}
.checkout-progress-bar li {
    width: 33.33%;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
    margin: 0
}
.checkout-progress-bar li::before {
    background-color: #e4e4e4;
    top: 1.9rem;
    transition: background 0.3s;
    content: '';
    height: .7rem;
    left: 0;
    position: absolute;
    width: 100%
}
.checkout-progress-bar li>span {
    display: inline-block;
    padding-top: 57px;
    width: 100%;
    word-wrap: break-word;
    color: #898989;
    font-weight: 300;
    font-size: 15px;
    line-height: 40px;
}
.checkout-progress-bar li>span::before,
.checkout-progress-bar li>span::after {
    transition: background 0.3s;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0
}
.checkout-progress-bar li>span::before {
    background-color: #e4e4e4;
    height: 3.8rem;
    width: 3.8rem;
    margin-left: -1.9rem
}
.checkout-progress-bar li>span::after {
    background: #ffffff;
    height: 2.6rem;
    width: 2.6rem;
    margin-left: -1.3rem;
    top: .6rem;
    content: counter(i);
    counter-increment: i;
    color: #777777;
    font-weight: 600
}
.checkout-progress-bar li.active::before,
.checkout-progress-bar li.active>span::before {
    background-color: #ff5501
}
.checkout-progress-bar li.active>span {
    color: #000
}
.checkout-progress-bar li:first-child::before {
    border-radius: .6rem 0 0 .6rem
}
.checkout-progress-bar li:last-child::before {
    border-radius: 0 .6rem .6rem 0
}
.order-success {
    text-align: center;
    padding: 20px 5px;
    background: radial-gradient(transparent 79%, #f9bd6338 80%);
    background-size: 6em 6em;
    background-color: #ff5501;
    opacity: 1;
}
.order-success address {
    color: #fff;
    border: 1px solid #ffffff7d;
    padding: 10px;
}
.order-success .instruction {
    border: 1px solid #ffffff7d;
    padding: 15px 0;
}
.order-success i {
    font-size: 50px;
    margin: 15px 0px;
    color: #fff;
}
.order-success .fa-check-circle {
    font-size: 150px;
    margin: 38px 0px;
    color: #fff;
}
.order-success h2 {
    font-size: 20px;
    color: #fff;
}
.order-success h3 {
    font-size: 17px;
    color: #fff;
}
.order-success p {
    font-size: 16px;
    color: #fff;
}
.order-success ul {
    margin: 0;
}
.order-success ul li {
    list-style: none;
    color: #ffffffc2;
    text-align: left;
}
address {
    color: #000;
    font-size: 16px;
    font-style: italic;
    text-align: left;
    margin-top: 5px;
    line-height: 24px;
}
.popover-header {
    background-color: #f3e97a;
    border-bottom: none;
}
.popover-body {
    font-weight: bold;
}
@media screen and (max-width: 750px) {
    .checkout-progress-bar li {
        width: 100%;
    }
    .checkout-progress-bar li>span {
        font-size: 13px;
    }
    .checkout-progress-bar {                                        
        line-height: 2;
    }
    .checkout-progress-bar li > span {
        width: 100%;
    }
    .shipping-address-box {
        width: 50%
    }
}
@media only screen and (max-width: 750px){
    .menu-top .menu-login .name {
        display: none;
    }
    .menu-top .menu-login ul li .name {
        display: block;
    }
    .menu-top .menu-badge ul.dropdown-style {       
        right: 0;
    }
    .menu-top .menu-login .fa-sort {
        display: none;
    }
    #content {
        width: 100%;
        margin-top: 50px;
        position: relative;     
    }
    #content::after {
        width: 100%;
        height: 50px;
        background: red;
        z-index: 12001
        position: absolute;
        top: 0;
        left: 0;        
    }
    #content.active {   
        /* width: 100%; */
        /* transition: all 0.3s; */
    }
    #sidebar {
        margin-left: -250px;
        margin-top: 50px;
        padding-bottom: 70px;
    }
    #sidebar.active {
         margin-left: 0;
    }
}
@media only screen and (min-width: 750px){
    .menu-top .menu-login ul li .name {
        display: none;
    }
}
@media only screen and (min-width: 750px){
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
}
@media only screen and (min-width: 750px){
    .container, .container-sm {
        max-width: 100%;        
    }
}
@media (min-width: 750px){
    .navbar-expand-lg .navbar-collapse {
        display: block !important;
    }
}
/*Help Page*/
/*Slider Content*/
.fixed-slider-content-wrap {    
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 750px){
    .fixed-slider-content {
        background-color: #fff;
        padding: 20px 10px;
        opacity: 90%;
        border-radius: 5%;
        }
    }
    .fixed-slider-content {
        padding: 20px;
    }
}
.fixed-slider-content h1 {
    font-size: 45px;
}
.fixed-slider-content h6 {
    color: red;
}
/*owl-text-animation*/
.owl-text-animation .item {
  height: 40vh;
  position: relative;
}
.owl-text-animation .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.owl-text-animation .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  /*height: 212%;*/
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
.owl-text-animation .item .cover .header-content {
    position: relative;
    padding: 30px;
    overflow: hidden;
    top: -45px;
    left: 60px;
}
.owl-text-animation .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 5px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.owl-text-animation .item .cover .header-content h6 {
  font-family: 'Summernote', 'Sofia', sans-serif, "AmarBanglaBold";
  font-weight: 300;
  font-size: 25px;
  color: #fff;
}
.owl-text-animation .item .cover .header-content h1 {
    font-size: 40px;
    font-weight: 600;
    margin: 2px 0 20px;
    word-spacing: 3px;
    color: #ffc107;
}
.owl-text-animation .item .cover .header-content h4 {
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.owl-text-animation .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.owl-text-animation .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.owl-text-animation .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.owl-text-animation .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.owl-theme .owl-nav {
    display: none;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {    
    display: none;
}
@media only screen and (max-width: 750px){
    .owl-text-animation .item .cover .header-content h2 {
      font-size: 25px;
    }
    .owl-text-animation .item .cover .header-content h1 {
      font-size: 35px;
    }
    .owl-text-animation .item .cover .header-content h4 {
      font-size: 16px;
      line-height: 20px;
    }
    .card-body {
      padding: 10px;
      margin: 5px;
    }
}

/* Owl Slider Rewind */
.owl-slider-rewind .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-slider-rewind .owl-nav button.owl-prev {
  left: 0;
}
.owl-slider-rewind .owl-nav button.owl-next {
  right: 0;
}
.owl-slider-rewind .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-slider-rewind .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-slider-rewind .owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-slider-rewind .owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-slider-rewind .owl-nav button {
  position: absolute;
  top: 41%;
  transform: translateY(-50%);
  background: transparent !important;
}
.owl-slider-rewind span i {
    font-size: 12px;
}
.owl-slider-rewind .owl-nav button:focus {
    outline: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  color: red;
}
/* Slim Scrollbar */
/*::-webkit-scrollbar {
    width: 10px;
} 
::-webkit-scrollbar-track {
    background-color: #0000;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #0000;
}*/
/*Theme Settings*/
.theme-settings a img {
    width: 100%; 
    height: auto;   
}
.theme-settings a img:hover {
    width: 100%;
    box-shadow: inset 0 0 0 3px #fff, 0 0 0 4px #fff, 3px -3px 30px #ff0000, -3px 3px 30px #ff0000; 
    outline: 5px solid #ff0000;
    transition: .3s;
}
.theme-settings a img.active {
    width: 100%;
    box-shadow: inset 0 0 0 3px #fff, 0 0 0 -35px #fff, 1px 6px 30px #ff0000, 0px 1px 4px #ff0000;
    outline: 5px solid #ff0000;
}
.theme-settings .card-body {
    padding: 0;
}
/*.accordion-button {    
    color: #ffffff;
    opacity: 1;
    background-image: repeating-radial-gradient( circle at 0 0, #1e6c0952 0, #006c00 15px ), repeating-linear-gradient( #218d06ab, #192c12 );
}
.accordion-button:not(.collapsed) {
    color: #008700;
    background-image: repeating-radial-gradient( circle at 0 0, #ace5b53b 0, #85c99a17 16px ), repeating-linear-gradient( #009700b3, #00540b00 );
    box-shadow: 0 0 0 0.25rem #00a90052;
}
.accordion-button::after {
    content: "";
    background-image: none;
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;    
}
.accordion-button:not(.collapsed)::after {
    content: "";
    background-image: none;
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    transform: rotate(-180deg);
}
.accordion-button h6 {
    font-size: 18px;
}*/
@media only screen and (max-width: 750px){
    .theme-settings a img {
        /*width: 100%; 
        height: 220px; */   
    }
    .theme-settings a img:hover {
        /*width: 100%; 
        height: 220px;*/
    }
    .theme-settings a img.active {
        /*width: 100%; 
        height: 220px;*/
    }
}


/* Go to top */
#GoTopBtn {
    position: fixed;
    bottom: 5px;
    right: 10px;
    z-index: 1000;
    border: 1px solid #fd7e14;
    background-color: transparent;
    color: #fd7e14;
    cursor: pointer;
    padding: 5px 10px;
    /* border-radius: 50%; */
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s;
    font-size: 30px;
}
@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}
#GoTopBtn:hover {
  color: #fff;  
  background-color: #fd7e14;
  border: 1px solid #fff;
  transition: .3s;
  text-decoration: none;
}
/*Chekout Review */
.received-type label {
    margin-bottom: 0;
    padding: 10px 10px 20px 40px;
    margin: 15px 0;
    border: 1px solid #28a745;
}
/* Checkbox Style */
.checkbox-style {
  display: block;
  position: relative;
  padding-left: 35px;  
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.checkbox-style input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #28a745;
}
/* On mouse-over, add a grey background color */
.checkbox-style:hover input ~ .checkmark {
  background-color: rgba(255, 0, 0, 0.06);
}
/* When the checkbox is checked, add a blue background */
.checkbox-style input:checked ~ .checkmark {
  background-color: #28a745;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.checkbox-style input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.checkbox-style .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}