@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@700&display=swap');
:root {
    --main-color: #957346;
    --vz-body-bg: #fff;
    --main-title: #957346;
    --main-text: #515151;
    --menu-color-1: rgba(49, 124, 109, 1);
    --menu-color-2: rgba(67, 103, 129, 1);
    --menu-color-3: rgba(28, 50, 105, 1);
    --bg-menu: linear-gradient(to bottom, var(
    --menu-color-1) 24%, var(--menu-color-2) 63%, var(--menu-color-3) 100%);
    --second-color: #818181;
    --primary-color: #957346;
    --body-bg: #ececec;
    --vz-success-rgb: 85, 187, 98;
    --vz-pagination-active-bg: #d2232a;
    --vz-warning: #c5c200;
}

body{
    background: #ececec;
    color: var(--main-text);
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}
.ar-font{
    font-family: 'Tajawal', sans-serif;
}

.p-2-b {
    padding: 0.7rem!important;
}
.float-initial{
    float: initial !important;
}
.table-light, .table {color: var(--main-text);}
.bg-gray{ background-color: var(--vz-gray-300);}
.bg-dark-gray{ background-color: var(--vz-gray-600);}
.m-spec{  margin: 15px -15px !important;}
.mt-custom{ margin-top: 28px;}
.mt-custom-2{ margin-top: 35px;}
.heightAuto{ height: auto !important;}
.hide {  display: none; }

.end-10{ right: 10px!important;}
.bg-main-color{
    background: var(--second-color) !important;
}
.min-wid-80px{
    min-width: 80px;
}
.end-30{
    right: 30px
}
.page-header{
    font-weight: bold;
}
.border-main {
    border: var(--vz-border-width) var(--vz-border-style) var(--body-bg)!important;
}
.border-second {
    border: var(--vz-border-width) var(--vz-border-style) var(--second-color)!important;
}
.text-main-color{
    color: var(--vz-orange);
}
.text-second-color{
    color: var(--second-color)
}
.text-gray-color{color: var(--vz-vertical-menu-item-color);}
.modal {
    z-index: 1111;
}

body, h1, h2, h3, h4, h5, h6 {
    /* font-family: 'Tajawal', sans-serif; */
    /* direction: ltr; */
}

.form-check-input:checked {
    background-color: #495057;
    border-color: #495057;
}
.btn-soft-primary {
    color: #495057;
    background-color: rgb(143 143 143 / 10%);
}
.btn-soft-primary:active, .btn-soft-primary:focus, .btn-soft-primary:hover {
    background-color: #495057 !important;
}

.mt-20-min {
    margin-top: -20px;
}

.border-bottom-1px {
    border-bottom: 1px solid var(--vz-border-color);
}

[data-layout=vertical][data-sidebar=dark] .logo-light {
    margin: 10px 0 0;
}

[data-layout=vertical][data-sidebar=dark] .navbar-menu {
    background: #2d437e;
    background: var(--bg-menu);
    border-right: none;
}

[data-layout=vertical][data-sidebar=dark][data-sidebar-size=sm] .navbar-brand-box {
    background: var(--green-color);
}

[data-layout=vertical][data-sidebar=light] .navbar-menu {
    background: var(--vz-vertical-menu-bg-dark);
}

[data-layout-mode=dark] .card {
    --vz-card-bg: #1a1d21;
    --vz-card-cap-bg: #1a1d21;
}

[data-layout=vertical][data-sidebar-size=sm] .logo span.logo-sm img {
    width: 35px;
}

[data-simplebar] {
    margin: 5px 0 30px 0;
}

.page-title-box h4 {
    color: #957346;
}

.breadcrumb-item.active {
    color: #c1c1c1;
}

.footer {
    padding: 10px calc(1.5rem * .5);
    height: 40px;
    border-top: 1px solid var(--vz-border-color);
}

.logo-lg img {
    width: 167px;
    margin: 10px 0 0 0;
    height: auto;
}

.card {
    margin-bottom: 1.5rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 2rem;
}

.card-header {
    padding: 0 0 15px 0;
}

.card-body {
    padding: 15px 0
}

.auth-one-bg .shape > svg {
    fill: #ffffff;
}

.topbar-user {
    background-color: transparent;
}

.card-title {
    color: var(--main-title);
}

.table-card {
    margin: 0;
}

.bg-primary {
    /* background-color: var(--main-color) !important; */
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #f3f3f3;
}

[data-layout=vertical][data-sidebar=dark] .navbar-nav .nav-link {
    color: #ffffff;
}

