﻿/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
          Custom Arabic font
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/


@font-face {
    font-family: 'Cairo';
    src: url('/fonts/cairo/Cairo-ExtraLight.eot');
    src: url('/fonts/cairo/Cairo-ExtraLight.eot?#iefix') format('embedded-opentype'), url('/fonts/cairo/Cairo-ExtraLight.woff2') format('woff2'), url('/fonts/cairo/Cairo-ExtraLight.woff') format('woff'), url('/fonts/cairo/Cairo-ExtraLight.ttf') format('truetype'), url('/fonts/cairo/Cairo-ExtraLight.svg#Cairo-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
    /*unicode-range: U+0600-06FF;*/
}

@font-face {
    font-family: 'Cairo';
    src: url('/fonts/cairo/Cairo-Bold.eot');
    src: url('/fonts/cairo/Cairo-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/cairo/Cairo-Bold.woff2') format('woff2'), url('/fonts/cairo/Cairo-Bold.woff') format('woff'), url('/fonts/cairo/Cairo-Bold.ttf') format('truetype'), url('/fonts/cairo/Cairo-Bold.svg#Cairo-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
   /* unicode-range: U+0600-06FF;*/
}

@font-face {
    font-family: 'Cairo';
    src: url('/fonts/cairo/Cairo-Black.eot');
    src: url('/fonts/cairo/Cairo-Black.eot?#iefix') format('embedded-opentype'), url('/fonts/cairo/Cairo-Black.woff2') format('woff2'), url('/fonts/cairo/Cairo-Black.woff') format('woff'), url('/fonts/cairo/Cairo-Black.ttf') format('truetype'), url('/fonts/cairo/Cairo-Black.svg#Cairo-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    /*unicode-range: U+0600-06FF;*/
}

@font-face {
    font-family: 'Cairo';
    src: url('/fonts/cairo/Cairo-Light.eot');
    src: url('/fonts/cairo/Cairo-Light.eot?#iefix') format('embedded-opentype'), url('/fonts/cairo/Cairo-Light.woff2') format('woff2'), url('/fonts/cairo/Cairo-Light.woff') format('woff'), url('/fonts/cairo/Cairo-Light.ttf') format('truetype'), url('/fonts/cairo/Cairo-Light.svg#Cairo-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
   /* unicode-range: U+0600-06FF;*/
}

@font-face {
    font-family: 'Cairo';
    src: url('/fonts/cairo/Cairo-Regular.eot');
    src: url('/fonts/cairo/Cairo-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/cairo/Cairo-Regular.woff2') format('woff2'), url('/fonts/cairo/Cairo-Regular.woff') format('woff'), url('/fonts/cairo/Cairo-Regular.ttf') format('truetype'), url('/fonts/cairo/Cairo-Regular.svg#Cairo-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
   /* unicode-range: U+0600-06FF;*/
}

@font-face {
    font-family: 'Cairo';
    src: url('/fonts/cairo/Cairo-SemiBold.eot');
    src: url('/fonts/cairo/Cairo-SemiBold.eot?#iefix') format('embedded-opentype'), url('/fonts/cairo/Cairo-SemiBold.woff2') format('woff2'), url('/fonts/cairo/Cairo-SemiBold.woff') format('woff'), url('/fonts/cairo/Cairo-SemiBold.ttf') format('truetype'), url('/fonts/cairo/Cairo-SemiBold.svg#Cairo-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    /*unicode-range: U+0600-06FF;*/
}


/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    Global
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
body {
    font-family: 'Cairo', "Poppins", Arial, sans-serif;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
  .media-body h5 {
    font-size: 1.05rem;
    margin-top: 0;
  }
.cursor-pointer {
    cursor:pointer;
}
  /*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
      Spaces
  \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.mt1-4 {
    margin-top: 1.85rem !important
}
.mt2-4 {
    margin-top: 2.5rem !important;
}
.mt-n5 {
    margin-top: -5.7rem;
}
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    Line height
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.lh-2 {
    line-height: 2.5 !important;
}
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    Sizing
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.w-40 {
    width: 40% !important;
}
.w-60 {
    width: 60% !important;
}
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    Typography
////////////////////////////////////////////*/
/*=========================================
    text color
=======================================*/
.text-danger {
    color: #b71439 !important;
}

.text-warning {
    color: #EDC339 !important
}

.fs-7 {
    font-size: 0.8rem !important;
}

.text-right {
    text-align: right;
}

.cursor-pointer {
    cursor: pointer;
}
.bg-danger {
    background-color: #b71439 !important
}
.bg-secondary {
    background-color: #b71439 !important
}
span.font-weight-bold {
    font-weight:500 !important
}
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    Header
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.header .logo img {
    width: 98px;
    height: auto;
}
.header .logo {
    margin: 2px 0 0 28px;
}
.header .sep1 {
    margin: 0 9px 0;
}
.logo-container h2.companyName {
  margin-left: 7px !important;
  margin-top: 7px !important;
  font-size: 1rem;
}
.page-header h2 .btn-back {
    margin-right: 5px;
    cursor:pointer;
}
#culture-picker {
    /* background-color: #2e2520;*/
    border-color: #777;
    color: #777;
    padding: 0 1rem 0 0.4rem;
    background-image: url(../../images/arrow-down1.png);
    background-size: 16px;
    background-size: 16px;
    background-position: center right 6px;
    border-radius: 3px;
}
.header-dark #culture-picker {
    background-color: #2e2520;
}
.header .search {
    text-align: center;
    width: auto;
}
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    Heading
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
h1 {
    /*font-size: 2em;
  font-weight: 700;*/
}
/*h2 {
  font-size: 1.55em;
}*/
h4 span {
    font-size: 16px;
}
h1 .btn {
  align-self: center;
}
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    Main Content
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.content-body {
    padding: 25px 25px 12px;
}
.card {
    margin-bottom: 1rem;
}
.card-header {
    background: #f8f9fa;
}
.card-header h2 {
    font-size: 1.55em;
    margin: 0;
    line-height: 1.2;
}
.card-header p {
    line-height: 1.3
}
.card .card-body {
    padding: 1.6rem 1.6rem 1.6rem;
}

.card + .card {
  margin-top: 0;
}

.tab-pane .card-body {
  box-shadow: none;
}
  .tab-pane >.card-body .tab-content {
    padding-right:0;
    padding-left:0;
  }

.tabcontent-has-card {
  background-color: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  border:0;
}
    .tabcontent-has-card .card > .card-body {
        padding: 1.2rem 1.6rem 2rem;
    }
    .tabcontent-has-card .tab-content {
        border: 1px solid #EEE;
        border-top: 0;
    }
.card.card-featured-left .card-body {
    padding: 1rem 1rem;
}
.tabs .nav-tabs {
    background-color: #fff;
}
.tabs-left .tab-content {
    /* border-radius: 0 5px 5px 5px;*/
    border-radius: 0;
    border-left: none;
}
.tabs-vertical .nav-tabs {
    width: 20%;
    background-color: #fdfdfd;
}
.tabs.tabs-vertical.tabs-left {
    margin-bottom: 0px !important;
}
.pager li + li {
    margin-left: 0.4rem;
}
#photo {
  height: 139px;
  width: 130px;
  margin-bottom: 10px;
  border-radius: 3px;
  object-fit: contain;
  background-color: #ebedf0;
  padding: 7px;
}
.create-permission {
  max-height: 200px;
  overflow-y: auto;
  min-height: 200px;
}
.msgErrorSuccess {
    width: 20px;
    font-size: 20px;
    position: absolute;
    right: 7px;
    top: 8px;
    z-index: 1;
}
.iti {
    display: block !important;
}

.remitters {
}
.remitterbox {
    text-align: center;
    border: 1px solid #DADADA;
    min-height: 191px;
    border-radius: 0 0 0.3rem 0.3rem;
}
    .remitterbox h5 {
        background: #f6f6f6;
        border-radius: 5px 5px 0 0 !important;
        border-bottom: 1px solid #DADADA;
        padding: 7px;
        margin-top: 0;
        position: relative;
    }
    .remitterbox img {
        max-height: 109px;
        object-fit: contain;
        margin-top: 14px;
    }
    .bent-arrow {
        transform: rotate(7deg);
        width: 100%
    }
.bent-reversearrow {
    transform: rotate(7deg) scaleX(-1);
}
.remitterbox .info-dropdown .dropdown-menu {
    right: 0;
    left: auto;
}

    .remitterbox .info-dropdown .dropdown-menu:before {
        left: auto;
        right: 10px;
    }
#dateFilter {
    margin-bottom: 0.5rem !important
}
#dateFilter .k-datepicker.k-input {
    /*border-radius: 1.27rem !IMPORTANT;*/
}

    #dateFilter .period-wrapper {
        display: flex;
        gap: 0 10px;
        flex-wrap: wrap;
    }
html #dateFilter .k-datepicker .k-button-solid-base {
    border-color: #fdfdfd;
    color: #fefefe;
    background-color: #fdfdfd;
    min-width: 42px;
    height: auto !important
}

html #dateFilter .k-button-solid-base:not(.k-select).k-hover, html #dateFilter .k-button-solid-base:not(.k-select):hover, html #dateFilter .k-button-solid-base:not(.k-select).k-active, html #dateFilter .k-button-solid-base:not(.k-select):active {
    background-color: #fff !important;
    background-image: none !important;
    border-color: #fff !important;
    box-shadow: 0 0 0 0.2rem #fff !important;
   
}
#dateFilter .k-datepicker .k-icon-button.k-button-md > .k-button-icon {
    color: #9a0f36;
}
.eye-slash-icon:before {
    content: "\f070";
    font-family: "Font Awesome 5 Regular";
}
.eye-slash-icon:hover:before {
    content: "\f06e";
    font-family: "Font Awesome 5 Regular";
}
#serviceContent .fa-folder-open, #serviceContent .fa-folder {
    color: #EDC339
}
#serviceContent .collapsable-tr .table-responsive {
    max-height: 240px;
    overflow-y: auto
}
/*=================================
        Info dropdown
   =================================== */
.info-dropdown {
    display: inline-block;
    position: relative;
}

    .info-dropdown .dropdown-menu {
        padding: 12px;
    }

        .info-dropdown .dropdown-menu p {
            margin: 0;
            line-height: 1.2;
            font-size: 12px;
            font-weight: normal;
        }

        .info-dropdown .dropdown-menu:before {
            content: '';
            position: absolute;
            width: 15px;
            height: 15px;
            background-color: #fdfdfd;
            left: 10px;
            top: -8px;
            border: 1px solid #dcdcdc;
            border-style: solid none none solid;
            transform: rotate( 45deg);
        }

.infodropdown-btn:hover ~ .dropdown-menu {
    display: block;
}

    /*======================================
    Common filter
=======================================*/
    .common-filter {
        width: auto
    }
    .common-filter .form-control:not(.form-control-lg) {
        line-height: 1.05;
        min-height: 1.85rem;
        background-image: url(../../images/search2.png);
        background-repeat: no-repeat;
        background-position: center right 10px;
        background-size: 14px;
        padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    }
    /*==========================*/
.widget-summary .summary-icon {
    width: 65px;
    height: 65px;
    /*line-height: 57px;*/
    line-height: 70px;
    font-size: 2.3rem;
}
.refund-reciept h2 {
    font-size: 20px;
    /*font-weight: 600;*/
    margin: 0.2rem 0 0.4rem;
}
.refund-reciept p {
    margin-bottom:0;
    line-height:1.3
}
.refund-reciept .table {
    height: 160px;
    border-bottom: 1px solid #d8dde1;
    margin-bottom: 1rem;
}
    .refund-reciept .table tbody tr, .refund-reciept .table tbody tr td{
        vertical-align:top;
    }
.page-header-without-back h2 .btn-back {
    display:none;
}
/***********Forex Display**********/
.forexboard-list {
    list-style: none;
    padding: 0;
    margin: 0 -0.8rem;
}

    .forexboard-list li {
        display: -webkit-flex;
        display: flex;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 25px;
        margin-bottom: 1rem;
    }

        .forexboard-list li > div {
            background-color: #fff;
            text-align: center;
            -webkit-flex: 1;
            flex: 1;
            align-self: center;
            height: 46px;
            box-shadow: 0 1px 7px 0 rgb(45 37 32 / 18%);
            background-color: #FFF;
            font-size: 29px;
            line-height: 1.6;
            cursor: default;
        }

            .forexboard-list li > div.currency {
                display: flex;
                align-items: center;
                padding: 0 10px 0 0;
            }

    .forexboard-list .currency .currency-sign {
        display: -webkit-flex;
        display: flex;
        padding-left: 0.5rem;
        flex: 1 1 auto;
        font-size: 13px;
        line-height: 1;
        align-items: center;
        justify-content: space-between;
    }

    .forexboard-list .currency span.currency-name {
        font-weight: 100;
    }

    .forexboard-list .currency span.currency-code {
        margin-left: 5px;
    }

    .forexboard-list li > div.currency img {
        width: 64px;
        object-fit: contain;
        height: 48px;
    }
    .forexboard-list .forex-dispaly-heading span{
        font-size:13px;
        font-weight:100;
    }
    /******Branch Group********/
    .branchagentbox {
        position: relative;
        border: 1px solid #777;
        border-radius: 0.25rem;
        height: 100px;
        margin-bottom: 1rem;
        display: block;
    }
#divNoData .row {
  --bs-gutter-x: 1rem;
}
  .branchagentbox .checkbox-custom {
    height: 100%;
    padding: 0;
  }
    .branchagentbox .checkbox-custom label {
      display: block;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 16px 27px 20px 39px;
      font-size: 15px;
      font-weight: inherit;
      line-height: 1.2;
      text-align: center;
      cursor: default;
    }
      .branchagentbox .checkbox-custom label span {
        font-weight: bold;
      }
      .branchagentbox .checkbox-custom label:before {
        top: 23px;
        left: 14px
      }
    .branchagentbox .checkbox-custom input[type="checkbox"]:checked + label:after {
      top: 21px;
      left: 16px;
      margin-top: -3px;
    }
