.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #f88905 !important;
    --bs-btn-border-color: #f88905;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f88905;
    --bs-btn-hover-border-color: #f88905;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f88905;
    --bs-btn-active-border-color: #f88905;
}
.navbar {
    --bs-navbar-brand-color: rgba(255,255,255,1);
    --bs-navbar-color: rgba(255,255,255,1);
    --bs-navbar-active-color: rgba(255,255,255,1);
    --bs-navbar-hover-color: rgba(255,255,255,1);
}
.bg-light{
    --bs-light-rgb: 112, 120, 131;
    --bs-bg-opacity: .9;
}
.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 1.01rem;
    --bs-dropdown-border-radius: 0;
    --bs-dropdown-border-width: 0px;
    --bs-dropdown-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25); 
}
.form-control:focus{
    box-shadow: none;
    border-color: #f88905;
}
.btn {
    --bs-btn-focus-box-shadow: none;
}
a {
    --bs-link-color: #f88905;
    --bs-link-hover-color: #f88905;
}
.form-check-input:checked {
    background-color: #f88905;
    border-color: #f88905;
}
body{
    color: #323232;
}

.wrapper .bglogo {
    position: absolute;
    z-index: 10;
    vertical-align: middle;
    /*height: 92px;
    margin: 0px auto 0px auto;
    padding: 0;*/
    text-decoration: none;    
    /*top: 100px;
    left: 30px;*/
    background-color: transparent;        
}

.wrapper .bg {
    width: 50%;
    height: 100vh;   
    background-size: cover;
    background-position: center;
}

.wrapper .bg2 {
    position: center;
    z-index: 10;
    vertical-align: middle;
     
    width: 200px;
    /*width: auto;*/
    height: auto;
 }


.title-image {
    height: 50px;
    /*box-shadow: 0px 200px 300px 250px;
     margin-top: -16px;
    margin-left: -20px;*/
    display: inline-block;
    vertical-align: middle;
    max-height: 150px;
    max-width: 150px;
    margin: 15px;
}


.wrapper .bg3 {
    position: absolute;
    z-index: 10;
    background-image: url(../assets/images/SZ_Icon.png);
    width: 200px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-attachment: scroll;
}
.image {
    padding: 0px;
    display: inline-block;
    vertical-align: middle;
    max-height: 150px;
    max-width: 150px;
    margin: 15px;
    position: relative;
}

.image img {
        width: 100%;
        vertical-align: top;
    }

.image:after {
        content: '\A';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.6);
        opacity: 0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

.image:hover:after {
        opacity: 1;
    }
.wrapper .contents {
    width: 50%;
}
.wrapper .contents .container .row {
    height: 100vh;
}
.ml-auto {
    margin-left: auto;
}
.wrapper .btn-primary{
    width: 100%;
}
.navbar-nav .dropdown-menu {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25);
}
.navbar-nav .nav-item .nav-link {
    position: relative;
}
.navbar-nav.main-nav>.nav-item>.nav-link:after {
    content: '';
    border-top:0;
    border-left: 0;
    border-right: 0;
    border-bottom: 3px;
    border-style: solid;
    border-color: transparent;
    width: 91%;
    position: absolute;
    left: 0;
    bottom: -10px;
    justify-content: center;
}
.navbar-nav.main-nav>.nav-item>.nav-link.active::after {
    border-color: #f88905;
}
.main-nav .nav-item ul.dropdown-menu .col {
    padding: 20px;
}
.main-nav .nav-item ul.dropdown-menu .col>li>a.dropdown-item {
    font-size: 13px;
    padding: 10px 12px;
    border-left: 3px solid transparent;
    border-radius: 5px;
}
.main-nav .nav-item ul.dropdown-menu .col>li>a.dropdown-item:hover {
    border-left: 3px solid #f88905;
    background-color: #f9f9f9;
}
ul.feature-icons {
    position: relative;
}
.feature-icons:before {
    content: '|';
    color: #f9f9f9;
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 20px; 
}
.feature-icons:after {
    content: '|';
    color: #f9f9f9;
    position: absolute;
    right: 0px;
    top: 3px;
    font-size: 20px; 
}
.user-profile img{
    width: 25px;
    height: 25px;
}
.title-wrapper {
    background: #EEEEEE;
}
.title-wrapper .btn-secondary{
    color: #323232;
    box-shadow: none;
}
.input-group-text {
    background: transparent;
}