.border-0 {
    border-bottom-width: 0 !important;
}

.breadcrumb-margin {
    margin-top: -15px !important;
    margin-bottom: 30px !important;
}

.nav-tabs-custom .nav-item .nav-link.active, .nav-tabs-custom .nav-item .nav-link.active:hover {
    background: var(--vz-white);
}

.nav-customize {
    margin: -10px 0 -10px -15px;
}

.page-title-box {
    box-shadow: none;
}

.navbar-menu {
    width: 265px;
}

.navbar-menu .navbar-nav .nav-link {
    padding: 0.4rem 1rem;
    border-radius: 7px;
}

.offcanvas.offcanvas-end {
    width: 240px;
}

.btn-icon.btn-lg {
    width: 87px;
    -webkit-box-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    position: relative;
    right: -70px;
    top: 20px;
    background: #317c6d;
    border-color: #317c6d;
}

.breadcrumb-item > a {
    color: #bbbbbb;
}

.btn-primary {
    --vz-btn-bg: #20376b;
    --vz-btn-border-color: #405189;
}

.navbar-brand-box {
    margin-bottom: 15px;
}

.nav-tabs-custom .nav-item .nav-link:hover {
    background: var(--vz-header-item-color);
}

[data-layout=vertical][data-sidebar=dark] .navbar-nav .nav-link.active {
    background: linear-gradient(-271deg, rgb(231 231 231) 0%, rgb(245 245 245) 54%, rgb(235 235 235) 100%);
    color: #20376b;
    font-weight: bold;
}

.customizer-setting .shadow-lg a {
    color: #fff
}

.min-height-360 {
    min-height: 360px;
}

.mt-label {
    margin-top: 27px
}

.border-left {
    border-left: 1px solid #ddd;
}
.fs-28 {
    font-size: 28px !important;
}
.fs-37 {
    font-size: 37px;
}

.search-customize i {
    position: absolute;
    font-size: 20px;
    padding: 7px;
    color: #b5b5b5;
    transform: rotate(270deg);
}

.search-customize i:last-child {
    top: 0;
    right: 15px;
    transform: rotatey(180deg);
}

.search-customize input {
    padding: 5px 15px 3px 35px;
    width: 200px;
}

[x-cloak] {
    display: none;
}

.select2-container--open {
    z-index: 5000;
}

.search-alert{
    position: absolute;
    right: -198px;
    font-size: 12px;
    padding: 9px 10px;
}
.dropdown-customized{
    position: initial
}
.nav-justified li.nav-item a.active{
    background: var(--main-title) !important
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #747474 !important;
}
.select2.select2-container{
    background: #fff;
    height: 50px;
    border-radius: var(--vz-border-radius-xl)!important;
    overflow: hidden;
    border: 1px solid var(--vz-input-border);
}
.select2-container--open .select2-dropdown {
    margin-top: -13px;
    z-index: 1;
    border: 1px solid #ced4da;
    border-top: 1px solid #fff;
}
.user-ico{ 
    width: 26px;
    height: 26px;
    line-height: 29px;
    }

.avatar-letter{
    width: 40px;
    height: 40px;
    padding: 5px;
    line-height: 28px;
    border: 2px solid #33796f;
    font-weight: bold;
    text-transform: uppercase;
}
.nav-tabs .nav-link {
    padding: 10px 35px;
}
.nav-tabs .nav-link.active {
    background-color: var(--second-color);
    color: var(--vz-white);
}
.scan-awb, .scan-awb input{
    min-height: 48px;
    background-color: var(--menu-color-1) !important;
    color: var(--vz-body-bg) !important;
}
.scan-awb .form-control, .scan-awb i{
    color: var(--vz-body-bg) !important;
}
.scan-awb .form-control::placeholder{
    color: var(--vz-body-bg) !important;
}
.top-15{
    top: 15px
}
.top-15min{
    top: -15px
}
.right-0{
    right:0
}
.right-50{
    right:50px
}
.right-100{
    right:100px
}
.dashboard-m{
    padding: 13px 25px;
    height: 24px;
    margin: 0 2px 0px 15px;
    top: 67px;
    position: fixed;
    z-index: 1002;
    width: 100%;
}
.height-350{
    height: 350px;
}
.min-height-70{
    min-height: 70px;
}
.dashboard-customize .alert-label-icon .label-icon{
    width: 65px;
}
.dashboard-customize .alert-label-icon {
padding-left: 75px;
}