.branchagentbox-dropdown {
  position: absolute;
  right: 7px;
  bottom: 9px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 1.8;
  z-index: 5;
  cursor: pointer;
}

.branchagentbox-dropdown .dropdown-menu {
  padding: 12px;
}
    .branchagentbox-dropdown .dropdown-menu p {
      margin: 0;
      line-height: 1.2;
    }
    .branchagentbox-dropdown .dropdown-menu:before {
      content: '';
      position: absolute;
      width: 15px;
      height: 15px;
      background-color: #fdfdfd;
      left: 10px;
      top: -8px;
      border: 1px solid #dcdcdc;
      border-style: solid none none solid;
      transform: rotate( 45deg);
    }
.branchagentbox-btn:hover ~ .dropdown-menu {
    display:block;
}
.modal-body {
    padding: 1rem 1.6rem 1.6rem;
    max-height: 70vh;
    overflow-y: auto;
}
.modal-title {
    font-size: 1.3rem;
}
/*===========================
    Error Message
============================*/
.input-validation-error {
    border-color: #b71439 !important
}
.validation-message ul {
    margin: -20px -42px 30px -42px;
    padding: 25px 20px 15px 20px;
    position: relative;
}
    .validation-message ul:before {
        content: '';
        border-top: 5px solid #df675b;
        border-bottom: 5px solid transparent;
        border-left: 5px solid transparent;
        border-right: 5px solid #df675b;
        float: left;
        position: absolute;
        height: 0;
        left: 0px;
        bottom: -11px;
    }
    .validation-message ul:after {
        content: '';
        border-top: 5px solid #df675b;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #df675b;
        border-right: 5px solid transparent;
        float: right;
        position: absolute;
        height: 0;
        right: 0px;
        bottom: -11px;
    }
.validation-message ul li label.error {
    margin-top: -4px;
}
.error-page {
    padding: 30px 0 0;
    text-align: center;
    max-width: 650px;
    margin: 0 auto
}
    .error-page img {
        max-width: 100%;
        height:auto;
    }
.error-page h2 {
    font-size: 44px;
}
/*=================================
      Currency Viewer
  =================================*/

.currncyviewer-body {
    background-color: #433a36;
}
.currency-selection {
    display: flex;
    flex-direction: column;
    padding-right: 13px
}

  .currency-selection select.form-control {
    height: calc(1.3em + .85rem + 2px);
    font-size: 14px;
    border-radius: 0.35rem;
    padding: .275rem 0.85rem;
    background: url(../images/arrow-down.png) no-repeat center right 5px;
  }
 
  .currency-selection .media img {
    width: 63px
  }

.selectcurrency-dropdown .btn {
  width: 100%;
  text-align: initial;
  font-size: 0.8rem !important;
}

.selectcurrency-dropdown .btn-outline-secondary:not(:disabled):not(.disabled).active, .selectcurrency-dropdown .btn-outline-secondary:not(:disabled):not(.disabled):active, .selectcurrency-dropdown.show > .btn-outline-secondary.dropdown-toggle, .selectcurrency-dropdown .btn-outline-secondary:hover {
  color: #2d2520;
  background-color: #ffffff;
  border-color: #c9c9c9;
}

.selectcurrency-dropdown .dropdown-menu .dropdown-item img, .selectcurrency-dropdown .btn-outline-secondary img {
  width: 30px;
  display: none;
}

.selectcurrency-dropdown .btn ~ .dropdown-menu {
  width: 100%;
  text-align: initial;
}

.selectcurrency-dropdown .dropdown-toggle::after {
  content: '\f078';
  font-family: "Font Awesome 5 Solid";
  border: 0;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}


.currency-list {
    padding: 0;
    list-style: none;
}

    .currency-list li {
        position: relative;
        padding: 4px 13px;
        margin-top: 1px;
        font-size: 16px;
        cursor: pointer;
        transition: all 0.3s
    }

    .currency-list li.activeList {
      color: #2a88b6;
      transition: all 0.3s;
      font-size: 16.1px;
    }

        .currency-list > li:not(li.dropdown):hover, .currency-list li .menudropdown [data-note]:hover {
            color: #ff880d;
            transition: all 0.3s;
            font-size: 16.1px;
            background-color: #433a36;
            position: relative;
        }
            .currency-list > li:not(li.dropdown):hover:before, .currency-list li .menudropdown [data-note]:hover:after {
                content: '';
                position: absolute;
                right: -33px;
                top: 0;
                width: 50px;
                height: 30px;
                background-color: #433a36;
                transition: all 0.3s
            }
    .currency-list > li:hover .menudropdown {
      color: #2d2520;
    }

  .currency-list li .menudropdown {
    display: none;
    padding-left: 24px;
  }
    .currency-list li .menudropdown [data-note] {
        position: relative;
        padding: 3.495px 13px;
        color: #abb4be
    }
      
    .currency-list li .menudropdown [data-note]:before {
      content: '\f30b';
      font-family: "Font Awesome 5 Solid";
      display: inline-block;
      margin-right: 6px;
    }

.currencybox img {
  width: 100%;
  text-align: inherit;
}

 
.currencybox .currency-photobox:not(:first-child) {
    display: none
}
.viewer-sidebar {
    background-color: #2e2520;
    padding: 10px 20px;
    height: 100%;
    color: #abb4be;
}
.toggle-currencyListLi {
    background-color: #433a36;
    color: #ff992b;
    transition: all 0.3s
}

.toggle-currencyListLi:after {
    content: '';
    position: absolute;
    right: -33px;
    top: 0;
    width: 50px;
    /*height: 30px;*/
    height: 100%;
    background-color: #433a36;
    transition: all 0.3s
}
    /*============================
        Stack Icons
    ===============================*/
.stack-icon.fa-permisson-icon {

}
    .stack-icon.fa-permisson-icon .fa-key {
        color: #ffffff;
        font-size: 0.7rem;
        line-height: 1.7;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        box-shadow: 0 0 0px 2px #fff;
        background: #edc339;
        transform: translate(16px,9px);
    }
    /*=========================================
    Exchange
==========================================*/
    .exchange-container .exchange-control {
        position: relative;
        display: block;
        text-align: center;
        border-radius: 5px;
    }
.exchange-container h4 {
    background-color: #FF880E;
    margin: 0 -12px;
    padding: 10px;
    color: #fdfdfd;
}
    .exchange-container h4 .btn-refresh {
        position: absolute;
        right: 16px;
        top: 10px;
        font-size: 29px;
        text-shadow: 2px 3px 0px rgb(209 117 22 / 45%);
        cursor: pointer;
    }
        .exchange-container h4 .btn-refresh:hover {
            text-shadow: 2px 5px 0px rgb(191 105 15 / 44%);
            color: #fdfdfd;
            transform: translateY(1px);
        }
    .control-label {
  display: flex;
  flex-direction: row;
}
  .control-label label {
    border: 1px solid #b3b3b3;
    border-radius: 0 0.25rem 0.25rem 0;
    border-left: 0;
    flex: 0 0 65%;
    background-color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 2px;
  }
  .control-label .form-control {
    border-radius: 0.25rem 0 0 0.25rem;
    flex:1;
    height: 1.7rem;
    min-height: 0.4rem;
  }
.exchange-control .form-control {
    height: 1.5rem;
    min-height: 0.4rem !important;
    padding: 0 3px;
    border-color: #b3b3b3;
    text-align: right
}
.exchangecontrol-heading {
  display: flex;
  padding: 12px 5px 0px;
}
.exchange-control h5 {
  margin-top: -2px !important;
  margin-bottom: 3px !important;
  margin-left: 5px;
}
.exchange-container h2 {
  margin: 0 -10px;
  font-weight: 600;
  font-size: 25px;
}

.exchange-container p {
  margin-bottom: 0 !important;
  color: #171310;
}
.exchange-container .card-body > .row > [class^=col-]:not(:first-child) h4 {
  border-left: 1px solid #fdfdfd;
}

  .exchange-control input[type=number]::-webkit-outer-spin-button,
    .exchange-control input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
.exchange-control input[type=number] {
    appearance: textfield;
    -webkit-appearance: textfield;
}
.exchange-control .input-group-text {
    border: 1px solid #e57a0b;
    font-size: 0.7rem;
    line-height: 0.9;
    padding: 0.375rem 0.4rem;
    min-width: auto;
}
.modal .exchange-container .card-body {
    padding:0 !important
}
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    Sidebar
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
li.nav-parent.nav-active {
    background-color: transparent;
}
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    Wizard
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.form-wizard {
    margin-top: -1.2rem;
    margin-bottom: 0.1rem;
}
html .wizard-progress.wizard-progress-lg .wizard-steps, html.dark .wizard-progress.wizard-progress-lg .wizard-steps {
    padding-top: 13px;
}
html .wizard-progress.wizard-progress-lg ul li, html.dark .wizard-progress.wizard-progress-lg ul li {
    max-width: 120px;
    min-width: 120px;
}
html .wizard-progress.wizard-progress-lg ul li a span, html.dark .wizard-progress.wizard-progress-lg ul li a span {
    width: 40px;
    height: 40px;
    margin-top: -22px;
    margin-left: -22px;
    border-radius: 50%;
    line-height: 39px;
    font-size: 18px;
    text-shadow: 2px 2px 5px rgb(83 42 2 / 39%);
    border-width: 2px;
}
html .wizard-progress.wizard-progress-lg ul li a span, html .wizard-steps > li.active a span, html .wizard-steps > li.active a:hover span, html .wizard-steps > li.active a:focus span {
  text-shadow: none;
}
html .wizard-progress.wizard-progress-lg .steps-progress, html.dark .wizard-progress.wizard-progress-lg .steps-progress {
  margin: 0 52px;
  height: 3px;
  top: 15px;
}
html .wizard-progress.wizard-progress-lg ul li a, html.dark .wizard-progress.wizard-progress-lg ul li a {
  padding-top: 27px;
  font-size: 12px;
  /*font-weight: 500;*/
}

html .wizard-progress.wizard-progress-lg, html.dark .wizard-progress.wizard-progress-lg {
  margin: 16px auto 0px;
  width: 60%;
  line-height: 12px;
}
.header-wizard {
    display: flex;
    justify-content: space-between;
}

    .header-wizard h1 {
        -webkit-flex: 1;
        flex: 1;
    }
 /*========================================
     Keno UI Steps
 =========================================*/
.k-wizard {
    padding: 0 1.25rem 1.25rem 1.25rem !important
}
.k-wizard-horizontal .k-wizard-steps {
    margin-top: 0.7rem !important;
}
.k-step-list {
    position:relative;
}

.k-step-list-horizontal ~ .k-progressbar {
    background-color: #cccccc;
}
.k-stepper .k-step-current .k-step-indicator {
    border-color: #e18706 !important;
    color: #e18706 !important;
    background-color: #fff !important;
}

