body {
    font-family: var(--pmt-font-family) !important;
    font-size: 13px;
}

.azinakou {
    font-family: var(--pmt-font-family) !important;
}

.nav-link {
    --bs-nav-link-color: '#414141' !important;
}

.btn {
    font-weight: 500;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #377DFF;
    --bs-btn-border-color: #377DFF;
}

.bg-primary-light {
    background-color: #F0F8FF;
}

.bg-dark {
    background-color: var(--dark) !important;
}

.cursor {
    cursor: pointer;
}

.btn {
    padding: var(--pmt-btn-padding-y) var(--bs-btn-padding-x);
}

.form-control:focus, .form-select:focus {
    border-color: #3279ff;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.25);
}


.wrapper {
    width: 100%
}

#sidebar {
    min-width: 270px;
    max-width: 270px;
    background: var(--dark);
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: fixed
}

#sidebar .h6 {
    color: #fff
}

#sidebar.active {
    margin-left: -270px
}

#sidebar.active .custom-menu {
    margin-right: -50px
}

#sidebar h1 {
    margin-bottom: 20px;
    font-weight: 700
}

#sidebar h1 .logo {
    color: #fff
}

#sidebar ul.components {
    padding: 0
}

#sidebar ul li {
    font-size: 14px
}

#sidebar ul li>ul {
    margin-left: 10px
}

#sidebar ul li>ul li {
    font-size: 14px
}

#sidebar ul li a {
    padding: 7px 0;
    display: block;
}

#sidebar ul li a:hover {
    color: #fff
}

#sidebar ul li.active>a {
    background: 0 0;
    color: #fff
}

@media(max-width:991.98px) {
    #sidebar {
        margin-left: -270px
    }

    #sidebar.active {
        margin-left: 0
    }

    #sidebar .custom-menu {
        margin-right: -60px !important;
        top: 10px !important
    }
}

#sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
    margin-right: -20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media(prefers-reduced-motion:reduce) {
    #sidebar .custom-menu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

#sidebar .custom-menu .btn {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

#sidebar .custom-menu .btn.btn-primary {
    background: var(--bs-btn-bg);
    border-color: var(--bs-btn-bg);
}

#sidebar .custom-menu .btn.btn-primary:hover,
#sidebar .custom-menu .btn.btn-primary:focus {
    background: var(--bs-btn-bg) !important;
    border-color: var(--bs-btn-bg) !important
}

a[data-toggle=collapse] {
    position: relative
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width:991.98px) {
    #sidebarCollapse span {
        display: none
    }
}

#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-left: 270px !important;
}

.sidebar-balance {
    font-size: 26px;
    font-weight: bold;
}

.sidebar-balance .currency {
    font-size: 16px;
    font-weight: 600;
}

.sidebar-menu a {
    text-decoration: none;
    font-weight: 500;
    color:white;
}

#sidebar ul li.active {
    background-color: var(--pmt-primary);
}

.page-title {
    font-weight: 600;
    font-size: 20px;
}

[x-cloak] { display: none !important; }

.table-currency {
    font-size: 10px;
}

#pmt-table thead tr th {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-weight: 600;
}

.bg-success-light {
    background-color:#dff7e9;
}

.btn-outline-gray {
    border: 1px solid #e6e6e6
}

.btn-outline-gray:hover, .btn-outline-gray:active, .btn-outline-gray:focus {
    border: 1px solid #e6e6e6;
    background-color: #fbfbfb;
}

.toolbar .dropdown-toggle::after {
    right: 6px;
}


.dropdown-menu {
    border:none;
    box-shadow: 0 0.25rem 1rem rgba(165, 163, 174, 0.45);
    animation: dropdownAnimation 0.1s;
}

.toolbar .dropdown-menu .dropdown-item {
    font-size: 14px;
}

.spinner-border {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.1em;
}

.pmt-subnav .active {
    color: var(--pmt-primary) !important;
    font-weight: 700 !important;
}

.pmt-subnav a {
    margin-left: 15px;
    margin-right: 15px;
    font-weight: 500;
}

.iti {
    width: 100%;
}

@media screen and (max-width: 900px) {
    #content {
        margin-left: 0px !important;
    }

    #sidebar {
        position: relative;
    }

    .btn {
        padding: .2rem 0.4rem;
          padding-right: 0.4rem;
        font-size: 14px;
    }
}


.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 38px;
    font-weight: 400;
    font-size: 14px;
  }

  .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
  }

  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 38px;
    user-select: none;
    -webkit-user-select: none;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
  }

  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--bs-btn-bg);
    color: white;
  }

  .team-dropdown:hover, .team-dropdown:active, .team-dropdown:focus {
    border:none;
  }
  .navbar-brand {
    font-size: 14px;
  }

    .balance {
    padding: 10px;
    color: white;
  }
  .balance h4 {
    font-size: 12px;
    font-weight: 400;
  }

  .balance .amount {
    font-size: 20px;
    font-weight: 600;
  }

  .account-resume h4 {
    font-size: 12px;
    font-weight: 400;
  }

  .account-resume .amount, .account-resume .data {
    font-size: 20px;
    font-weight: 600;
  }

  .account-resume .amount .currency {
    font-size: 10px;
  }

  .balance .amount .currency {
    font-size: 10px;
  }


  .balance-border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) #61a1ff !important;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  #screen-loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 99;
  }

  #screen-loading .spinner-border {
    z-index: 100;
  }


  #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #ffffff;
    padding-left: 0px;
    margin-top: 30px
}

#progressbar li {
    list-style-type: none;
    width: 100%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #step1:before {
    content: "1";
}

#progressbar #step2:before {
    content: "2";
}

#progressbar #step3:before {
    content: "3";
}
#progressbar #step4:before {
    content: "4";
}
#progressbar #step5:before {
    content: "5";
}
#progressbar #step6:before {
    content: "6";
}

#progressbar li:before {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    margin: auto;
    border: 1px solid #dee2e6;
    color: #424242;
    font-size: 10px;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #dee2e6 !important;
    position: absolute;
    left: 0;
    top: 17px;
    z-index: -1
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--pmt-primary);
    border: 1px solid var(--pmt-primary);
    color: #ffffff;
}

.bg-dark-100 {
    background-color: #2b2b2b !important;
}

.sub-item {
    list-style-type: none;
}

.h-80 {
    height: 80vh !important;
    min-height: 80vh !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #FFFFFF;
    background-color: var(--pmt-primary);
  }

.popover {
    font-family: var(--pmt-font-family);
}
.password-checker {
    padding-left: 10px;
}