.flatpickr-wrapper{
    width: 100%;
}
.min-width-120{
    min-width: 120px;
}
.btn-close-style{
    top: -8px;
    left: -8px;
    padding: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    line-height: 17px;
}
#customerTable tbody .badge-outline-dark{
    border: 1px solid #cfcfcf;
}


@media (min-width: 768px) {
    .main-content {
        margin-left: 265px;
    }
    .main-content-2{
        margin-left: 0;
    }

    #page-topbar {
        left: 265px;
    }
}
.text-bg-warning {
    color:#20376b !important;
    padding: .55em;
    font-size: 1em;
}
.text-bg-success {
    font-size: 1em;
    background-color: #818181 !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    text-align: start;
    padding: 0.5rem 2.7rem 0.5rem 0.9rem;
}
.select2-container .select2-selection--single {
    height: 41px !important;
    border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    padding: 19px;
}
.select2-container--default .select2-selection--multiple{
    height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}
.min-height-50{
    min-height: 50px;
}
  /* select2 style */
  .select2multiple .select2-container .select2-selection--multiple {
    border: none !important;
  }
  .select2multiple .select2-container .select2-search--inline .select2-search__field {
    padding: 6px 20px;
}
.select2multiple  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    float: left;
    margin-right: 5px;
    margin-left: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--main-color) !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 12px;
    margin-right: 10px!important;
    margin-left: 0 !important;
    float: right !important;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
    border-radius: 8px;
    padding: 7px;
}

/* filter main menu in dashboard */
.filter-main-menu  ul{display: inline-table;}
.filter-main-menu .list-group li.list-group-item{
    background-color: transparent;
    padding: 0;
    border-color: #8a8a8a !important;
    display: inline-block;
}
.filter-main-menu .list-group li.list-group-item a{
    background: var(--vz-heading-color);
    color: var(--vz-body-bg);
    padding: 15px 15px;
    display: block;
    border-radius: 0;
}
.filter-main-menu .list-group li.list-group-item:first-child a{
    border-radius: 30px 0 0 30px;
    padding-left: 25px;
}
.filter-main-menu .list-group li.list-group-item:last-child a{
    border-radius: 0 30px 30px 0;
    padding-right: 25px;
}
.filter-main-menu .list-group li.list-group-item a:hover{
    color: var(--vz-white);
    background: var(--main-color);
}

/* calculator code */
.calc table {
  border-radius: 5px;
}
.calc  table.center {
  margin-right: auto;
  margin-left: auto;
}
.calc  td, .calc th {
  /* Uncomment below and see */
  padding: 7px;
  font-size: 22px;
}
.calc input[type="button"] {
  width: 100%;
  border-radius: 5px;
  background: #fff;
  padding: 10px 30px;
}