.k-stepper .k-step-indicator {
    width: 40px !important;
    height: 40px !important;
    border-width: 2px !important;
    background-color: #cccccc !important;
    border-color: #cccccc !important;
    color:#fff !important
}
.k-stepper .k-step-indicator::after {
    box-shadow: none !IMPORTANT;
    display: none !important
}
.k-stepper .k-step-done .k-step-indicator {
    border-color: #e18706 !important;
    color: #fff;
    background-color: #e18706 !important;
    box-shadow: none !important;
}
.k-progressbar .k-state-selected {
    color: #fff;
    background-color: #e18706 !important;
}
.k-step-list-horizontal ~ .k-progressbar {
    height: 3px !important;
    z-index: 0;
    top: 21px !important;
}
.k-step-list-horizontal .k-step-label {
    font-size: 13px;
}
.k-stepper .k-step-current .k-step-label {
    font-weight: 400;
}
.k-wizard .k-wizard-step {
    padding: 0 !important;
}
.k-step-list-horizontal .k-step-indicator + .k-step-label {
    margin-top: 0px !important;
}
.k-wizard-buttons {
    padding: 0.5rem 1rem;
    border-radius: 0 0 calc(0.25rem - 1px);
    background: #FFF;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    margin-top: 0rem !important;
}
.k-wizard .k-wizard-buttons .k-button {
    border-radius: 1.1rem !IMPORTANT;
}
.k-stepper .k-step-label .k-step-text {
    white-space: normal !important;
    line-height: 1.1 !important;
}
.k-wizard .k-wizard-step.k-state-focused, .k-wizard .k-wizard-step:focus {
    outline: none !important;
}
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    form
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.sterick:after {
    content: '*';
    display: inline-block;
    color: #CC0000;
    margin-left: 2px;
}
.form-control.datepicker {
    line-height: 1.25 !IMPORTANT;
}
.form-control:focus {
    border-color: rgb(255 136 14 / 10%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(255 136 14 / 30%);
}
.input-group .input-group-text {
    color: #fdfdfd;
    background-color: #ff880d;
}
.form-group + .form-group {
  border-color: #dcdcdc;
}
label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.145rem + 1px);
}
.input-group-text {
    font-size: 1.05rem;
    min-width: 54px;
    justify-content: center;
}
/***Remove the controller autocomplete****/
input[type=text]:-webkit-autofill,
input[type=text]:-webkit-autofill:hover,
input[type=text]:-webkit-autofill:focus,
input[type=text]:-webkit-autofill:active,
input[type=number]:-webkit-autofill,
input[type=number]:-webkit-autofill:hover,
input[type=number]:-webkit-autofill:focus,
input[type=number]:-webkit-autofill:active,
input[type=password]:-webkit-autofill,
input[type=password]:-webkit-autofill:hover,
input[type=password]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.input-group > .input-group-text:first-child:only-of-type + .form-control {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
/******Select working days*******/
.workingdays-wrapper {
    border: 1px solid #dadada;
    border-radius: 0.25rem;
}
    .workingdays-wrapper .workingdays-collapsable {
        display: block;
        box-shadow: none;
        margin-bottom:0;
        max-height: 285px;
        border:0;
    }
.selectwordingdays {
    display: block;
    padding: 3px 5px;
    color: #1c7430 !important;
    font-size: 13px !IMPORTANT;
    font-weight: 600;
}

.workingdays-wrapper h4 {
    height: calc(1.8em + 0.75rem + 2px);
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
    margin: 0;
    font-size: 13px;
    position: relative;
    cursor:pointer;
}
.workingdays-wrapper .focused-heading {
    border-color: rgb(255 136 14 / 10%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(255 136 14 / 30%);
}
    .workingdays-wrapper h4:after {
        position: absolute;
        right: 1px;
        content: '';
        background: url(../img/arrow-down.png) no-repeat center right 8px;
        background-size: 14px;
        width: 21px;
        height: 21px;
        transition: transform 0.3s;
    }

    .workingdays-wrapper h4.toggle-h4:after {
        transform: scaleY(-1);
        transition: transform 0.3s;
    }

.workingdays-collapsable {
    display: none;
    list-style: none;
    padding: 0px 20px 10px;
    border: 1px solid #dadada;
    border-top: 0;
    box-shadow: 0px 5px 7px 0px rgb(218 218 218 / 64%);
    border-radius: 0 0 3px 3px;
    max-height: 200px;
    overflow-y: auto;
}

    .workingdays-collapsable li {
        display: flex;
        align-items: center;
        padding: 9px 0px;
    }

        .workingdays-collapsable li + li {
            border-top: 1px solid #dadada;
        }
        .workingdays-collapsable li input[type=checkbox] ~ label {
            padding-left: 0.3rem;
        }
.converter-form .coversion-div {
    border-radius: 0 0 3rem 3rem;
    margin-top: -12px;
    padding: 1.5rem;
    margin-bottom: 3rem;
    background-color: #b71439;
    box-shadow: 1px 0.4rem 0.7rem rgb(183 20 57 / 63%) !important
}
.coversion-div h2{
    color: #fff !important;
    font-size: 36px;
    font-weight: 700;
}
.coversion-div .cfcode, .coversion-div .ctcode, .coversion-div p{
    text-shadow: 1px 3px 5px rgb(67 93 67 / 40%);
}
.converter-form .input-group-text {
    background-color: #fdfdfd !important;
    color: currentColor !important;
    padding: 0 0.75rem;
    min-width: 70px;
}
.converter-form .col-form-label {
    font-size: 0.9rem;
}
.converter-form .form-control:not(.form-control-sm):not(.form-control-lg), .converter-form  .btn {
    min-height: 3rem !important;
}

.converter-form .k-list-md .k-list-item, .converter-form .k-list-md .k-list-optionlabel {
    line-height: 1.3 !important;
}

.converter-form .k-input-button {
    align-self: center;
}
.converter-form .k-input-value-text {
    text-align: center;
}
.converter-form [aria-controls="FromCurrencyId_listbox"] {
pointer-events:none;
}
.converter-form [aria-controls="FromCurrencyId_listbox"] button.k-select {
    display: none
}
/*======================================
    Buttons
=======================================*/
.btn {
    min-width: 4.5rem;
    padding: 0.3rem 0.75rem;
}
  .btn + .btn {
    margin-left: 0.3rem;
  }
    .btn > .bx {
        line-height: 1.2;
        font-weight: 800;
        margin-right: 2px;
        font-size: 17px;
    }
    .input-group > .btn > .bx {
        line-height: 1.4;
        margin-right: auto;
    }
    .btn > .fas, .btn > .far {
        line-height: 1.2;
        margin-right: 4px;
        font-size: 16px;
    }
.input-group .btn {
    padding: 0.47rem 0.75rem;
}
html .btn-outline-primary {
    border-color: #FF880E #FF880E #da6e00;
    color: #FF880E;
}

  html .btn-outline-primary:hover, html .btn-outline-primary.hover {
    background-color: #ff9b34;
    border-color: #ffa141 #ffa141 #FF880E;
    color: #FFF;
  }

  html .btn-outline-primary:active, html .btn-outline-primary.active, .show > html .btn-outline-primary.dropdown-toggle {
    background-color: #e77500;
    background-image: none !important;
    border-color: #da6e00 #da6e00 #a75500;
    box-shadow: 0 0 0 0.2rem rgb(255 136 14 / 50%) ;
  }

  html .btn-outline-primary:focus, html .btn-outline-primary.focus {
    box-shadow: 0 0 0 3px rgb(255 136 14 / 50%);
    background-color: #FF880E;
    border-color: #FF880E;
  }
.btn-outline-secondary {
  color: #2e2520;
  border-color: #2e2520;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #2e2520;
  border-color: #2e2520;
}
.btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #2e2520;
  border-color: #2e2520;
}
.input-group .btn-transfer {
    min-width: auto;
    background-color: #fff;
    border-radius: 50%;
    padding: 0.085rem 0.25rem !IMPORTANT;
    line-height: 1;
    margin: 0 0.15rem;
    /*box-shadow: inset 0px 0px 3px 2px rgb(224 194 61 / 60%) !important;*/
}
/*==============================
    Select2
=================================*/
/*.select2 {
  width: 100% !important;
}*/
.select2-container {
  width: 100% !important;
}
.select2-dropdown {
    z-index: 1000;
    border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #c9c9c9;
  border-radius: 3px;
}

  .select2-container--default .select2-selection--single[aria-expanded="true"] .select2-selection__arrow {
    transform: scaleY(-1)
  }

.select2-container .select2-selection--single, .select2-container .select2-selection--multiple {
  height: 2.4rem;
  line-height: 1.85;
  border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
    padding-left: 11px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
  width: 30px;
  top: 4px;
  right: 2px;
  position: absolute;
  background: url(../../adminui/img/arrow-down.png) no-repeat center right 4px;
  background-size: 15px;
}

  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
  }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f6f6f6;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-color: rgb(255 136 14 / 10%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(255 136 14 / 30%);
    border-radius: 3px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: rgb(255 136 14 / 30%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(255 136 14 / 30%);
    outline: none;
}
.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #e9ecef;
}
.select2-container .select2-selection--multiple {
    height: auto;
    max-height: 4.3rem;
    overflow-y: auto;
    min-height: 2.4rem;
}
/*===============================
      Custom checkbox
  =================================*/
.checkbox-custom {
vertical-align:middle;
}
.checkbox-custom:last-child {
    margin-bottom:7px
}
 .checkbox-without-label label {
    font-size: 0;
}
.checkbox-without-label {
    display: inline-block;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
      Table
  \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.table {
    /*--bs-table-striped-bg: rgb(246 246 246);*/
}
    .table > :not(caption) > * > * {
        padding: 0.5rem 0.5rem;
    }
.table > :not(:last-child) > :last-child > * {
    border-bottom-color: rgb(222, 226, 230);
}
thead, tbody, tfoot, tr, td, th {
    vertical-align: middle;
    border-color: #dee2e6;
    /*line-height: 1.3;*/
}
.table thead th, .table tbody td {
     line-height: 1.3;
}
.table tbody {
    border-top: 0;
}
.table:not(.table-collapsable) tbody > tr:nth-child(even) {
    background-color: rgb(246 246 246);
}
.table:not(.table-bordered):not(.table-collapsable) tbody td {
    border: 0;
}
.table-head-border thead th {
    border: 1px solid #dee2e6;
    color: #212529;
    background-color: #f8f9fa;
}
.table-firstchild-border tbody tr > td:first-child {
    border: 1px solid #dee2e6 !important;
    font-weight:bold
}
.table-head-border.table-firstchild-border tbody tr, .table-head-border.table-firstchild-border tbody tr:nth-child(even) {
    border-bottom: 1px solid #dee2e6;
    background:#fff
}
table .highlighted-tr {
    background-color: rgb(255 136 13 / 18%)
}
table tbody tr td button:focus, table tbody tr td .btn:focus {
    box-shadow:none;
    outline:none
}
#remitterContacts tbody tr:hover {
  background-color: rgb(255 136 13 / 18%);
  cursor:pointer;
}
  #remitterContacts tbody tr:hover td .far, #remitterContacts tbody tr:hover td .btn .fas, table .highlighted-tr td .btn .fas, table .highlighted-tr td .btn .far {
    color: #FF880E;
  }
  /*******/
.record-img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 2px;
  object-fit: contain;
  box-shadow: 1px 2px 5px 2px rgb(45 37 32 / 11%);
}
.record-img1 {
  width: 90px;
  height: 90px;
  object-fit: contain;
  box-shadow: 3px 2px 5px 1px rgb(45 37 32 / 7%);
  border: 5px solid #ecedf0;
  padding: 4px;
}
.peview-doc {
    position:relative;
}
    .peview-doc .download-doc {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 30px;
        transform: translate(-50%, -50%) scale(0);
        transition: transform 0.3s;
    }
    .peview-doc:hover .download-doc {
        transition: transform 0.3s;
        transform: translate(-50%, -50%) scale(1);
    }
/*******/
.table tbody > tr > td:last-child .bx {
    font-size:20px;
}
.SaveScheduleForm .table input[type=time], #setcurrenciesmodalpopup .table .form-control {
    min-height: 1.8rem;
    height: 26px;
}
    .table-fixed-header {
        position: relative;
    }

.table-fixed-header thead th {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 1;
}
 .collapesed-row .sub-modifyrequestcollpase tbody tr:not(:last-child) td {
    border-bottom: 1px solid #dfe2e6 !important;
}
.modifyrequest-table .collapesed-row .table{
    background: #fff; 
}
.modifyrequest-table .peview-doc .record-img {
    width: 35px;
    height: 35px;
}
.modifyrequest-table .peview-doc .media-body h5 {
    font-size: 0.75rem;
}
/*=================================================
    Currency Exchange table(Modal)
==================================================*/
#setcurrenciesmodalpopup {
    padding-right: 0 !important;
}
#setcurrenciesmodalpopup .table:first-child thead tr:nth-child(1) th[colspan="2"]:nth-child(2), #setcurrenciesmodalpopup .table.brrates:first-child thead tr:nth-child(1) th:not([colspan="2"]):nth-child(2), #setcurrenciesmodalpopup .table.brrates:first-child thead tr:nth-child(1) th:not([colspan="2"]):nth-child(3),
#setcurrenciesmodalpopup .table:first-child thead tr:nth-child(2) th:nth-child(2), #setcurrenciesmodalpopup .table:first-child thead tr:nth-child(2) th:nth-child(3),
#setcurrenciesmodalpopup .table:first-child tbody td:nth-child(2), #setcurrenciesmodalpopup .table:first-child tbody td:nth-child(3) {
    background-color: rgb(49 52 57 / 25%) !important;
}

#setcurrenciesmodalpopup .table:first-child thead tr:nth-child(1) th[colspan="2"]:nth-child(3), #setcurrenciesmodalpopup .table.brrates:first-child thead tr:nth-child(1) th[colspan="2"]:nth-child(4),
#setcurrenciesmodalpopup .table:first-child thead tr:nth-child(2) th:nth-child(4), #setcurrenciesmodalpopup .table:first-child thead tr:nth-child(2) th:nth-child(5),
#setcurrenciesmodalpopup .table:first-child tbody td:nth-child(4), #setcurrenciesmodalpopup .table:first-child tbody td:nth-child(5) {
    background-color: rgb(224 194 61 / 22%) !important;
}

#setcurrenciesmodalpopup .table:first-child thead tr:nth-child(1) th[colspan="2"]:nth-child(4), #setcurrenciesmodalpopup .table.brrates:first-child thead tr:nth-child(1) th[colspan="2"]:nth-child(5),
#setcurrenciesmodalpopup .table:first-child thead tr:nth-child(2) th:nth-child(6), #setcurrenciesmodalpopup .table:first-child thead tr:nth-child(2) th:nth-child(7),
#setcurrenciesmodalpopup .table:first-child tbody td:nth-child(6), #setcurrenciesmodalpopup .table:first-child tbody td:nth-child(7) {
    background-color: rgb(67 93 67 / 27%) !important;
}

#setcurrenciesmodalpopup .table:nth-child(2) thead th, #setcurrenciesmodalpopup .table:nth-child(2) tbody td {
    background-color: rgb(183 20 57 / 24%) !important;
}

#setcurrenciesmodalpopup .table:first-child thead tr:nth-child(1) th:nth-child(1),
#setcurrenciesmodalpopup .table:first-child thead tr:nth-child(2) th:nth-child(1) {
    border: 0 !important;
    background-color: #fff !important
}

#setcurrenciesmodalpopup thead th {
    border-color: #fff !IMPORTANT;
}

#setcurrenciesmodalpopup tbody td {
    border-bottom: 1px solid #fff !IMPORTANT;
}
/*=======================================
    COllapsable Table
======================================*/
.table-collapsable {
}
    .table-collapsable > tbody > tr {
        border-bottom: 0.5px solid #dee2e6;
    }
.table.table-collapsable > tbody > tr:nth-child(4n+1) {
    background-color: rgb(246 246 246);
}
#serviceContent .table.table-collapsable tr.collapsable-tr:nth-child(even):nth-child(2) .collapesed-row, .table.table-collapsable tr.collapsable-tr:nth-child(even):nth-child(2) .collapesed-row {
    display: block;
}
.collapesed-row {
    background: #f6f6f6;
    padding: 15px 30px 19px;
    display: none;
}
.collapesed-row .table{
    margin-bottom:0;
}
    .btn-collaped-row {
        cursor: pointer;
    }