/* Data table */
    .dataTables_wrapper {
    padding: 1.5rem 0.5rem;
}
table.dataTable {
    border: 0.5px solid #cccccc !important;
}
table.dataTable thead {
    background-color: #2D2F3B;
    color: #CCCCCC;  
}
table.dataTable thead th, table.dataTable tr td, table.dataTable tbody tr.selected>* {
    font-size: 13px;
    line-height: 16px;
    font-style: normal;
    font-weight: 600;
    box-shadow: none !important;
    border-right: 0.5px solid #CCCCCC;
    padding: 10px 20px;
    color: #323232;
}
table.dataTable thead th {
    color: #f9f9f9;
}
table.dataTable thead th:last-child, .dataTable tbody tr td:last-child{
    border-right: none;
}
table.dataTable td.dt-control:before {
    box-shadow: none;
    background: transparent;
    color: #323232;
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    border: none;
    font-weight: normal;
}
table.dataTable tr.dt-hasChild td.dt-control:before{
    background-color: transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover
{
    background-color: #323232 !important;
    color: #f9f9f9 !important;
    line-height: 12px;
    padding: 0.5rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    line-height: 12px;
    padding: 0.5rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next  {
    background: transparent !important;
    border: none !important;
    padding: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous img,
.dataTables_wrapper .dataTables_paginate .paginate_button.next img {
    width: 35px;
    height: 35px;
}

.edit-address-wrapper .btn {
    color: #323232;
}
.edit-address-wrapper {
    background: #F9F9F9;
    padding: 20px 16px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 14px;
}
.address-info {
    padding-top: 20px;
}
.amount-info {
    border-top: 1px solid #cccccc;
    padding-top: 20px;
}
.amount-info .btn {
    color: #fff;
}
.table-search{
    width: 280px;
}
.action-icons-wrapper{
    width: 20px;
    height: 20px;
}
.dataTables_length{
    padding-top: 20px;
}
.location-dropdown-btn,.datepicker-dropdown-btn {
    width: 150px;
    font-size: 12px;
    background-image: url(../assets/images/location.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left;
    background-position-x: 5px;
    padding-left: 20px;;
}
.location-dropdown-btn.btn.show, .datepicker-dropdown-btn.show {
    color: #323232;
}
.datepicker-dropdown-btn {
    background-image: url(../assets/images/datepicker.svg);
    color: #323232 !important;
    width: 200px;
}
.datepicker-dropdown-btn {
    background-color: transparent !important;
    border-color: #ccc !important;
    line-height: 24px;
}
.col-form-label{
    font-size: 14px;
}
.dataTableRow-details .col {
    border-right: 2px solid #ccc;
    margin-right: 30px;
    padding: 20px;
}
.dataTableRow-details .col:last-child {
border: none;
margin-right: 0;
}

.dropdown-item.active, .dropdown-item:active{
    color: #323232;
}
.custom-checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .custom-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .custom-checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
  }
  
.custom-checkbox-container input:checked ~ .checkmark {
    background-color: #323232;
  }
  .custom-checkbox-container input:indeterminate ~ .checkmark {
    background-color: red;
  }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .custom-checkbox-container input:checked ~ .checkmark:after {
    display: block;
  }
   .custom-checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

/*----------------------------------------------------------------
    Login and Registration Page - Transparent Background Style
------------------------------------------------------------------*/

.loginpage {
    padding: 0 50px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .loginpage {
        padding: 0 90px;
    }
}

.loginpage h1 a {
    height: 92px;
    margin: 0px auto 0px auto;
    padding: 0;
    text-decoration: none;
    -moz-background-size: 345px 92px;
    -o-background-size: 345px 92px;
    background-size: 345px 92px;
    background-color: transparent;
    min-height: 100px;
    width: auto;
    background-image: url("../images/login-logo.png");
    background-position: center top;
    background-repeat: no-repeat;
    text-indent: -9999px;
    outline: 0;
    overflow: hidden;
    display: block;
}

.loginpage form {
    margin-top: 30px;
    margin-bottom: 15px;
    margin-left: 0;
    font-weight: 400;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    background-color: transparent;
}

    .loginpage form .forgetmenot {
        width: 100%;
        display: block;
        margin: 12px 0 11px 0 !important;
        font-weight: 400;
        float: left;
        margin-bottom: 0px;
    }

    .loginpage form p.submit {
        display: inline-block;
        width: 100%;
        margin-top: 15px;
    }

.loginpage label {
    font-size: 14px;
    line-height: 23px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
}

.loginpage form .input, .loginpage form input[type=checkbox], .loginpage input[type=text] {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    /* text-shadow: 1px 1px 1px rgba(200,200,200,.1); */

    font-weight: 500;
}

.loginpage form .input, .loginpage input[type=text] {
    font-size: 19px;
    width: 100%;
    padding: 9px;
    line-height: 25px;
    margin: 5px 0 15px 0;
    border: 1px solid transparent !important;
}

.loginpage form .input, .loginpage form input[type=checkbox], .loginpage input[type=text] {
    color: rgba(250, 133, 100, 1)
    /*#fa8564*/
    ;
    background: #fbfbfb;
}

.loginpage #nav a, .loginpage a {
    color: rgba(255, 255, 255, 1)
    /*#ffffff*/
    ;
    font-size: 15px;
    color: #dddddd;
}

    .loginpage #nav a:hover, .loginpage a:hover, .loginpage #nav a:active, .loginpage a:active {
        color: rgba(255, 255, 255, 1)
        /*#ffffff*/
        ;
    }

.loginpage, .loginpage form label, .loginpage form, .loginpage .message {
    color: rgba(255, 255, 255, 1)
    /*#ffffff*/
    ;
}

    .loginpage form .input, .loginpage form input[type=checkbox], .loginpage input[type=text] {
        background-color: rgba(255, 255, 255, 0.6)
        /*#ffffff*/
        ;
    }

        .loginpage form .input:hover, .loginpage form input[type=checkbox]:hover, .loginpage input[type=text]:hover, .loginpage form .input:focus, .loginpage form input[type=checkbox]:focus, .loginpage input[type=text]:focus {
            background-color: rgba(255, 255, 255, 0.8)
            /*#ffffff*/
            ;
        }

    .loginpage #login_error, .loginpage .message {
        background-color: rgba(255, 255, 255, 0.6)
        /*#ffffff*/
        ;
    }

        .loginpage .message, .loginpage .message a, .loginpage #login_error, .loginpage #login_error a {
            color: rgba(250, 133, 100, 1)
            /*#fa8564*/
            ;
        }

.register-social {
    margin: 30px 0;
}

    .register-social a {
        margin: 5px 5px 5px 5px;
    }

body.login_page {
    background-color: rgba(116, 77, 144, 1.0)
    /*#744d90*/
    ;
    /*background-image: url('../images/shot.png');*/
    /* background-image: url('login_bg.jpg');*/
    /*background-image: url('../images/supermarket.jpg');*/
    /*background-image: url('../images/supermarket_2.jpg');*/
    background-attachment: fixed;
    /* background-size: 106%;*/
    background-size: cover;
    /*  height: 100%;
    max-height: 100%;
    min-height: 99%;
    overflow: hidden;
    width: 100%;*/

    display: block;
    height: auto;
    max-width: 100%;
}

.register-wrapper {
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    padding-top: 100px;
}

#register {
    padding-bottom: 100px;
}

.login-wrapper {
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
}
/*-----------------------------------------------------------
    Display Code Wrappers
----------------------------------------------------------*/