.calc  input[type="text"] {
  background-color: white;
  width: 95%;
  border-radius: 5px;
}
.required{
    position: absolute;
    top: -7px;
    margin-left: 5px;
    height: 0;
    font-size: 19px;
}
.form-label {
    font-size: 14px;
    position: relative;
}
.form-control, .form-select {
    height: 50px;
    border-radius: var(--vz-border-radius-xl)!important;
    line-height: 33px;
}
.form-control-sm, .form-select-sm {
    height: 36px !important;
    line-height: 22px !important;
}
.form-select-sm{
    appearance: auto;
}
.form-select-2{
    height: 36px !important;
    border-radius: var(--vz-border-radius-sm)!important;
    line-height: 20px !important;
}
.form-button {
    height: 50px;
    border-radius: var(--vz-border-radius-xl)!important;
    line-height: 33px;
}
.dropdown-menu-end .form-control {
    margin-bottom: 0;
}
.accordion-button{
    color: var(--vz-gray-600);
}
.cust-accordion .accordion-button:not(.collapsed){
    color: var(--main-title);
    background-color: var(--vz-white);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.cust-accordion .custom-accordionwithicon-plus .accordion-button:not(.collapsed)::after, .cust-accordion .custom-accordionwithicon-plus .accordion-button::after  {
    background: var(--main-color);
    color: var(--vz-white);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
}
.btn-custom {
    color: var(--vz-white);
    background: var(--main-color);
    --vz-btn-border-color: var(--main-color);
}
.btn.btn-custom:first-child:hover, :not(.btn-check) + .btn.btn-custom:hover {
    color: var(--vz-white);
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.btn-custom:hover{
    color: var(--vz-white);
}
.btn-circle{
    width: 40px;
    height: 40px;
    line-height: 42px;
}


.btn.btn-custom2:first-child:hover, :not(.btn-check) + .btn.btn-custom2:hover, .btn.btn-custom2.active {
    color: var(--vz-white);
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.ico-style{
    width: 36px;
    height: 36px;
    line-height: 40px;
}

.pagination-custom .page-item:not(:first-child) .page-link {
    background-color: var(--vz-gray-300);
    color: var(--main-title);
}
.pagination-custom .page-item:not(:first-child) .page-link:hover{
    color: var(--vz-white);
    background-color: var(--vz-gray-600);
    border-color: var(--vz-gray-600);
}
.pagination-custom .pagination .page-item.active span, .pagination-custom .pagination .page-item.active span:hover{
    background-color: var(--main-color);
    color: var(--vz-white);
    border-color: var(--main-color);
}


.table-nowrap td, .table-nowrap th {
    white-space: nowrap;
}
.table th {
    font-weight: 600;
}
.table > :not(caption) > * > * {
    padding: 0.75rem 0.6rem;
    background-color: var(--vz-table-bg);
    border-bottom-width: 1px;
    -webkit-box-shadow: inset 0 0 0 9999px var(--vz-table-accent-bg);
    box-shadow: inset 0 0 0 9999px var(--vz-table-accent-bg);
}
.text-center {
    text-align: center !important;
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: -internal-center;
}


.spec-header{
    background: #e9eaec;
    position: relative;
    top: -30px;
    right: -15px;
    padding: 30px 30px 20px 30px;
    width: calc( 100% + 30px);
    border-bottom: 3px solid #a02b27;
    float: right;
    overflow: hidden;
}
.select-white{
    background-color: var(--white);
    border: none;
    width: auto;
}
.hr-custom{
    opacity: 1;
    height: 3px;
    border: none;
}

.simplebar-content h6.submenu-hdr{
    color: #957346;
    font-size: 15px;
    padding-left: 10px;
    margin: 10px 0 5px 0;
    font-weight: 900;
}
.simplebar-content .group{
    border-bottom: 1px solid rgba(222, 226, 230, 0.5);
    padding: 5px 0;
    margin: 0 10px;
}
.simplebar-content .group:last-child{
    border-bottom: none
}
.remove-style:after{
    display: none !important;
}

[data-sidebar-size="sm"] .simplebar-content h6.submenu-hdr, [data-sidebar-size="sm"] .navbar-menu .navbar-nav .nav-link span{
    display: none;
}
.custom-icon{
    right: 30px;
    bottom: 30px;
}

/* dashboard styles */
.apexcharts-legend{
    top: -12px !important;
    max-height: 40px !important;
}
.apexcharts-legend-series{
    width: 32%;
    text-transform: uppercase;
}
.apex-charts .apexcharts-canvas {
    padding: 10px 0 0 0
}
.staticts .card:hover .card-body .avatar-md .avatar-title{
    background: #818181 !important;
    color: #fff;
}
.btn-success {
    --vz-btn-color: #fff;
    --vz-btn-bg: #818181;
    --vz-btn-border-color: #818181;
    --vz-btn-hover-color: #fff;
    --vz-btn-hover-bg: #4aa155;
    --vz-btn-hover-border-color: #4aa155;
    --vz-btn-focus-shadow-rgb: 47,190,171;
    --vz-btn-active-color: #fff;
    --vz-btn-active-bg: #4aa155;
    --vz-btn-active-border-color: #4aa155;
    --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --vz-btn-disabled-color: #fff;
    --vz-btn-disabled-bg: #4aa155;
    --vz-btn-disabled-border-color: #4aa155;
}
.ribbon-box.right .ribbon-success {
    background: #818181;
    top: 15px;
}
.form-check-success .form-check-input:checked, .form-switch-success .form-check-input:checked {
    background-color: #818181;
    border-color: #818181;
}

.nav-tabs-customize {
    --vz-nav--border-width: 1px;
    --vz-nav-tabs-border-color: var(--vz-gray-400);
}
.nav-tabs-customize .nav-link:focus, .nav-tabs-customize .nav-link:hover {
    border-bottom:  var(--vz-gray-400);
}
.pos-pro .item:hover {
    cursor: pointer;
    box-shadow: none !important;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

#chart_wrap {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow:hidden;
}

#chart_div {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
}

/* full width pages like monitor  */
#full-width-scr .navbar-menu, #full-width-scr .app-search{
    display: none !important;
}
#full-width-scr .main-content {
    margin-left: 0;
}
#full-width-scr #page-topbar {
    left: 0;
}
#full-width-scr .footer {
    left: 0;
}
.dropdown-customized {
    position: initial;
}