.table-collapsable .bg-secondary-2 {
    background-color: rgb(246 246 246);
}
.table-collapsable .border-transparent {
    border-color: transparent;
}
/*===============================
    sub box
=======================*/
.opensubbox-tab .nav-link {
    cursor: pointer;
}
.active-opensubbox .nav-link, .active-opensubbox .nav-link:hover {
    background: #ff880d;
    color: #fdfdfd;
    
}
    .active-opensubbox .nav-link:before, .active-opensubbox .nav-link:hover:before {
        border-left-color: #ff880d;
    }
    .active-opensubbox .nav-link:after, .active-opensubbox .nav-link:hover:after {
        border-left-color: #ff880d;
    }
    .active-opensubbox .nav-link .badge {
        color: #ff880d;
        background: #fdfdfd;
    }
    /*====================
        Data Table
    ==========================*/
    .dataTables_wrapper .select2-container {
        width: 85px !IMPORTANT;
    }
.dataTables_length, .dataTables_filter {
  padding: 1rem 0;
}
.dataTables_wrapper .select2-selection--single {
  border: 1px solid #c9c9c9;
  border-radius: 3px;
}

  .dataTables_wrapper .select2-selection--single .select2-selection__arrow {
    height: 30px;
    width: 30px;
    position: absolute;
    background: url(../../adminui/img/arrow-down.png) no-repeat center right 4px;
    background-size: 18px;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
  }
.dataTables_length label {
  display: flex;
  column-gap: 10px;
  align-items: center;
}

  .dataTables_length label .custom-select {
    width: auto;
  }

.dataTables_wrapper .dataTables_filter label {
  display: flex;
  column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
  .dataTables_wrapper .dataTables_filter label .form-control {
    width:auto !important;
  }


.dataTables_wrapper table thead th {
  border-top: 1px solid #e6e6e6
}
.dataTables_wrapper table thead th, .dataTables_wrapper table tbody td {
  font-size: 13px;
  border-bottom: 1px solid #e6e6e6
}
.dataTables_wrapper.dt-bootstrap4.no-footer > .row:last-child {
  align-items: center;
}
.dataTables_wrapper .pagination {
  margin-top: 20px !important;
  justify-content: end;
}
  .dataTables_wrapper .pagination > li a {
    font-size: 13px;
    padding: 0.175rem 0.75rem;
  }
.personsearch-modal .modal-body {
  padding: 0 1rem 1rem;
}
/*==============*/
table.dataTable tbody th, table.dataTable tbody td, table.dataTable thead th, table.dataTable thead td {
  padding: 6px 7px !important;
  line-height: 1.2;
}

table.dataTable tbody th, table.dataTable thead th {
  padding: 10px 7px !important;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.dataTables_wrapper .dataTables_scroll {
  margin-bottom: 12px !important;
}

[class^=dataTables_] input[type=search], [class^=dataTables_] select {
  height: 27px;
  min-width: 75px;
  padding-left: 10px !IMPORTANT;
}

[class^=dataTables_] label {
  font-weight: normal
}

[class^=dataTables_] .dt-buttons {
  margin-bottom: 9px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border-color: #222a45;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: 1px solid #222a45
}

.pagination .page-link {
  padding: .3rem .75rem;
}

.table tr td.actions a, table.dataTable td.actions a, table.dataTable td:last-child a, table.dataTable td:last-child fas, table.dataTable td:last-child far, table.dataTable td.actions fas, table.dataTable td.actions far {
  color: #2d2520;
}

    .table tr td.actions a:not(.btn):hover, table.dataTable td.actions a:not(.btn):hover, table.dataTable td:last-child a:not(.btn):hover, table.dataTable td:last-child fas:hover, table.dataTable td:last-child far:hover, table.dataTable td.actions fas:hover, table.dataTable td.actions far:hover {
        color: #3594c8;
    }

table.dataTable.table tr td:last-child, table tr td:last-child {
  white-space: nowrap;
}

  table.dataTable.table tr td:last-child a + a, table.dataTable.table tr td:last-child .fas + .fas, table.dataTable.table tr td:last-child a + .fas, table.dataTable.table tr td:last-child a + .far, table.dataTable.table tr td:last-child .fas + .far, table.dataTable.table tr td:last-child .far + .fas,
  table.dataTable.table tr td.actions a + a, table.dataTable.table tr td.actions .fas + .fas, table.dataTable.table tr td.actions a + .fas, table.dataTable.table tr td.actions a + .far, table.dataTable.table tr td.actions .fas + .far, table.dataTable.table tr td.actions .far + .fas,
  table.table tr td:not(.actions):last-child a + a, table tr td:not(.actions):last-child a + a {
    border-left: 1px solid #2d2520;
    padding-left: 6px;
    margin-left: 5px;
    line-height: 1;
    display: inline-block;
  }
.dataTable button:focus:not(:focus-visible) {
  box-shadow: none;
}
/*==============================================
    Kendo UI
============================================*/

.k-grid {
    font-family: "Poppins", Arial, sans-serif !important;
    line-height: 22px !important;
    margin: 0 !important;
    font-size: 13px !important;
    border: 0 !important;
}
.k-grid-content.k-auto-scrollable {
    min-height: 100px !important;
    max-height: 380px !important;
    height: auto !IMPORTANT;
    overflow: auto !IMPORTANT;
    overflow-x: auto !IMPORTANT;
}

.k-grid-content-expander {
    width: auto !important;
}
  .k-grid tr {
    border-color: #d3d3d3 !important;
  }
.k-grid.k-editable {
  border: 0;
}

.k-grid-toolbar {
    background-color: #fff !important;
    justify-content: flex-end !important;
    border-color: transparent !important;
}
.k-editable .k-grid-toolbar {
    border: 0;
    justify-content: flex-end;
    margin-bottom: 0.8rem;
    padding: 0;
}

.k-grid td {
  border:0 !important
}
.k-grid:not(.kgrid-extend) th {
    border: 0 !important
}
.k-grid td, .k-grid th {
    /*padding: 0.27rem 0.5rem !important;*/
    line-height: 1.25;
}
    .k-grid td:last-child, .k-grid th:last-child {
        text-align: center;
    }

    .k-grid td .k-button {
        padding: 4px 9.2px !important;
        font-size: 12px !important;
    }

      .k-grid td:last-child .k-button .k-icon {
        opacity: .45;
        font-size: 12px;
      }

.k-grouping-header {
  border-color: #e6e6e6 !important;
  padding: 0rem 0 0.1rem !important;
}

.k-grid-display-block.k-editable .text-box {
  height: calc(1em + .85rem + 2px);
  padding: .275rem .55rem;
  line-height: 1;
  font-size: 12px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c9c9c9;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.k-edit-cell .k-dirty-cell .check-box .k-valid {
  border-color: #ff880e !important;
  color: #ffffff !important;
  background-color: #ff880e !important;
}
.k-grid-display-block.k-editable .text-box:focus {
}

.k-grid-header {
  padding-right: 0 !important;
  border-width:1px 0 1px 0 !important;
}

    .k-grid-header th.k-header:last-child {
      border-right: 0 !important;
      text-align: center;
    }

.k-button:not(.k-select):not([aria-controls="StartDate_dateview"]):not([aria-controls="EndDate_dateview"]):not([data-action="prev"]):not([data-action="nav-up"]):not([data-action="next"]) {
    color: #fff !important;
    padding: 0.45rem 0.75rem !IMPORTANT;
    font-size: 0.8rem !important;
    border-radius: 0.2rem !IMPORTANT;
    text-transform: initial !IMPORTANT;
}

.k-grid-header-wrap {
  border: 0 !important
}

.k-state-focused {
  border: inherit !important;
}
.k-grid td.k-state-focused, .k-grid th.k-state-focused, .k-grid th:focus, .k-grid .k-master-row > td:focus, .k-grid .k-grouping-row > td:focus, .k-grid .k-detail-row > td:focus, .k-grid .k-group-footer > td:focus, .k-grid .k-grid-pager.k-state-focused, .k-grid .k-grid-pager:focus {
  box-shadow: inset 0 0 0 0 !important;
}
.k-dropdown, .k-dropdowntree {
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: inherit !important;
}
.k-actions_row td{
    overflow:inherit !important;
}
.k-actions_row .dropdown_grid_link .btn.dropdown-toggle {
  min-width: initial;
  padding: 0.1rem 0.2rem;
}
  .k-actions_row .dropdown_grid_link .btn.dropdown-toggle:focus {
    outline: none;
    border: none;
    box-shadow: none;
  }
  .k-actions_row .dropdown_grid_link .btn.dropdown-toggle:before {
    content: normal
  }
.dropdown_grid_link .dropdown-menu:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  right: -6px;
  top: 5px;
  transform: rotate( 45deg);
  background-color: #fff;
  border: 1px solid #d3d5d7;
  border-style: solid solid none none;
}
.k-actions_row:nth-last-child(2) .dropdown_grid_link .dropdown-menu:before,.k-actions_row:last-child .dropdown_grid_link .dropdown-menu:before {
  top: auto;
  bottom: 5px;
}
.k-grid tbody td .btn + .btn:before, .k-grid tbody td a + a:before, .k-grid tbody td button + button:before {
    content: '';
    display: inline-block;
    border-left: 1px solid #2e2e2e;
    height: 12px;
    margin: 0 5px 0 4px;
    vertical-align: initial;
}
.th-actions, .td-actions {
    text-align: center !important;
    overflow: visible !IMPORTANT;
    position: relative;
    width:120px;
}
.kgrid-extend .k-cell-inner > .k-link {
    justify-content:center
}
.kgrid-extend .k-i-expand::before {
    color: #9a0f36;
}
/*******TD Actions drodown************/
.td-actions .dropdown .btn-action {
    min-width: inherit !IMPORTANT;
    padding: 0rem 0.05rem !IMPORTANT;
    box-shadow: none;
    border: 0;
    background-color: transparent;
}
        .td-actions .dropdown .btn-action:focus, .td-actions .dropdown .btn-action:active {
            background-color: transparent !IMPORTANT;
            outline: none;
            box-shadow: none !IMPORTANT;
        }
        .td-actions .dropdown .btn-action:after {
            content: normal;
        }

    .td-actions .dropdown .dropdown-menu {
        left: auto !important;
        right: 0 !IMPORTANT;
        transform: translate3d(-33px, 19px, 0px) !IMPORTANT;
        box-shadow: 3px 5px 7px 0px rgb(83 42 2 / 9%);
        border-color: rgb(223 223 223 / 72%);
    }
table tbody tr:last-child .td-actions .dropdown .dropdown-menu, table tbody tr:nth-last-child(2) .td-actions .dropdown .dropdown-menu {
    transform: translate3d(-33px, -19px, 0px) !IMPORTANT;
}
table tbody tr:last-child:only-child .td-actions .dropdown .dropdown-menu {
    transform: translate3d(-33px, 19px, 0px) !IMPORTANT;
}
.k-grid a {
    color: #2e2520;
}
.k-grid .btn-primary {
    color: #fff;
}
.k-grid .k-button-solid-base:not(.k-select) {
    background-color: #0088CC;
    border-color: #0088CC #0088CC #006699;
    color: #FFF;
}

html .k-button-solid-base:not(.k-select).k-focus, .k-button-solid-base:not(.k-select):focus, html .k-button-solid-base:not(.k-select):active {
    background-color: #006ea6 !important;
    background-image: none !important;
    border-color: #006699 #006699 #004466 !important;
    box-shadow: 0 0 0 0.2rem rgb(0 136 204 / 50%) !important
}

html .k-button-solid-base:not(.k-select).k-hover, .k-button-solid-base:not(.k-select):hover, html .k-button-solid-base:not(.k-select).k-active, .k-button-solid-base:not(.k-select):active {
    background-color: #006ea6 !important;
    background-image: none !important;
    border-color: #006699 #006699 #004466 !important;
    box-shadow: 0 0 0 0.2rem rgb(0 136 204 / 50%) !important
}
.k-toolbar.k-grid-toolbar .k-button-solid-base:not(.k-select) {
    border-color: #FF880E !important;
    background-color: #FF880E !important;
    color: #fff !IMPORTANT;
}
    .k-toolbar.k-grid-toolbar .k-button-solid-base:not(.k-select).k-focus, .k-toolbar.k-grid-toolbar .k-button-solid-base:not(.k-select):focus, .k-toolbar.k-grid-toolbar .k-button-solid-base:not(.k-select):active {
        background-color: #e77500 !important;
        background-image: none !important;
        border-color: #da6e00 #da6e00 #a75500 !important;
        box-shadow: 0 0 0 0.2rem rgb(255 136 14 / 50%) !important
    }

    html .k-toolbar.k-grid-toolbar .k-button-solid-base:not(.k-select).k-hover, .k-toolbar.k-grid-toolbar .k-button-solid-base:not(.k-select):hover, html .k-toolbar.k-grid-toolbar .k-button-solid-base:not(.k-select).k-active, .k-toolbar.k-grid-toolbar .k-button-solid-base:not(.k-select):active {
        background-color: #e77500 !important;
        background-image: none !important;
        border-color: #da6e00 #da6e00 #a75500 !important;
        box-shadow: 0 0 0 0.2rem rgb(255 136 14 / 50%) !important
    }


.k-picker.k-dropdown {
    background-color: #ffffff;
    border-radius: 0.25rem !important;
    border: 1px solid #ced4da;
    min-height: 2.4rem;
    color: #212529;
}
    .k-picker.k-dropdown.k-hover {
        background-color: #ffffff !important;
    }
    .k-picker.k-dropdown.k-focus {
        border-color: rgb(255 136 14 / 10%);
        box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(255 136 14 / 30%);
    }
.k-i-arrow-s.k-button-icon:before {
    content: '' !important;
    height: 30px;
    width: 30px;
    background: url(../../adminui/img/arrow-down.png) no-repeat center right 4px;
    background-size: 15px;
}
.k-filter-menu-container {
    padding: 0.5rem 0.5rem 1.3rem !important;
}
.k-filter-menu-container .k-i-arrow-s.k-button-icon:before {
    content: '' !important;
    height: 30px;
    width: 30px;
    background: url(../../adminui/img/arrow-down.png) no-repeat center;
    background-size: 15px;
}
.k-filter-menu-container .k-i-arrow-n.k-button-icon:before {
    content: '' !important;
    height: 30px;
    width: 30px;
    background: url(../../adminui/img/arrow-down.png) no-repeat center;
    background-size: 15px;
    transform:scaleY(-1);
}
.k-list-md .k-list-item, .k-list-md .k-list-optionlabel {
    color: #777 !important;
    font-size: 0.85rem !important;
    padding: 0.15rem 1rem !important;
    line-height: 25px !important;
}

.k-list-item.k-selected, .k-selected.k-list-optionlabel {
    background-color: #0d6efd;
}
.k-input {
    border-radius: 0.25rem !IMPORTANT;
}
.k-list-md {
    font-size: inherit !important;
}
    .k-input.k-focus, .k-input:focus, .k-input:focus-within {
        border-color: rgb(255 136 14 / 10%) !important;
        box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(255 136 14 / 30%) !important;
    }
.k-dropdown.k-focus.k-state-border-down .k-i-arrow-s.k-button-icon:before {
    transform: scaleY(-1);
}

.k-multiselect.k-input.k-focus.k-state-border-down  {
    border-color: rgb(255 136 14 / 10%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(255 136 14 / 30%);
}

.k-list-item.k-selected, .k-selected.k-list-optionlabel {
    background-color: #fdfdfd !important;
}

    .k-list-item.k-selected.k-hover, .k-selected.k-list-optionlabel:hover {
        color: #2e2520 !IMPORTANT;
        background-color: #f6f6f6 !important;
    }
.k-chip {
    height: 30px !important;
}
.k-chip-solid-base {
    font-size: 0.7rem !important;
    background-color: #f6f6f6 !important;
}
.k-focus.k-list-optionlabel, .k-list-item.k-focus, .k-list-item:focus, .k-list-optionlabel:focus {
    box-shadow: none !important;
    background-color: #f6f6f6 !IMPORTANT;
}
span.k-input-inner {
    font-size: 0.85rem;
}
.k-grid table tbody td > a > .bx, .k-grid table tbody td > .btn > .bx, .k-grid table tbody td > a > .fas, .k-grid table tbody td > a > .far, .k-grid table tbody td > .btn > .fas, .k-grid table tbody td > .btn > .far, .k-grid table tbody td > .fas, .k-grid table tbody td > .far, .k-grid table tbody td > .bx {
    font-size: 14px;
    vertical-align: middle;
}
.k-pager-sizes.k-label {
    margin: 0 0 0.5rem !IMPORTANT;
}
.k-pager-sizes .k-dropdown, .k-pager-sizes .k-dropdown-list, .k-pager-sizes .k-dropdownlist, .k-pager-sizes > select {
    width: 6em !important;
}
.k-cell-inner .k-grid-filter, .k-cell-inner .k-header-column-menu {
    position: absolute !important;
}
.k-animation-container .k-input:not(:-webkit-autofill), .k-animation-container .k-action-buttons, .k-animation-container .k-filter-menu .k-widget.k-filter-and,
.k-filter-menu .k-widget, .k-filter-menu .k-radio-list, .k-filter-menu .k-textbox, .k-filter-menu .k-searchbox
{
    margin: 0.5rem 0.6rem 0 !important;
    width: calc( 100% - ( 2 * 0.6rem )) !important;
    border-radius: 0.25rem !important;
}
.k-filter-menu.k-popup .k-multicheck-wrap, .k-grid-filter-popup.k-popup .k-multicheck-wrap, .k-popup .k-filter-menu .k-multicheck-wrap, .k-popup .k-grid-filter-popup .k-multicheck-wrap,
.k-filter-menu.k-popup .k-filter-selected-items, .k-grid-filter-popup.k-popup .k-filter-selected-items, .k-popup .k-filter-menu .k-filter-selected-items, .k-popup .k-grid-filter-popup .k-filter-selected-items,
.k-filter-menu.k-popup .k-filter-help-text, .k-grid-filter-popup.k-popup .k-filter-help-text, .k-popup .k-filter-menu .k-filter-help-text, .k-popup .k-grid-filter-popup .k-filter-help-text {
    padding: 0.5rem 0.6rem 0 !important;
}
.k-button-solid-primary {
    border-color: #0088CC !important;
    color: #fff !important;
    background-color: #0088CC !important;
}
    .k-button-solid-primary.k-active, .k-button-solid-primary:active {
        border-color: #0088CC !important;
        background-color: #0088CC !important;
    }
.k-filterable .k-column-title {
    padding-left: 1.7rem;
}
.k-grid-header .k-grid-filter, .k-grid-header .k-header-column-menu {
    width: calc(1.2em + 0.75rem + 2px) !important;
    height: calc(1.4em + 0.75rem + 2px) !important;
}
.k-cell-inner .k-grid-filter {
    left: 0;
}
.k-grid-filter-menu.k-grid-filter .k-icon {
    color: #ff880d;
}
.k-checkbox-label {
    font-size:13px !important;
}
.k-filter-selected-items {
    font-weight: initial !important;
}
.k-grid-header .k-grid-filter.k-state-border-down {
    box-shadow: none !important;
}
.k-animation-container .k-popup .k-list-filter {
    padding: 0.7rem !important;
}
    .k-animation-container .k-popup .k-list-filter .k-searchbox {
        margin: 0 !important;
        width:100% !important;
    }
.k-command-cell {

}
.theme5 .k-calendar-table thead {
    background-color: #9a0f36 !important;
}
.theme5 .k-calendar-table .k-calendar-tr th {
    color: #fff !important;
}
.theme5 .k-calendar .k-calendar-td.k-state-selected .k-link {
    border-color: #9a0f36 !important;
    color: #fff !important;
    background-color: #9a0f36 !important;
}
.theme5 .k-calendar .k-nav-today {
    color: #9a0f36 !important;
    border-color: #9a0f36 !important
}
.theme5 .k-calendar .k-calendar-td.k-state-selected.k-state-focus .k-link, .theme5 .k-calendar .k-calendar-td.k-state-selected.k-state-focused .k-link {
    box-shadow: inset 0 0 0 2px rgb(154 15 54 / 50%) !important;
}
.theme6 .k-calendar-table thead {
    background-color: #EDC339 !important;
}

.theme6 .k-calendar-table .k-calendar-tr th {
    color: #fff !important;
}

.theme6 .k-calendar .k-calendar-td.k-state-selected .k-link {
    border-color: #EDC339 !important;
    color: #fff !important;
    background-color: #EDC339 !important;
}

.theme6 .k-calendar .k-nav-today {
    color: #EDC339 !important;
    border-color: #EDC339 !important
}
.theme6 .k-calendar .k-calendar-td.k-state-selected.k-state-focus .k-link, .theme6 .k-calendar .k-calendar-td.k-state-selected.k-state-focused .k-link {
    box-shadow: inset 0 0 0 2px rgb(224 194 61 / 50%) !important;
}
/*=======Table closingstate======*/
.BoxClosingStat tr td .form-control:not(.form-control-sm):not(.form-control-lg) {
    padding: 0.375rem 0.75rem;
    line-height: 1.55;
    min-height: 1.8rem
}
.BoxClosingStat tr td .btn {
    min-width: 2.5rem;
    padding: 0.27rem 0.45rem;
}
.BoxClosingStat tbody tr td:last-child, .BoxClosingStat tbody tr:last-child {
    background-color: #ebedf0;
}
.BoxClosingStat tbody tr td {
    padding: 0.5rem 0.8rem;
    padding: 0.5rem 0.8rem;
    text-align: right !IMPORTANT
}
.BoxClosingStat tbody tr td .form-control {
    text-align:right
}
.calculated-balance thead th:first-child, .calculated-balance tbody tr:first-child td:first-child {
    background-color: #198754;
    border-color: #188754 !important;
    color: #fdfdfd;
}
.calculated-balance td, .calculated-balance th {
    font-size: 18px;
    font-weight: 100;
    background-color: #ebedf0;
    padding: 1.1rem 1.4rem !important;
}
.calculated-balance th {
    padding: 1.5rem 1.3rem 0.7px !IMPORTANT;
}
.calculated-balance tbody tr:first-child td:first-child {
    font-size: 40px;
    text-align: center;
    color: #fdfdfd;
    height: 100px;
    vertical-align: initial;
}
.calculated-balance small, .calculated-balance .small {
    font-size: 0.675em;
}
/*=====================================
    Pager
======================================*/
.k-pager-numbers .k-link.k-state-selected {
    border-color: #FF880E !important;
    background-color: #FF880E !important;
    color: #fff !IMPORTANT;
}
.k-pager-nav.k-link, .k-pager-refresh {
    color: #FF880E !important;
}
.k-pager-numbers .k-link.k-state-focus, .k-pager-numbers .k-link:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 136 14 / 50%) !important;
}
.k-pager-nav.k-link, .k-pager-refresh {
    background-color: #ffffff !important;
    border-color: #cdc6c3 !important;
}
.k-grid-pager {
    background-color: #ffffff !important;
    border-top: 1px solid #ced4da !important;
    padding-top: 10px !important;
    padding-bottom:0 !important;
}
.k-pager-numbers .k-link {
    color: #ff880d !important;
}
.k-pager-info {
    justify-content: flex-start !important;
    order: -1 !important
}
.kgrid-extend .k-header > .k-cell-inner {
    margin: -0.5rem -0.4rem -0.5rem !important;
}
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    Sign in
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
#validationMessage {
    margin: 0 auto;
    max-width: 500px;
}
.body-sign .card-sign .card-body {
    padding: 33px 33px 25px;
}
.body-sign .center-sign .logo img {
    margin-top: 24px;
}
.body-sign .card-sign .card-title-sign .title {
    min-width: 74px;
    text-align: center;
}
.body-sign .card-sign .card-body .form-group + .form-group {
    border-top: 0;
}
.body-sign .input-group-text {
    font-size: 1rem;
}
.btn-eye {
    position: absolute;
    right: 63px;
    top: 14px;
    z-index: 5;
    font-size: 18px;
    cursor:pointer;
}
.body-sign .text-warning {
    color: #e18705 !IMPORTANT
}
.body-sign .create-permission {
    min-height: auto;
}
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    Google Map
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
#map {
    height: 300px;
    width: 100%;
}
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    Color Theme
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/*================Theme One============================*/
html.theme1 .header {
    background-color: #171717;
    border-bottom-color: #171717;
    border-top-color: #171717;
}
.theme1 #culture-picker {
    background-color: #16191d;
}
.theme1 .sidebar-left {
    background-color: #171717;
}
    .theme1 .sidebar-left .sidebar-header .sidebar-title {
        background-color: #171717;
        color: #9d8c81;
    }
