/* AP */

/* Text Colours */

.nv-primary-color {
    color: #84705A;
}

.nv-secondary-color {
    color: #CDC0B0;
}

/* Text Colours */

/* Buttons */

.sub-btn {
    font-size: 14px;
    text-transform: uppercase;
}

/* Buttons */

/* Nav */

.tm-header,
.tm-header-mobile,
body {
    border-bottom: 6px solid #93C622;
}

.tm-header .uk-navbar {
    padding: 20px 0px;
}

.tm-header .uk-navbar-nav>li>a {
    color: #CDC0B0;
    font-size: 14px;
    font-weight: bold;
    text-transform: unset;
    display: grid;
    text-align: center;
    letter-spacing: 1px !important;
}

.tm-header .uk-navbar-nav>li.uk-active>a,
.tm-header .uk-navbar-nav>li:not(.uk-active)>a:hover,
#tm-dialog-mobile li.uk-active>a,
#tm-dialog-mobile li:not(.uk-active)>a:hover {
    color: #93C622;
}

/* Mobile */

.tm-header-mobile .uk-logo {
    transform: scale(0.7);
    transform-origin: left;
}

#tm-dialog-mobile li:not(:last-child) {
    border-bottom: 1px solid #cdc0b075;
}

#tm-dialog-mobile li>a {
    color: #CDC0B0;
    font-size: 18px !important;
    text-transform: capitalize;
    letter-spacing: 0;
}

#tm-dialog-mobile .uk-offcanvas-bar {
    background-color: #837059;;
}

#tm-dialog-mobile .uk-offcanvas-close svg {
    color: #84705a;
    width: 20px;
}

.tm-header-mobile .uk-navbar-toggle {
    margin-top: -15px;
    color: #837059;
}

/* Mobile */

/* Nav */

/* Login Page */

#tm-main {
    background-image: url("/images/siraaj/Log-In-Page-Background.jpg");
}

.com-users-login__options {
    display: none;
}

.com-users-login {
    background-color: #fff;
    border: 2px solid #fff;
    padding: 70px 40px;
    width: 100%;
    margin: 0 auto;
    border-radius: 15px;
}

.com-users-login label {
    color: #84705A;
}

.input-password-toggle {
    background-color: #CDC0B0;
}

.input-password-toggle:hover,
.input-password-toggle:active {
    border-color: #CDC0B0;
}

.input-password-toggle:hover .icon-eye,
.input-password-toggle:active {
    color: #CDC0B0;
}

.com-users-login .form-check-label {
    padding-left: 5px;
}

.com-users-login__submit {
    margin-bottom: unset;
}

.com-users-login__submit button {
    width: calc(100% - 150px);
}

@media screen and (min-width: 640px) {
    .com-users-login {
        max-width: 45%;
    }
}

/* Login Page */

/* Tables */

.uk-table {
    border-color: #CDC0B0;
    margin-top: 10px;
    table-layout: fixed;
}

.uk-table th {
    background-color: #CDC0B0;
    font-family: Aleo;
    color: #84705A;
    text-transform: none;
    font-size: 14px;
    font-weight: bold;
}

.uk-table th:not(:last-child) {
    border-right-color: #FFFAF5;
}

.uk-table td {
    font-family: Lato;
    font-size: 14px;
}

.uk-table tbody td,
.uk-table tbody td a{
    color: #84705A;
}

hr {
    border-color: #CDC0B0;
}

/* Tables */

/* MultiSelect Field */

.select2-container {
    width: 100% !important;
    max-width: 100px;
}

.select2-selection__choice {
    background-color: #CDC0B0 !important;
    color: #fff;
}

.select2-selection__choice__remove {
    color: #84705A !important;
    font-size: 20px !important;
    border: unset !important;
}

/* MultiSelect Field */

/* Switcher */

.uk-subnav[uk-switcher]  {
    margin: 0;
}

.uk-subnav[uk-switcher] li{
    flex: 1;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #84705A;
}

.uk-subnav[uk-switcher] li:not(:last-child){
    border-right: 1px solid #84705A;
}

.uk-subnav[uk-switcher] li a {
    justify-content: center;
}

/* Switcher */

/* Delivery Layout */

.delivery-layout *{
    font-size: 14px !important;
}

.delivery-layout td:first-child {
    width: 25%;
}

.delivery-layout {
    table-layout: unset;
}

.delivery-layout tr:hover {
    background-color: #93c622;
}

.delivery-layout tr:hover td {
    color: #fff;
}

/* Delivery Layout */

/* Form */

.uk-form-label {
    font-size: 12px !important;
    color: #cdc0b0;
}

.rsform input,
.rsform label{
    font-size: 14px;
}

.rsform-type-radiogroup div>label:not(:first-child) {
    padding-left: 30px;
}

.rsform-type-radiogroup input {
    margin-right: 5px;
}

/* Form */

/* Hide Chatbot - Delivery */

.nv-delivery [data-id="zsalesiq"] {
    border: 2px solid red;
    display: none;
}

/* Hide Chatbot - Delivery */

/* Signature */

/*.rsfp-signature-body canvas {
  height: 550px !important;
}*/

/* AP */