/* Fileinput Style */
.avatar-upload {
    position: relative;
    max-width: 125px;
    margin: 20px auto;
  }
  .avatar-upload .avatar-edit {
    position: absolute;
    right: 2px;
    z-index: 1;
    top: -10px;
  }
  .avatar-upload .avatar-edit input {
    display: none;
  }
  .avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #20376b;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all .2s ease-in-out;
    text-align: center;
    line-height: 33px;
    font-size: 18px;
    color: #fff;
  }
  .avatar-upload .avatar-edit input + label:hover {
    background: #20376b;
    border-color: #16274c;
  }

  .avatar-upload .avatar-preview {
    width: 112px;
    height: 102px;
    position: relative;
    border-radius: 16%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
  }
  .avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 20%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }


.w-140px{ width: 140px;}

.bullet-info{
    width: 22px;
    height: 22px;
    line-height: 22px;
    left: 15px;
}

#printableArea{
    display: none;
}

.checkbox-lg{
    width: 42px;
    height: 42px;
}

.list-custom{
    -ms-flex-direction: initial;
    flex-direction: initial;
}


/* monitor page */
.monitor{
    max-width: 100%;
    overflow-x: auto;
}
.monitor-con{
    min-width: 820px;
    overflow-x: clip;
}

/* upload images style */
.img-thumb {
    max-height: 75px;
    border: 2px solid none;
     border-radius:3px;
    padding: 1px;
    cursor: pointer;
  }
  .img-thumb-wrapper {
    display: inline-block;
    margin: 10px 10px 0 0;
  }
  .remove {
    display: block;
    background: #f06548;
    color: white;
    text-align: center;
    cursor: pointer;
  }
  .remove:hover {
    background: #d9593f;
    color: white;
  }

/* pos page */
.pos-menu li{
    border:none;
    border-bottom: 1px solid #ddd;
    padding: 0;
}
.pos-menu li a {
    width: 100%;
    display: block;
    padding: 10px 0;
    transition: padding .3s;
    font-weight: 500;
}
.pos-menu li a:hover {
    color: #fff;
    background: #20376b;
    padding: 10px 0 10px 15px;
}
.pos-buttons {
    padding: 0 10px;
}
.pos-buttons .col-md-3{
    padding: 0 4px ;
}
.pos-buttons a.w-100{
    padding: 7px 0;
}
.pos-form .select2.select2-container{
    height: 36px;
}
.pos-form .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 15px !important;
}
.pos-items .col-sm-6{
    padding: 0 7px;
}
.pos-items h5{
    font-size: 15px;
}
.pos-items .ribbon-box.right .ribbon.round-shape{
    font-size: 11px;
    top: 12px
}
.pos-table{
    max-height: 420px;
}
.pos-total{
    bottom: 0;
    left: 15px;
    right: 15px;
}
.pos-pro{
    right: 0;
    width: calc( 100% + 5px );
}
#full-width-scr .page-content {
    padding: calc(40px + 1.5rem) calc(1.5rem * .5) 50px calc(1.5rem * .5);
    background: var(--body-bg);
}
.pos-table .input-step input {
    width: 3em;
}
.main-content-2 .page-content{
    background-image: url(../images/bg.jpg);
    background-repeat: repeat;
    background-size: contain;
    background-position: left top;
}




@media (min-width: 768px){
    [data-layout=vertical][data-sidebar-size=sm] {
         min-height: 100%;
    }  
}

@media (max-width: 768px){
    .pos .col-md-6 {
        margin-bottom: 10px;
    }
    .pos-pro{
        left: -15px;
        width: calc( 100% + 20px );
    }
}


@media (max-width:400px) {
    .filter-main-menu .list-group li.list-group-item a {
        padding: 10px 7px;
    }
    .filter-main-menu .list-group li.list-group-item:first-child a, .filter-main-menu .list-group li.list-group-item:last-child a{
        padding-right: 15px;
    }
}

@media print {
    p{
        margin-bottom: 0;
        padding-bottom: 0;
        font-size: 13pt;
    }
    @page {
        margin: .5cm;
      }
      #printableArea{
        display: block !important;
      }
      #layout-wrapper{
        display: none;
      }   
}








/*login page*/

.login-body {
    background-color: #19031B;
}