html.theme1.no-overflowscrolling .sidebar-left .nano {
    background: #171717;
    box-shadow: -5px 0 0 #532a02 inset;
}
.theme1 ul.nav-main > li.nav-expanded > a {
    background: #000000;
}
.theme1 ul.nav-main li .nav-children {
    background: #3f3f3f;
    box-shadow: 0px -3px 3px -3px rgb(0 0 0 / 70%) inset;
}
    .theme1 ul.nav-main li .nav-children li a:hover, .theme1 ul.nav-main li .nav-children li a:focus {
        background: #000000;
    }
.theme1 li.nav-parent.nav-active {
    background-color: #000000;
}
.theme1 ul.nav-main > li > a:hover, .theme1 ul.nav-main > li > a:focus {
    background-color: #000000;
}
html.theme1 .page-header {
    border-left-color: #423a36;
    box-shadow: 1px 3px 0 1px #d3d4d7;
    background-color: #423a36;
}
    html.theme1 .page-header h2 {
        border-bottom-color: #ff880d;
    }
/*================Theme two====================*/
html.theme2 .header {
    background-color: #fff;
    border-bottom-color: #fff;
    border-top-color: #fff;
    /*color: #C3C3C3;*/
}
    html.theme2 .header .separator {
        background-image: linear-gradient(#F6F6F6 60%, #EDEDED);
    }
.theme2 #culture-picker {
    background-color: #fff;
}

.theme2 .sidebar-left {
    background-color: #fff;
}

    .theme2 .sidebar-left .sidebar-header .sidebar-title {
        background-color: #fff;
        color: #9d8c81;
    }

html.theme2.no-overflowscrolling .sidebar-left .nano {
    background: #fff;
    box-shadow: -5px 0 0 #532a02 inset;
}

.theme2 ul.nav-main > li.nav-expanded > a {
    background: #ebedf0;
}

.theme2 ul.nav-main li .nav-children {
    background: #f6f6f6;
    box-shadow: 0px -3px 3px -3px rgb(214 216 219) inset;
}

    .theme2 ul.nav-main li .nav-children li a:hover, .theme2 ul.nav-main li .nav-children li a:focus {
        background: #ebedf0;
    }

.theme2 li.nav-parent.nav-active {
    background-color: #ebedf0;
}

html.theme2 .page-header {
    border-left-color: #f6f6f6;
    box-shadow: 1px 3px 0 1px #d3d4d7;
    background-color: #f6f6f6;
}


    html.theme2 .page-header h2 {
        border-bottom-color: #ff880d;
        color: #777;
    }
html.theme2 .sidebar-left .sidebar-header .sidebar-toggle {
    background-color: #f6f6f6;
}
html.theme2 ul.nav-main li a {
    color: #777;
}
.theme2 ul.nav-main > li > a:hover, .theme2 ul.nav-main > li > a:focus {
    background-color: #f6f6f6;
}
/*================Theme Three====================*/
html.theme3 .header {
    background-color: #FF880E;
    border-bottom-color: #532a02;
    border-top-color: #FF880E;
    color: #2e2520;
}
html.theme3 .userbox .name, html.theme3 .userbox .role {
    color: #2e2520;
}
html.theme3 .userbox > a.show .profile-info > span {
    color: #C3C3C3;
}
html.theme3 .userbox .custom-caret {
    color: #ff880d;
}
.theme3 #culture-picker {
    background-color: #FF880E;
    color: #2e2520;
    border-color: #2e2520
}

.theme3 .sidebar-left {
    background-color: #FF880E;
}

    .theme3 .sidebar-left .sidebar-header .sidebar-title {
        background-color: #FF880E;
        color: #9d8c81;
    }

html.theme3.no-overflowscrolling .sidebar-left .nano {
    background: #FF880E;
    box-shadow: -5px 0 0 #532a02 inset;
}

.theme3 ul.nav-main > li.nav-expanded > a {
        background: #2d2520;
    color: #ff880d;
}

.theme3 ul.nav-main li .nav-children {
    background: #d99d60;
    box-shadow: 0px -3px 3px -3px rgb(217 157 96) inset;
}

    .theme3 ul.nav-main li .nav-children li a:hover, .theme3 ul.nav-main li .nav-children li a:focus {
        background: #2e2520;
        color: #ff880d;
    }

.theme3 li.nav-parent.nav-active {
    background-color: #000000;
}

html.theme3 .page-header {
    border-left-color: #2e2520;
    box-shadow: 1px 3px 0 1px #d3d4d7;
    background-color: #2e2520;
}


    html.theme3 .page-header h2 {
        border-bottom-color: #ff880d;
    }

html.theme3 .sidebar-left .sidebar-header .sidebar-toggle {
    background-color: #2e2520;
}

html.theme3 ul.nav-main li a {
    color: #2e2520;
}
html.theme3 ul.nav-main li.nav-parent > a:after {
    color: #2e2520;
}
html.theme3 ul.nav-main li.nav-parent > a:hover:after {
    color: #ff880d;
}
    html.theme3 ul.nav-main li.nav-parent.nav-expanded > a:after, html.theme3 ul.nav-main li.nav-parent.nav-expanded > .nav-link:hover:after {
        color: #ff880d;
    }
    .theme3 ul.nav-main > li > a:hover, .theme3 ul.nav-main > li > a:focus {
        background-color: #2e2520;
        color: #ff880d;
    }
.theme3 ul.nav-main li .nav-children li.nav-active > a {
    color: #2e2520;
    font-weight: bold;
}
/*================Theme Four====================*/
html.theme4 .header {
    background-color: #b49766;
    border-bottom-color: rgb(92 92 92 / 37%);
    border-top-color: #cfc0ae;
}
html.theme4 .logo-container h2.companyName {
    color: #26272d;
}
html.theme4 .header .separator {
    background-image: linear-gradient(#5c5c5c 31%, #ab9767);
}
html.theme4 .userbox .name, html.theme4 .userbox .custom-caret, html.theme4 .userbox .name, html.theme4 .userbox .custom-caret, html.theme4 .userbox .role {
    color: #26272d;
}
html.theme4 .userbox > a.show .name, html.theme4 .userbox > a.show .role {
    color: #C3C3C3 !important;
}
.theme4 #culture-picker {
    background-color: #b49766;
    border-color: #26272d;
    color: #26272d;
}

.theme4 .sidebar-left {
    background-color: #AD8B73;
}
    .theme4 .sidebar-left .sidebar-header {
        color: #fff;
        background-color: #b49766;
    }
        .theme4 .sidebar-left .sidebar-header .sidebar-title {
            background-color: #b49766;
            color: #fff;
        }

html.theme4.no-overflowscrolling .sidebar-left .nano {
    background: #b49766;
    box-shadow: -5px 0 0 #d3bca5 inset;
}

.theme4 ul.nav-main > li.nav-expanded > a {
    background: #a88d61;
}

.theme4 ul.nav-main li .nav-children {
    background: #FFFBE9;
    box-shadow: 0px -3px 3px -3px rgb(173 139 115) inset;
}

    .theme4 ul.nav-main li .nav-children li a {
        color: #b49766;
    }
    .theme4 ul.nav-main li .nav-children li.nav-active > a {
        color: #b49766;
        font-weight: bold;
    }
        .theme4 ul.nav-main li .nav-children li a:hover, .theme4 ul.nav-main li .nav-children li a:focus {
            background: #f1edd8;
        }

.theme4 li.nav-parent.nav-active {
    background-color: #9d8357;
}

html.theme4 .page-header {
    border-left-color: #b6965f;
    box-shadow: 1px 3px 0 1px #d6c0ae;
    background-color: #b49766;
    color: #fff;
}
html.theme4 .header-right {
    color: #26272d;
}

html.theme4 .page-header h2 {
    border-bottom-color: #bf2300;
    color: #26272d;
}

html.theme4 .sidebar-left .sidebar-header .sidebar-toggle {
    background-color: #b49766;
}
    html.theme4 .sidebar-left .sidebar-header .sidebar-toggle i {
        color: #26272d;
    }
html.theme4 ul.nav-main li a, html.theme4 ul.nav-main li.nav-parent > a:after {
    color: #26272d;
}
html.theme4 ul.nav-main > li.nav-active > a {
    box-shadow: 2px 0 0 #b49766 inset;
    color: #26272d;
}
.theme4 ul.nav-main > li > a:hover, .theme4 ul.nav-main > li > a:focus {
    background-color: #9d8357;
    color: #26272d;
}
/**********Start******************/
.theme4 .userbox .dropdown-menu a:hover {
    background: #b49766;
}

.theme4 a {
    color: #b49766;
}

html.theme4 .k-grid a {
    color: inherit;
}

html.theme4 .input-group .input-group-text {
    background-color: #b49766;
}

html.theme4 .text-primary {
    color: #b49766 !important
}

html.theme4 .btn-primary {
    background-color: #b49766;
    border-color: #b49766 #b49766 #b49766;
    color: #FFF !important;
}

    html.theme4 .btn-primary:active, html.theme4 .btn-primary.active, .show > html.theme4 .btn-primary.dropdown-toggle, html.theme4 .btn-primary:focus, html.theme4 .btn-primary.focus {
        background-color: #b49766 !important;
        background-image: none !important;
        border-color: #b49766 #b49766 #e14b4b !important;
        box-shadow: 0 0 0 0.2rem rgb(180 151 102 / 54%) !important;
    }

html.theme4 .k-grid .k-button-solid-base:not(.k-select), html.theme4 .k-toolbar.k-grid-toolbar .k-button-solid-base:not(.k-select):focus {
    background-color: #b49766 !important;
    border-color: #b49766 #d2322d #e83f3f;
    color: #FFF !important;
    border-color: #b49766 !important;
    box-shadow: 0 0 0 0.2rem rgb(180 151 102 / 54%) !important;
}

html.theme4 .k-button-solid-base:not(.k-select).k-hover, html.theme4 .k-button-solid-base:not(.k-select):hover, html.theme4 .k-button-solid-base:not(.k-select).k-active, html.theme4 .k-button-solid-base:not(.k-select):active {
    background-color: #b49766 !important;
    background-image: none !important;
    border-color: #b49766 #bf2300 #e83f3f !important;
    box-shadow: 0 0 0 0.2rem rgb(171 151 103 / 21%) !important;
   
}

html.theme4 .k-toolbar.k-grid-toolbar .k-button-solid-base:not(.k-select).k-hover, html.theme4 .k-toolbar.k-grid-toolbar .k-button-solid-base:not(.k-select):hover, html.theme4 .k-toolbar.k-grid-toolbar .k-button-solid-base:not(.k-select).k-active, html.theme4 .k-toolbar.k-grid-toolbar .k-button-solid-base:not(.k-select):active {
    background-color: #b49766 !important;
    background-image: none !important;
    border-color: #b49766 #b49766 #b49766 !important;
    box-shadow: 0 0 0 0.2rem rgb(171 151 103 / 21%) !important;
}

html.theme4 .k-grid-filter-menu.k-grid-filter .k-icon {
    color: #b49766;
}

html.theme4 .k-pager-numbers .k-link.k-state-selected {
    border-color: #b49766 !important;
    background-color: #b49766 !important;
    color: #fff !IMPORTANT;
}

html.theme4 .k-pager-numbers .k-link.k-state-focus, html.theme4 .k-pager-numbers .k-link:focus {
    box-shadow: rgb(180 151 102 / 74%) !important
}
html.theme4 .k-pager-numbers .k-link {
    color: #b49766 !important;
}
html.theme4 .k-pager-nav.k-link, html.theme4 .k-pager-refresh {
    color: #b49766 !important;
}

html.theme4 .dropdown-item.active, html.theme4 .dropdown-item:active {
    background: #b49766;
}

html.theme4 .checkbox-primary label:before, html.theme4 .checkbox-primary label:before {
    background: #b49766;
    border-color: #b49766;
}

html.theme4 .radio-primary input[type="radio"]:checked + label:after, html.theme4 .radio-primary input[type="radio"]:checked + label:after {
    background: #b49766;
    box-shadow: 0px 0px 1px #e83f3f;
}

html.theme4 .form-control:focus {
    border-color: rgb(180 151 102 / 11%);
    box-shadow: 0 1px 1px rgb(180 151 102 / 10%) inset, 0 0 8px rgb(180 151 102 / 32%);
}

html.theme4 .viewer-sidebar {
    background-color: #435d43;
    color: #f6f6f6;
}

html.theme4 .currncyviewer-body {
    background-color: #7a8777;
}

html.theme4 .toggle-currencyListLi {
    background-color: #7a8777
}

    html.theme4 .currency-list > li:not(li.dropdown):hover, html.theme4 .currency-list li .menudropdown [data-note]:hover, html.theme4 .currency-list > li:not(li.dropdown):hover:before, html.theme4 .currency-list li .menudropdown [data-note]:hover:after, html.theme4 .toggle-currencyListLi:after {
        color: #b49766;
        background-color: #7a8777;
    }

html.theme4 .currencybox h4 {
    color: #fff;
}

html.theme4 .exchange-container h4 {
    background-color: #b49766;
}

html.theme4 .wizard-progress .wizard-steps li.active a span, html.theme4 .wizard-progress .wizard-steps li.active a span {
    color: #b49766;
    border-color: #b49766;
}

html.theme4 .wizard-progress .wizard-steps li.active a span, html.theme4 .wizard-progress .wizard-steps li.active a span {
    background: #FFF !important;
}

html.theme4 .wizard-progress .wizard-steps li.completed a span, html.theme4 .wizard-progress .wizard-steps li.completed a span {
    border-color: #b49766;
    background: #b49766;
}

html.theme4 .wizard-progress .steps-progress .progress-indicator, html.theme4 .wizard-progress .steps-progress .progress-indicator {
    background: #b49766;
}

html.theme4 body .tabs .nav-tabs .nav-link, html.theme4 body .tabs .nav-tabs .nav-link, html.theme4 body .tabs .nav-tabs .nav-link:hover, html.theme4 body .tabs .nav-tabs .nav-link:hover {
    color: #b49766;
}

    html.theme4 body .tabs .nav-tabs .nav-link:hover, html.theme4 body .tabs .nav-tabs .nav-link:hover, html.theme4 body .tabs .nav-tabs .nav-link:focus, html.theme4 body .tabs .nav-tabs .nav-link:focus,
    html.theme4 body .tabs .nav-tabs li.active .nav-link, html.theme4 body .tabs .nav-tabs li.active .nav-link {
        border-top-color: #e83f3f;
    }

html.theme4.no-overflowscrolling .nano > .nano-pane > .nano-slider {
    background: #b49766;
}

html.theme4 .toggle-currencyListLi {
    color: #b49766;
}

html.theme4 default.select2-container--open.select2-container--above .select2-selection--single, html.theme4 .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, html.theme4 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, html.theme4 .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.theme4 .k-picker.k-dropdown.k-focus {
    border-color: rgb(94 106 91 / 10%);
    box-shadow: 0 1px 1px rgb(94 106 91 / 9%) inset, 0 0 8px rgb(94 106 91 / 32%);
    border-radius: 3px;
}

html.theme4 .select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: rgb(94 106 91 / 30%);
    box-shadow: 0 1px 1px rgb(94 106 91 / 8%) inset, 0 0 8px rgb(94 106 91 / 30%);
    outline: none;
}
html.theme4 .bg-primary, html.theme4 .background-color-primary {
    background-color: #b49766 !important;
}
html.theme4 blockquote.primary {
    border-color: #b49766;
}
html.theme4 .btn-outline-primary {
    border-color: #b49766 #b49766 #b49766;
    color: #b49766;
}
    html.theme4 .btn-outline-primary:hover, html.theme4 .btn-outline-primary.hover, html.theme4 .btn-outline-primary:active, html.theme4 .btn-outline-primary.active, .show > html.theme4 .btn-outline-primary.dropdown-toggle, html.theme4 .btn-outline-primary:focus, html.theme4 .btn-outline-primary.focus {
        background-color: #b49766;
        border-color: #b49766 #b49766 #8b112d;
        color: #FFF;
        box-shadow: 0 0 0 0.2rem rgb(180 151 102 / 21%);
    }
html.theme4 .bg-primary .widget-summary .summary .title, html.theme4 .bg-primary .widget-summary .summary .amount {
    color: #26272d !important;
}
html.theme4 .k-grid-filter-menu.k-grid-filter.k-state-active {
    background-color: #ab9767 !important;
  /*  border-radius: 3px !important;
    padding: 0.375rem;*/
}
    html.theme4 .k-grid-filter-menu.k-grid-filter.k-state-active .k-icon {
        color:#fff !important
    }
html.theme4 .kgrid-extend .k-i-expand::before {
    color: #ab9767;
}
html.theme4 .active-opensubbox .nav-link, html.theme4 .active-opensubbox .nav-link:hover {
    background: #ab9767;
    color: initial;
}
    html.theme4 .active-opensubbox .nav-link:before, html.theme4 .active-opensubbox .nav-link:hover:before,
    html.theme4 .active-opensubbox .nav-link:after, html.theme4 .active-opensubbox .nav-link:hover:after {
        border-left-color: #a59768;
    }
    html.theme4 .active-opensubbox .nav-link .badge {
        color: #222529;
        background: #fdfdfd;
    }