.form-signin {
    max-width: 390px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.form-signin h2.form-signin-heading {
    margin: 0;
    padding: 30px 15px 0 15px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #19031b;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

.form-signin .checkbox {
    margin-bottom: 14px;
}
.form-signin .checkbox {
    font-weight: normal;
    color: #b6b6b6;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.form-signin .form-control {
    position: relative;
    font-size: 14px;
    height: auto;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 25px;
    border-radius: 7px !important;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"], .form-signin input[type="password"] {
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #eaeaea;
    box-shadow: none;
    font-size: 12px;
}

.form-signin .btn-login {
    background: #fabe99;
    color: #19031b !important;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0 4px #d19d7e;
    margin-bottom: 10px;
    line-height: 16px;
}
.form-signin .btn-login:hover, .form-signin .btn-login:active{
    background: 0 4px #d19d7e;
    color: #fff !important;
}
.form-signin p {
    text-align: center;
    color: #b6b6b6;
    font-size: 16px;
    font-weight: 300;
}

.form-signin a {
    color: #41cac0;
}

.form-signin a:hover {
    color: #b6b6b6;
}

.login-wrap {
    padding: 20px;
}





/* interface style */
body .wrapper {
    position: relative;
}
.wrapper.interface{
    background-image: url(../images/bg.jpg);
    background-repeat: repeat;
    background-size: contain;
    background-position: left top;
    height: 100%;
    min-height: 100vh;
}
.fxt-template {display: flex;height: 100%;}
@media only screen and (max-width: 991px) {
  .fxt-template { -webkit-box-pack: center; justify-content: center; }
}

.fxt-template .fxt-main-content {padding: 40px 50px;min-height: 100vh;width: 55%;display: flex;-webkit-box-align: start;align-items: flex-start;-webkit-box-pack: center;justify-content: center;-webkit-box-orient: vertical;-webkit-box-direction: normal;flex-direction: column;}
@media only screen and (max-width: 1199px) {
  .fxt-template .fxt-main-content {padding: 40px 0 40px 40px;max-width: 600px;}
}
@media only screen and (max-width: 991px) {
  .fxt-template .fxt-main-content {padding: 40px 50px;max-width: 100%;width: 100%;}
}
@media only screen and (max-width: 479px) {
  .fxt-template .fxt-main-content { padding: 40px 15px; }
}
.fxt-template .fxt-main-content > div { width: 100%; }
.fxt-template .fxt-main-content .fxt-logo {margin-bottom: 70px;max-width: 40vw;}
@media only screen and (max-width: 1199px) {
  .fxt-template .fxt-main-content .fxt-logo {margin-bottom: 60px;}
}
@media only screen and (max-width: 991px) {
  .fxt-template .fxt-main-content .fxt-logo { margin-bottom: 70px; }
}
@media only screen and (max-width: 767px) {
  .fxt-template .fxt-main-content .fxt-logo { margin-bottom: 60px; }
}
@media only screen and (max-width: 575px) {
  .fxt-template .fxt-main-content .fxt-logo { margin-bottom: 50px; }
}
@media only screen and (max-width: 479px) {
  .fxt-template .fxt-main-content .fxt-logo { margin-bottom: 40px; }
}
.fxt-template .fxt-main-content .fxt-sub-title {font-size: 56px;line-height: 2.2;max-width: 650px;width: 100%;}
@media only screen and (max-width: 1199px) {
  .fxt-template .fxt-main-content .fxt-sub-title { font-size: 28px; }
}
@media only screen and (max-width: 991px) {
  .fxt-template .fxt-main-content .fxt-sub-title { font-size: 26px; }
}
@media only screen and (max-width: 767px) {
  .fxt-template .fxt-main-content .fxt-sub-title { font-size: 22px; }
}
@media only screen and (max-width: 575px) {
  .fxt-template .fxt-main-content .fxt-sub-title { font-size: 20px; }
}
.fxt-template .fxt-main-content .fxt-main-title {color: #fff;width: 100%;}
.fxt-template .fxt-main-content .fxt-countdown { margin-top: 35px; margin-bottom: 25px; padding-bottom: 50px; margin-left: -30px; }
@media only screen and (max-width: 1199px) {
  .fxt-template .fxt-main-content .fxt-countdown { margin-left: -20px; }
}
@media only screen and (max-width: 991px) {
  .fxt-template .fxt-main-content .fxt-countdown { margin-left: -15px; }
}
@media only screen and (max-width: 767px) {
  .fxt-template .fxt-main-content .fxt-countdown { margin-left: -10px; }
}
@media only screen and (max-width: 575px) {
  .fxt-template .fxt-main-content .fxt-countdown { margin-left: -5px; }
}
.fxt-template .fxt-main-content .fxt-countdown .countdown-section { display: inline-block; position: relative; z-index: 1; min-width: 130px; text-align: center; }
@media only screen and (max-width: 1199px) {
  .fxt-template .fxt-main-content .fxt-countdown .countdown-section { min-width: 100px; }
}
@media only screen and (max-width: 991px) {
  .fxt-template .fxt-main-content .fxt-countdown .countdown-section { min-width: 90px; }
}
@media only screen and (max-width: 767px) {
  .fxt-template .fxt-main-content .fxt-countdown .countdown-section { min-width: 80px; }
}
@media only screen and (max-width: 575px) {
  .fxt-template .fxt-main-content .fxt-countdown .countdown-section { min-width: 70px; }
}
@media only screen and (max-width: 479px) {
  .fxt-template .fxt-main-content .fxt-countdown .countdown-section { min-width: 60px; }
}
@media only screen and (max-width: 380px) {
  .fxt-template .fxt-main-content .fxt-countdown .countdown-section { min-width: 50px; }
}
.fxt-template .fxt-main-content .fxt-countdown .countdown-section > div { position: relative; z-index: 1; }
.fxt-template .fxt-main-content .fxt-countdown .countdown-section::before, .fxt-template .fxt-main-content .fxt-countdown .countdown-section::after {content: "";height: 10px;width: 10px;background-color: rgb(178 134 51);right: -5px;border-radius: 50%;position: absolute;z-index: 1;}
@media only screen and (max-width: 1199px) {
  .fxt-template .fxt-main-content .fxt-countdown .countdown-section::before, .fxt-template .fxt-main-content .fxt-countdown .countdown-section::after { height: 8px; width: 8px; right: -4px; }
}
@media only screen and (max-width: 991px) {
  .fxt-template .fxt-main-content .fxt-countdown .countdown-section::before, .fxt-template .fxt-main-content .fxt-countdown .countdown-section::after { height: 6px; width: 6px; right: -3px; }
}
@media only screen and (max-width: 767px) {
  .fxt-template .fxt-main-content .fxt-countdown .countdown-section::before, .fxt-template .fxt-main-content .fxt-countdown .countdown-section::after { height: 4px; width: 4px; right: -2px; }
}
@media only screen and (max-width: 575px) {
  .fxt-template .fxt-main-content .fxt-countdown .countdown-section::before, .fxt-template .fxt-main-content .fxt-countdown .countdown-section::after { height: 2px; width: 2px; right: -1px; }
}
@media only screen and (max-width: 479px) {
  .fxt-template .fxt-main-content .fxt-countdown .countdown-section::before, .fxt-template .fxt-main-content .fxt-countdown .countdown-section::after { display: none; }
}
.fxt-template .fxt-main-content .fxt-countdown .countdown-section::before { top: 15px; }
@media only screen and (max-width: 1439px) {
  .fxt-template .fxt-main-content .fxt-countdown .countdown-section::before { top: 10px; }
}
.fxt-template .fxt-main-content .fxt-countdown .countdown-section::after { bottom: 15px; }
@media only screen and (max-width: 1439px) {
  .fxt-template .fxt-main-content .fxt-countdown .countdown-section::after { bottom: 10px; }
}
.fxt-template .fxt-main-content .fxt-countdown .countdown-section:last-child::after, .fxt-template .fxt-main-content .fxt-countdown .countdown-section:last-child::before { display: none; }
.fxt-template .fxt-main-content .fxt-countdown .countdown-section .countdown-number {font-size: 58px;line-height: 1;font-weight: 700;width: auto;color: rgb(178 134 51);}
@media only screen and (max-width: 1439px) {
  .fxt-template .fxt-main-content .fxt-countdown .countdown-section .countdown-number { font-size: 52px; }
}
@media only screen and (max-width: 1199px) {
  .fxt-template .fxt-main-content .fxt-countdown .countdown-section .countdown-number { font-size: 46px; }
}
@media only screen and (max-width: 991px) {
  .fxt-template .fxt-main-content .fxt-countdown .countdown-section .countdown-number { font-size: 41px; }
}
@media only screen and (max-width: 767px) {
  .fxt-template .fxt-main-content .fxt-countdown .countdown-section .countdown-number { font-size: 36px; }
}
@media only screen and (max-width: 575px) {
  .fxt-template .fxt-main-content .fxt-countdown .countdown-section .countdown-number { font-size: 32px; }
}
@media only screen and (max-width: 479px) {
  .fxt-template .fxt-main-content .fxt-countdown .countdown-section .countdown-number { font-size: 28px; }
}
.fxt-template .fxt-main-content .fxt-countdown .countdown-section .countdown-unit {color: rgb(178 134 51);position: absolute;z-index: 1;bottom: -40px;left: 50%;transform: translateX(-50%);font-size: 16px;}
@media only screen and (max-width: 767px) {
  .fxt-template .fxt-main-content .fxt-countdown .countdown-section .countdown-unit { font-size: 16px; bottom: -35px; }
}
@media only screen and (max-width: 575px) {
  .fxt-template .fxt-main-content .fxt-countdown .countdown-section .countdown-unit { font-size: 15px; bottom: -30px; }
}
@media only screen and (max-width: 479px) {
  .fxt-template .fxt-main-content .fxt-countdown .countdown-section .countdown-unit { font-size: 14px; }
}
.fxt-template .fxt-main-content .subscribe-form { position: relative; z-index: 1; margin-bottom: 100px; }
@media only screen and (max-width: 1199px) {
  .fxt-template .fxt-main-content .subscribe-form {margin-bottom: 60px;}
}
@media only screen and (max-width: 991px) {
  .fxt-template .fxt-main-content .subscribe-form { margin-bottom: 80px; }
}
@media only screen and (max-width: 767px) {
  .fxt-template .fxt-main-content .subscribe-form { margin-bottom: 70px; }
}
@media only screen and (max-width: 575px) {
  .fxt-template .fxt-main-content .subscribe-form { margin-bottom: 60px; }
}
@media only screen and (max-width: 479px) {
  .fxt-template .fxt-main-content .subscribe-form { margin-bottom: 50px; }
}
.fxt-template .fxt-main-content .subscribe-form .input-group { display: flex; -webkit-box-pack: start; justify-content: flex-start; }

.fxt-template .fxt-main-content .subscribe-form .input-group input::-webkit-input-placeholder { color: rgb(167, 167, 167); font-weight: 300; font-size: 15px; }
.fxt-template .fxt-main-content .subscribe-form .input-group .input-group-addon { display: inline-block; }

.fxt-template .fxt-main-content .subscribe-form .form-result { display: block; padding: 0px; margin-top: 0px; margin-bottom: 0px; width: 100%; border-radius: 0px; background-color: transparent; border: 0px; position: absolute; top: -10px; left: 0px; right: 0px; }
@media only screen and (max-width: 575px) {
  .fxt-template .fxt-main-content .subscribe-form .form-result { font-size: 14px; padding: 0.6rem; }
  .fxt-sub-title {
    font-size: 42px;
    }
}
.fxt-template .fxt-main-content .subscribe-form .form-result .content { font-size: 17px; font-family: Quicksand, sans-serif; line-height: 1.6; }
.fxt-template .fxt-main-content .subscribe-form .form-result .content span { line-height: 1.2; margin-bottom: 10px; display: block; font-size: 32px; font-weight: 700; font-family: Quicksand, sans-serif; }
@media only screen and (max-width: 767px) {
  .fxt-template .fxt-main-content .subscribe-form .form-result .content span { font-size: 30px; }
}
.fxt-template .fxt-main-content .subscribe-form .form-result.alert-warning .content { color: rgb(187, 168, 0); }
.fxt-template .fxt-main-content .subscribe-form .form-result.alert-success .content { color: rgb(0, 183, 45); }

.interForm{
    background: #0000007a;
}
.interForm input.form-control{
    background: transparent;
    border: none;
    border-bottom: 2px solid #ddd;
    border-radius: 0 !important;
    line-height: 26px;
    color: #fff;
}
.interForm .btn-light{
    height: 40px;
    line-height: 23px;
}
.outer{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 100vh;
}
.fxt-sub-title{
    font-size: 66px;
}


.outer2 {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  
  .middle {
    display: table-cell;
    vertical-align: middle;
  }
  
  .inner {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    /* Whatever width you want */
    margin-top: -50px;
  }

@media only screen and (max-width: 575px) {
    .fxt-template .fxt-main-content .subscribe-form .form-result { font-size: 14px; padding: 0.6rem; }
    .fxt-sub-title {
      font-size: 42px;
      }
      .form-signin {
        max-width: 100%;
      }
  }

  
@media only screen and (max-width: 380px) {
    .fxt-sub-title {
      font-size: 36px;
      }
  }

  .footer-2 {
    left: 0;
    background: transparent;
    border-top: none;
  }