/*********End here*********/
/*================Theme Five====================*/
html.theme5 .header {
    /*background-color: #798777;*/
    background-color: #435d43;
    border-bottom-color: #798777;
    border-top-color: #798777;
    /*color: #C3C3C3;*/
}

html.theme5 .logo-container h2.companyName {
    color: #fff
}

html.theme5 .header .separator {
    background-image: linear-gradient(#7a8777 60%, #435d43)
}

html.theme5 .userbox .name, html.theme5 .userbox .custom-caret, html.theme5 .userbox .name, html.theme5 .userbox .custom-caret, html.theme5 .userbox .role {
    color: #fff;
}

.theme5 #culture-picker {
    background-color: #435d43;
    border-color: #95a591;
    color: #fff;
}

.theme5 .sidebar-left {
    background-color: #798777;
}

    .theme5 .sidebar-left .sidebar-header .sidebar-title {
        background-color: #435d43;
        color: #9d8c81;
    }

html.theme5.no-overflowscrolling .sidebar-left .nano {
   /* background: #798777;*/
   background: #435d43;
    box-shadow: -5px 0 0 #7a8777 inset;
}
html.theme5 ul.nav-main > li.nav-active > a {
    box-shadow: 2px 0 0 #435d43 inset;
    background-color: #415841;
    /*color: #b71439;*/
    color: #95ac95;
    font-weight: bold;
}
    html.theme5 ul.nav-main > li.nav-active > a:hover {
        /*color: #b71439;*/
        color: #95ac95;
    }
.theme5 ul.nav-main > li.nav-expanded > a {
    background: #435d43;
}

.theme5 ul.nav-main li .nav-children {
    background: #F8EDE3;
    box-shadow: 0px -3px 3px -3px rgb(94 106 91) inset;
}

    .theme5 ul.nav-main li .nav-children li a {
        color: #435d43;
    }
    .theme5 ul.nav-main li .nav-children li.nav-active > a {
        color: #b71439 !important;
        font-weight:bold
    }
        .theme5 ul.nav-main li .nav-children li a:hover, .theme5 ul.nav-main li .nav-children li a:focus {
            background: #e2d8cd;
        }

.theme5 li.nav-parent.nav-active {
    background-color: #ebedf0;
}

html.theme5 .page-header {
    border-left-color: #435d43;
    box-shadow: 1px 3px 0 1px #7a877769;
    /* background-color: #BDD2B6; */
    background-color: #435d43;
    color: #7a8777;
}

html.theme5 .header-right {
    color: #fff;
}

html.theme5 .page-header h2 {
    border-bottom-color: #b71439;
    color: #fff;
}

html.theme5 .sidebar-left .sidebar-header .sidebar-toggle/*, .sidebar-left .sidebar-header*/ {
    background-color: #435d43;
}
    html.theme5 .sidebar-left .sidebar-header .sidebar-toggle i {
        color: #fff;
    }
html.theme5 ul.nav-main li a, html.theme5 ul.nav-main li.nav-parent > a:after {
    color: #fff;
}

.theme5 ul.nav-main > li > a:hover, .theme5 ul.nav-main > li > a:focus {
    background-color: #435d43;
}
.theme5 .userbox .dropdown-menu a:hover {
    background-color: #b71439;
}
html.theme5 a {
    color: #b71439;
}
html.theme5 .k-calendar-td a.k-link, html.theme5 .k-header.k-hstack [data-action="prev"], html.theme5 .k-header.k-hstack [data-action="next"], html.theme5 .k-header.k-hstack [data-action="nav-up"] {
    color: currentColor;
}
html.theme5 {
    color: #b71439;
}
html.theme5 .k-grid a {
    color: inherit;
}
html.theme5 .input-group .input-group-text {
    background-color: #b71439
}
html.theme5 .text-primary {
    color: #b71439 !important
}
html.theme5 .btn-secondary {
    background-color: #435d43;
    border-color: #435d43 #435d43 #7a8777;
    color: #FFF;
}
    html.theme5 .btn-secondary:active, html.theme5 .btn-secondary.active, .show > html.theme5 .btn-secondary.dropdown-toggle {
        background-color: #7a8777 !important;
        background-image: none !important;
        border-color: #7a8777 #7a8777 #a2b49c !important;
        box-shadow: 0 0 0 0.2rem rgb(122 135 119 / 54%) !important;
    }
        html.theme5 .btn-check:checked + .btn-secondary:focus, html.theme5 .btn-check:active + .btn-secondary:focus, html.theme5 .btn-secondary:active:focus, html.theme5 .btn-secondary.active:focus, html.theme5 .show > .btn-secondary.dropdown-toggle:focus, html.theme5 .btn-secondary:focus, html.theme5 .btn-secondary.focus {
            box-shadow: 0 0 0 0.2rem rgb(122 135 119 / 54%) !important;
        }
html.theme5 .btn-primary {
    background-color: #b71439;
    border-color: #b71439 #b71439 #b71439;
    color: #FFF !important;
}
    html.theme5 .btn-primary:active, html.theme5 .btn-primary.active, .show > html.theme5 .btn-primary.dropdown-toggle, html.theme5 .btn-primary:focus, html.theme5 .btn-primary.focus {
        background-color: #e14b4b !important;
        background-image: none !important;
        border-color: #b71439 #b71439 #e14b4b !important;
        box-shadow: 0 0 0 0.2rem rgb(248 80 80 / 54%) !important;
    }
    html.theme5 .k-grid .k-button-solid-base:not(.k-select), html.theme5 .k-toolbar.k-grid-toolbar .k-button-solid-base:not(.k-select):focus {
        background-color: #b71439 !important;
        border-color: #b71439 #b71439 #b71439 !important;
        color: #FFF !important;
    }
html.theme5 .k-button-solid-base:not(.k-select).k-hover, html.theme5 .k-button-solid-base:not(.k-select):hover, html.theme5 .k-button-solid-base:not(.k-select).k-active, html.theme5 .k-button-solid-base:not(.k-select):active {
    background-color: #b71439 !important;
    background-image: none !important;
    border-color: #b71439 #b71439 #b71439 !important;
    box-shadow: 0 0 0 0.2rem rgb(232 63 63 / 51%) !important;
}
html.theme5 .k-toolbar.k-grid-toolbar .k-button-solid-base:not(.k-select).k-hover, html.theme5 .k-toolbar.k-grid-toolbar .k-button-solid-base:not(.k-select):hover, html.theme5 .k-toolbar.k-grid-toolbar .k-button-solid-base:not(.k-select).k-active, html.theme5 .k-toolbar.k-grid-toolbar .k-button-solid-base:not(.k-select):active {
    background-color: #e14b4b !important;
    background-image: none !important;
    border-color: #b71439 #b71439 #e14b4b !important;
    box-shadow: 0 0 0 0.2rem rgb(248 80 80 / 54%) !important;
}

html.theme5 .k-grid-filter-menu.k-grid-filter .k-icon {
    color: #b71439;
}
html.theme5 .k-pager-numbers .k-link.k-state-selected {
    border-color: #b71439 !important;
    background-color: #b71439 !important;
    color: #fff !IMPORTANT;
}
html.theme5 .k-pager-numbers .k-link.k-state-focus, html.theme5 .k-pager-numbers .k-link:focus {
    box-shadow: 0 0 0 0.2rem rgb(248 80 80 / 54%) !important;
}
html.theme5 .k-pager-nav.k-link, html.theme5 .k-pager-refresh {
    color: #b71439 !important;
}
html.theme5 .dropdown-item.active, html.theme5 .dropdown-item:active {
    background: #b71439;
}
html.theme5 .checkbox-primary label:before, html.theme5 .checkbox-primary label:before {
    background: #b71439;
    border-color: #b71439;
}
html.theme5 .radio-primary input[type="radio"]:checked + label:after, html.theme5 .radio-primary input[type="radio"]:checked + label:after {
    background: #df4343;
    box-shadow: 0px 0px 1px #b71439;
}
html.theme5 .form-control:focus {
    border-color: rgb(94 106 91 / 11%);
    box-shadow: 0 1px 1px rgb(94 106 91 / 9%) inset, 0 0 8px rgb(94 106 91 / 32%);
}
html.theme5 .viewer-sidebar {
    background-color: #435d43;
    color: #f6f6f6;
}
html.theme5 .currncyviewer-body {
    background-color: #7a8777;
}
html.theme5 .toggle-currencyListLi {
    background-color: #7a8777
}
    html.theme5 .currency-list > li:not(li.dropdown):hover, html.theme5 .currency-list li .menudropdown [data-note]:hover, html.theme5 .currency-list > li:not(li.dropdown):hover:before, html.theme5 .currency-list li .menudropdown [data-note]:hover:after, html.theme5 .toggle-currencyListLi:after {
        color: #b71439;
        background-color: #7a8777;
    }
html.theme5 .currencybox h4 {
    color: #fff;
}
html.theme5 .exchange-container h4 {
    background-color: #b71439;
}
html.theme5 .wizard-progress .wizard-steps li.active a span, html.theme5 .wizard-progress .wizard-steps li.active a span {
    color: #b71439;
    border-color: #b71439;
}
html.theme5 .wizard-progress .wizard-steps li.active a span, html.theme5 .wizard-progress .wizard-steps li.active a span {
    background: #FFF !important;
}
html.theme5 .wizard-progress .wizard-steps li.completed a span, html.theme5 .wizard-progress .wizard-steps li.completed a span {
    border-color: #b71439;
    background: #b71439;
}
html.theme5 .wizard-progress .steps-progress .progress-indicator, html.theme5 .wizard-progress .steps-progress .progress-indicator {
    background: #b71439;
}

html.theme5 body .tabs .nav-tabs .nav-link, html.theme5 body .tabs .nav-tabs .nav-link, html.theme5 body .tabs .nav-tabs .nav-link:hover, html.theme5 body .tabs .nav-tabs .nav-link:hover {
    color: #b71439;
}
    html.theme5 body .tabs .nav-tabs .nav-link:hover, html.theme5 body .tabs .nav-tabs .nav-link:hover, html.theme5 body .tabs .nav-tabs .nav-link:focus, html.theme5 body .tabs .nav-tabs .nav-link:focus,
    html.theme5 body .tabs .nav-tabs li.active .nav-link, html.theme5 body .tabs .nav-tabs li.active .nav-link {
        border-top-color: #b71439;
    }
    html.theme5 body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover, html.theme5 body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover, html.theme5 body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link, html.theme5 body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link, html.theme5 body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover, html.theme5 body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover, html.theme5 body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus, html.theme5 body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus {
        border-left-color: #b71439;
        color: #b71439
    }
html.theme5.no-overflowscrolling .nano > .nano-pane > .nano-slider {
    background: #b71439;
}
html.theme5 .toggle-currencyListLi {
    color: #b71439;
}
html.theme5 default.select2-container--open.select2-container--above .select2-selection--single, html.theme5 .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, html.theme5 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, html.theme5 .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
html.theme5 .k-picker.k-dropdown.k-focus {
    border-color: rgb(94 106 91 / 10%);
    box-shadow: 0 1px 1px rgb(94 106 91 / 9%) inset, 0 0 8px rgb(94 106 91 / 32%);
    border-radius: 3px;
}
html.theme5 .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, html.theme5 .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
html.theme5 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, html.theme5 .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-color: rgb(94 106 91 / 10%);
    box-shadow: 0 1px 1px rgb(94 106 91 / 9%) inset, 0 0 8px rgb(94 106 91 / 32%);
    border-radius: 3px;
}
html.theme5 .select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: rgb(94 106 91 / 30%);
    box-shadow: 0 1px 1px rgb(94 106 91 / 8%) inset, 0 0 8px rgb(94 106 91 / 30%);
    outline: none;
}
html.theme5 .bg-primary, html.theme4 .background-color-primary {
    background-color: #b71439 !important;
}

html.theme5 blockquote.primary {
    border-color: #e83f3f;
}
html.theme5 .btn-outline-primary {
    border-color: #b71439 #b71439 #9c1232;
    color: #b71439;
}
    html.theme5 .btn-outline-primary:focus, html.theme5 .btn-outline-primary.focus {
        color: #fff;
        background-color: #b71439;
        box-shadow: 0 0 0 0.25rem rgb(154 15 54 / 50%);
    }
    html.theme5 .btn-outline-primary:hover, html.theme5 .btn-outline-primary.hover, html.theme5 .btn-outline-primary:active, html.theme5 .btn-outline-primary.active, .show > html.theme5 .btn-outline-primary.dropdown-toggle {
        background-color: #b71439;
        border-color: #b71439 #b71439 #8b112d;
        color: #FFF;
        
    }
    html.theme5 .btn-outline-primary:active {
        box-shadow: 0 0 0 0.25rem rgb(154 15 54 / 50%);
    }
html.theme5 .btn-link {
    color: #b71439;
}
html.theme5 .active-opensubbox .nav-link:before, html.theme5 .active-opensubbox .nav-link:hover:before {
    border-left-color: #b71439;
}
html.theme5 .active-opensubbox .nav-link:after, html.theme5 .active-opensubbox .nav-link:hover:after {
    border-left-color: #b71439;
}
html.theme5 .active-opensubbox .nav-link, html.theme5 .active-opensubbox .nav-link:hover {
    background: #b71439;
    color: #fdfdfd;
}
    html.theme5 .active-opensubbox .nav-link .badge {
        color: #b71439;
        background: #fdfdfd;
    }
html.theme5 .k-pager-numbers .k-link {
    color: #b71439 !important;
}
    html.theme5 .k-input.k-focus, html.theme5 .k-input:focus, html.theme5 .k-input:focus-within {
        border-color: rgb(94 106 91 / 11%);
        box-shadow: 0 1px 1px rgb(94 106 91 / 9%) inset, 0 0 8px rgb(94 106 91 / 32%) !important;
    }
    html.theme5 .k-datepicker .k-button-solid-base {
        border-color: #b71439;
        color: #fefefe;
        background-color: #b71439;
        min-width: 54px
    }
    html.theme5 td.actions a {
        color: #b71439
    }
html.theme5 table .highlighted-tr {
    background-color: rgb(195 46 81 / 18%);
}
    html.theme5 .input-group .btn-transfer {
        box-shadow: inset 0px 0px 3px 2px rgb(154 15 54 / 54%) !important;
    }
    html.theme5 .k-datepicker .k-button-solid-base {
        border-color: #fdfdfd;
        color: #fefefe;
        background-color: #fdfdfd;
        min-width: 42px;
        height: auto !important
    }

    html.theme5 .k-button-solid-base:not(.k-select).k-hover, html.theme5 .k-button-solid-base:not(.k-select):hover, html.theme5 .k-button-solid-base:not(.k-select).k-active, html.theme5.k-button-solid-base:not(.k-select):active {
        background-color: #fdfdfd !important;
        background-image: none !important;
        border-color: #fdfdfd !important;
        box-shadow: 0 0 0 0.2rem #fff !important;
    }
    html.theme5 .card-featured-primary {
        border-color: #9a0f36;
    }
    html.theme5 .k-grid-filter-menu.k-grid-filter.k-state-active {
        background-color: #b71439 !important;
        /*border-radius: 3px !important;
        padding: 0.375rem;*/
    }

        html.theme5 .k-grid-filter-menu.k-grid-filter.k-state-active .k-icon {
            color: #fff !important
        }
    html.theme5 .bg-success {
        background-color: #4c5d44 !important;
    }
    /*================Theme Six====================*/
    html.theme6 .header {
        background-color: #161b21;
        border-bottom-color: #313439;
        border-top-color: #161b21;
    }

html.theme6 .logo-container h2.companyName {
    color: #d6d6d6
}

html.theme6 .header .separator {
    background-image: linear-gradient(#313439 60%, #161b21);
}

html.theme6 .userbox .name, html.theme6 .userbox .custom-caret, html.theme6 .userbox .name, html.theme6 .userbox .custom-caret, html.theme6 .userbox .role {
    color: #d6d6d6;
}

.theme6 #culture-picker {
    background-color: #161b21;
    border-color: #4e5055;
    color: #d6d6d6;
}

.theme6 .sidebar-left {
    background-color: #222831;
}

    .theme6 .sidebar-left .sidebar-header .sidebar-title, .theme6 .sidebar-left .sidebar-header, .theme6 .sidebar-left .sidebar-header .sidebar-toggle {
        background-color: #161b21;
        color: #d6d6d6;
    }
        .theme6 .sidebar-left .sidebar-header .sidebar-toggle:hover i {
            color: #edc339;
        }
html.theme6.no-overflowscrolling .sidebar-left .nano {
    background: #161b21;
    box-shadow: -5px 0 0 #532a02 inset;
}

html.theme6 ul.nav-main > li.nav-active > a {
    box-shadow: 2px 0 0 #161b21 inset;
}
.theme6 ul.nav-main li .nav-children {
    background: #feffe7;
    box-shadow: 0px -3px 3px -3px rgb(34 40 49) inset;
}

    .theme6 ul.nav-main li .nav-children li a {
        color: #222831;
    }
    .theme6 ul.nav-main li .nav-children li.nav-active > a {
        color: #edc339;
        font-weight: bold;
    }
        .theme6 ul.nav-main li .nav-children li a:hover, .theme6 ul.nav-main li .nav-children li a:focus {
            background: #FBFCD4;
        }

html.theme6 .page-header {
    border-left-color: #161b21;
    box-shadow: 1px 3px 0 1px #645858;
    background-color: #313439;
}

html.theme6 .header-right {
    color: #d6d6d6;
}

html.theme6 .page-header h2 {
    color: #d6d6d6;
    border-bottom-color: #EDC339;
}
html.theme6 .userbox .dropdown-menu a:hover {
    background: #edc339;
}
html.theme6 a {
    color: #EDC339;
}

html.theme6 ul.nav-main li a, html.theme6 ul.nav-main li.nav-parent > a:after {
    color: #d6d6d6;
}

.theme6 ul.nav-main > li > a:hover, .theme6 ul.nav-main > li > a:focus, .theme6 ul.nav-main > li.nav-expanded > a, .theme6 li.nav-parent.nav-active {
    background-color: #171b21;
    color: #edc339;
}
html.theme6 ul.nav-main li.nav-parent > a:hover:after, html.theme6 ul.nav-main li.nav-parent > a:focus:after {
    color: #edc339;
}
.theme6 .wizard-progress .wizard-steps li.active a span, .theme6 .wizard-progress .wizard-steps li.active a span {
    color: #edc339;
    border-color: #edc339;
}
.theme6 .wizard-progress .wizard-steps li.completed a span, .theme6 .wizard-progress .wizard-steps li.completed a span {
    border-color: #edc339;
    background: #edc339;
}
.theme6 .wizard-progress .steps-progress .progress-indicator, .theme6 .wizard-progress .steps-progress .progress-indicator {
    background: #edc339;
}
.theme6 .btn-primary, .theme6 .btn-primary:hover, .theme6 .btn-primary.hover {
    background-color: #edc339;
    border-color: #edc339 #edc339 #edc339;
    color: #FFF;
}
    .theme6 .btn-primary:active, .theme6 .btn-primary.active, .show > .theme6 .btn-primary.dropdown-toggle {
        background-color: #edc339 !important;
        background-image: none !important;
        border-color: #edc339 #edc339 #edc339 !important;
        box-shadow: 0 0 0 0.2rem rgb(237 195 57 / 55%) !important;
    }
.theme6 .k-grid .k-button-solid-base:not(.k-select) {
    background-color: #0088CC;
    border-color: #0088CC #0088CC #006699;
    color: #FFF;
}
.theme6 .k-toolbar.k-grid-toolbar .k-button-solid-base:not(.k-select) {
    border-color: #edc339 !important;
    background-color: #edc339 !important;
    color: #fff !IMPORTANT;
}
    .theme6 .k-toolbar.k-grid-toolbar .k-button-solid-base:not(.k-select).k-hover, .theme6 .k-toolbar.k-grid-toolbar .k-button-solid-base:not(.k-select):hover, .theme6 .k-toolbar.k-grid-toolbar .k-button-solid-base:not(.k-select).k-active, .theme6 .k-toolbar.k-grid-toolbar .k-button-solid-base:not(.k-select):active {
        box-shadow: 0 0 0 0.2rem rgb(237 195 57 / 56%) !important;
    }
.theme6 body .tabs .nav-tabs .nav-link, .theme6 body .tabs .nav-tabs .nav-link, .theme6 body .tabs .nav-tabs .nav-link:hover, .theme6 body .tabs .nav-tabs .nav-link:hover {
    color: #edc339;
}
.theme6 body .tabs .nav-tabs li.active .nav-link, .theme6 body .tabs .nav-tabs li.active .nav-link {
    border-top-color: #edc339;
    color: #edc339;
}
.theme6 body .tabs .nav-tabs .nav-link:hover, .theme6 body .tabs .nav-tabs .nav-link:hover, .theme6 body .tabs .nav-tabs .nav-link:focus, .theme6 body .tabs .nav-tabs .nav-link:focus {
    border-top-color: #edc339;
}
    .theme6 .btn-primary:focus, .theme6 .btn-primary.focus {
        box-shadow: 0 0 0 3px rgb(237 195 57 / 72%);
        background-color: #edc339;
        border-color: #edc339;
    }
html.theme6 .viewer-sidebar {
    background-color: #161b21;
    color: #f6f6f6;
}

html.theme6 .currncyviewer-body {
    background-color: #313439;
}

html.theme6 .toggle-currencyListLi {
    background-color: #313439;
}

    html.theme6 .currency-list > li:not(li.dropdown):hover, html.theme6 .currency-list li .menudropdown [data-note]:hover, html.theme6 .currency-list > li:not(li.dropdown):hover:before, html.theme6 .currency-list li .menudropdown [data-note]:hover:after, html.theme6 .toggle-currencyListLi:after {
        color: #edc339;
        background-color: #313439
    }
html.theme6 .toggle-currencyListLi {
    color: #edc339;
}
html.theme6 [data-note].toggle-currencyListLi {
    color: #edc339;
}
html.theme6 .currencybox h4 {
    color: #fff;
}

html.theme6 .exchange-container h4 {
    background-color: #edc339;
}
html.theme6 .k-pager-numbers .k-link.k-state-selected {
    border-color: #edc339 !important;
    background-color: #edc339 !important;
    color: #fff !IMPORTANT;
}
html.theme6 .k-pager-numbers .k-link.k-state-focus, html.theme6 .k-pager-numbers .k-link:focus {
    box-shadow: 0 0 0 0.2rem rgb(237 195 57 / 66%) !important;
}
html.theme6 .k-pager-nav.k-link, html.theme6 .k-pager-refresh {
    color: #edc339 !important;
}
html.theme6 .k-grid-filter-menu.k-grid-filter .k-icon {
    color: #edc339;
}
html.theme6 .dropdown-item.active, html.theme6 .dropdown-item:active {
    background: #edc339;
}
html.theme6 .checkbox-primary label:before, html.theme6 .checkbox-primary label:before {
    background: #edc339;
    border-color: #edc339;
}
html.theme6 .radio-primary input[type="radio"]:checked + label:after, html.theme6 .radio-primary input[type="radio"]:checked + label:after {
    background: #edc339;
    box-shadow: 0px 0px 1px #edc339;
}
html.theme6 .input-group .input-group-text {
    color: #fdfdfd;
    background-color: #edc339;
    border: 1px solid #edc339
}
html.theme6 .heading-primary, html.theme6 .lnk-primary, html.theme6 .text-color-primary, html.theme6 .text-primary {
    color: #edc339 !important;
}
html.theme6 .form-control:focus {
    border-color: rgb(237 195 57 / 11%);
    box-shadow: 0 1px 1px rgb(237 195 57 / 11%) inset, 0 0 8px rgb(237 195 57 / 30%);
}
html.theme6 .k-input.k-focus, html.theme6 .k-input:focus, html.theme6 .k-input:focus-within,
html.theme6 .k-picker.k-dropdown.k-focus,
html.theme6 .select2-container--default .select2-search--dropdown .select2-search__field,
html.theme6 .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, html.theme6 .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, html.theme6 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, html.theme6 .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-color: rgb(237 195 57 / 11%) !important;
    box-shadow: 0 1px 1px rgb(237 195 57 / 11%) inset, 0 0 8px rgb(237 195 57 / 30%) !important;
}
html.theme6.no-overflowscrolling .nano > .nano-pane > .nano-slider {
    background: #edc339;
}
html.theme6 .btn-link, html.theme6 .btn-link:hover {
    color: #edc339;
}
html.theme6 .btn-outline-primary {
    border-color: #edc339 #edc339 #cda932;
    color: #edc339;
}
html.theme6 .btn-outline-primary:hover, html.theme6 .btn-outline-primary.hover {
    background-color: #edc339;
    border-color: #edc339 #edc339 #d1ac32;
    color: #FFF;
}
html.theme6 .bg-primary, html.theme6 .background-color-primary {
    background-color: #edc339 !important;
}
html.theme6 .k-pager-numbers .k-link {
    color: #edc339 !important;
}
html.theme6 .input-group .btn-transfer {
    box-shadow: inset 0px 0px 3px 2px rgb(224 194 61 / 60%) !important;
}
/*html.theme6 .k-datepicker .k-button-solid-base{
    border-color: #e0c23d;
    color: #fefefe;
    background-color: #e0c23d;
    min-width: 54px;
    height: 100%;
}*/

html.theme6 .k-datepicker .k-button-solid-base {
    border-color: #e0c23d;
    color: #fefefe;
    background-color: #e0c23d;
    min-width: 42px;
    height: auto !important
}

html.theme6 .k-button-solid-base:not(.k-select).k-hover, html.theme6 .k-button-solid-base:not(.k-select):hover, html.theme6 .k-button-solid-base:not(.k-select).k-active, html.theme6 .k-button-solid-base:not(.k-select):active {
    background-color: #e0c23d !important;
    background-image: none !important;
    border-color: #e0c23d !important;
    box-shadow: 0 0 0 0.2rem #fff !important;
}
html.theme6 .card-featured-primary {
    border-color: #edc339;
}
html.theme6 .k-grid-filter-menu.k-grid-filter.k-state-active {
    background-color: #e0c23d !important;
    border-radius: 3px !important;
    padding: 0.375rem;
}

    html.theme6 .k-grid-filter-menu.k-grid-filter.k-state-active .k-icon {
        color: #fff !important
    }
html.theme6 .kgrid-extend .k-i-expand::before {
    color: #e0c23d;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    Custom Scroll
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
::-webkit-scrollbar {
    width: 12px;
    -webkit-appearance: none;
    height: 12px;
}
.k-grid-content::-webkit-scrollbar, .table-responsive::-webkit-scrollbar, .workingdays-collapsable::-webkit-scrollbar {
    width: 7px; /* width of vertical scrollbar */
    height: 7px; /* height of horizontal scrollbar ← You're missing this */
}
::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #E0E0E0;
    border: 2px solid #E0E0E0;
    margin: 0;
}
::-webkit-scrollbar-thumb {
    background-color: #BDBDBD !important;
    border-radius: 0;
    border: 2px solid #BDBDBD !important;
    height: 40px;
}
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    Loader
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.inline-loader-btn {
    background: transparent !important;
    color: #bf9e66
}

    .inline-loader-btn:after {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -11px !important;
        margin-top: -18px !important;
        font-size: 24px;
        color: #bf9e66;
        z-index: 3;
        content: '\f1ce';
        font-family: "Font Awesome 5 Free";
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear;
    }

