﻿/*
VARIABLES
*/
/*Main Colors*/
/*Auxiliary Colors*/
/*DISPLAY*/
@media (max-width: 576px) {
  .d-xs-none {
    display: none !important; } }

/*TEXT*/
.text-danger,
a.text-danger {
  color: #ee2e6b !important; }

a.text-danger:focus,
a.text-danger:hover {
  color: #ee2e6b !important; }

.text-blue,
a.text-blue {
  color: #0077ff !important; }

a.text-blue:focus,
a.text-blue:hover {
  color: #ffc107 !important; }

.text-orange,
a.text-orange {
  color: #ffc107 !important; }

a.text-orange:focus,
a.text-orange:hover {
  color: #ffc107 !important; }

.text-green,
a.text-green {
  color: #33d7b2 !important; }

a.text-green:focus,
a.text-green:hover {
  color: #33d7b2 !important; }

/*BADGE*/
.badge {
  display: inline-block;
  padding: 0.65em 2.3em;
  font-size: 80%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: bottom;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

.badge-block {
  display: block; }

.badge-turquoise {
  color: #58b2be;
  background-color: #e3fbf8; }

.badge-orange {
  color: #ecb22e;
  background-color: #fff2d4; }

.badge-pink {
  color: #ee2e6b;
  background-color: #feeef2; }

.badge-blue {
  color: #0077ff;
  background-color: #cce4ff; }

.badge-gray {
  color: #7583a3;
  background-color: #ebedf8; }

/*
$primary-color-darken: darken($primary-color, 20%);
$primary-color-lighten: lighten($primary-color, 20%);
$border-color-darken: darken($border-color, 20%);
$border-color-lighten: lighten($border-color, 20%);
*/
.box-primary, .card, .alert-page-bottom {
  border: #e8edfb 1px solid;
  box-shadow: 0 5px 9px rgba(232, 237, 251, 0.7);
  padding: 20px;
  border-radius: 8px; }

.table td,
.table th, .tab-list .item, .tabs-full-page .tab-list .item {
  border-bottom: 1px solid #eaedf8; }

.left-right-line {
  overflow: hidden;
  text-align: center;
  color: #242b46;
  font-weight: 600;
  font-size: 13px;
  margin: 15px 0; }

.left-right-line:before,
.left-right-line:after {
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%; }

.left-right-line:before {
  right: 0.5em;
  margin-left: -50%; }

.left-right-line:after {
  left: 0.5em;
  margin-right: -50%; }

.box-title {
  display: inline-block;
  color: #242b46;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
  margin-right: 20px; }

/*
CUSTOMIZE
*/
/* Material Icons */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/material.woff2) format("woff2"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

body {
    font-family: 'Mukta', sans-serif;
    font-size: 1em;
    color: #242b46;
    background-color: #0d0e12 !important;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
}

div,
section,
header,
footer,
aside,
nav,
a,
p,
ul,
li,
input,
button,
img,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.bg-primary {
    background-color: #0d0e12 !important;
}

h1 {
  color: #242b46;
  font-size: 26px;
  font-weight: bold;
  line-height: 1; }

h1 small {
  color: #7583a3; }

a,
a:hover {
  color: #424b5f; }

.container-fluid {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto; }

@media (max-width: 991.98px) {
  .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; } }

.row.vertical-center > [class^="col-"],
.row.vertical-center > [class*=" col-"] {
  display: flex;
  align-items: center; }

/*NAV*/
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: inherit;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.navbar-dark .navbar-nav .nav-link {
  color: #dbecff;
  font-weight: 700;
  padding-right: .7rem;
  padding-left: .7rem; }

.navbar-top-right .icon-link {
  height: 22px;
  margin-top: 7px; }

.navbar-top-right .nav-item i {
  margin-top: .2em; }

/*PROGRESS BAR*/
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 8px;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem; }

/*COLURFUL AVATAR*/
.colorful-avatar {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-right: 5px;
  background-color: #dbecff;
  color: #0077ff;
  background-size: cover;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 15px;
  font-weight: 900;
  border-radius: 99px; }

.colorful-avatar.mor {
  background-color: #efecfc;
  color: #521dd9; }

.colorful-avatar.yesil {
  background-color: #e3fbf8;
  color: #58b2be; }

.colorful-avatar.sari {
  background-color: #fff2d4;
  color: #ecb22e; }

.colorful-avatar.mavi {
  background-color: #dbecff;
  color: #0077ff; }

/*PAGINATION*/
.page-link {
  position: relative;
  display: block;
  margin: 0 1em;
  padding: .45em .85em;
  margin-left: -1px;
  line-height: 1.25;
  color: #89befa;
  background-color: #fff;
  border: 1px solid #89befa;
  border-radius: 99em; }

.page-link:hover {
  position: relative;
  display: block;
  margin: 0 1em;
  padding: .45em .85em;
  margin-left: -1px;
  line-height: 1.25;
  color: #89befa;
  background-color: #fff;
  border: 1px solid #89befa;
  border-radius: 99em; }

.page-item.active .page-link {
  padding: 0.6em 1em;
  box-shadow: 0 1px 5px 0 rgba(13, 153, 255, 0.4);
  background-color: #0077ff;
  font-weight: 800;
  margin-top: -0.3em;
  font-size: 1.2em; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
  border: none; }

.page-item:last-child .page-link,
.page-item:first-child .page-link {
  border-top-right-radius: 99rem;
  border-bottom-right-radius: 99rem;
  border-top-left-radius: 99rem;
  border-bottom-left-radius: 99rem;
  border: none; }

.page-item img {
  height: 15px; }

/*BTN*/
.btn {
  color: #242b46;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 14px;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

@media (max-width: 574px) {
  .btn {
    color: #242b46;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; } }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
button:focus {
  outline: none !important;
  box-shadow: none !important; }

.btn img {
  vertical-align: top; }

.btn .left-icon {
  margin-right: 5px; }

.btn-compact {
  padding: 10px 15px; }

.btn-primary {
  color: #fff;
  background-color: #0077ff;
  border-color: #0077ff;
  box-shadow: 0 1px 5px 0 rgba(13, 153, 255, 0.4); }

.btn-primary:hover {
  color: #fff;
  background-color: #0077ff;
  border-color: #0077ff;
  box-shadow: 0 1px 5px 0 rgba(13, 153, 255, 0.4); }

.btn-warning {
  color: #ffffff;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0 1px 5px 0 rgba(245, 166, 35, 0.4); }

.btn-warning:hover {
  color: #ffffff;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0 1px 5px 0 rgba(245, 166, 35, 0.4); }

.btn-pink {
  color: #ffffff;
  background-color: #ee2e6b;
  border-color: #ee2e6b;
  box-shadow: 0 1px 5px 0 rgba(238, 46, 107, 0.4); }

.btn-pink:hover {
  color: #ffffff;
  background-color: #ee2e6b;
  border-color: #ee2e6b;
  box-shadow: 0 1px 5px 0 rgba(238, 46, 107, 0.4); }

.btn-primary-light {
  color: #7b89a9;
  background-color: #dbecff;
  border-color: #dbecff;
  box-shadow: 0 1px 5px 0 rgba(13, 153, 255, 0.4); }

.btn-primary-light:hover {
  color: #7b89a9;
  background-color: #dbecff;
  border-color: #dbecff;
  box-shadow: 0 1px 5px 0 rgba(13, 153, 255, 0.4); }

.btn-google {
  background: url("/img/icons/google.svg") no-repeat left 10px center;
  background-size: 17px; }

.btn-facebook {
  color: #fff;
  border-color: #3c619e;
  box-shadow: 0 2px 10px 0 rgba(97, 97, 97, 0.1);
  background: #3c619e url("/img/icons/facebook.svg") no-repeat left 10px center;
  background-size: 17px; }

.btn-facebook:hover {
  color: #fff;
  border-color: #3c619e;
  box-shadow: 0 2px 10px 0 rgba(97, 97, 97, 0.1);
  background: #3c619e url("/img/icons/facebook.svg") no-repeat left 10px center;
  background-size: 17px; }

.btn-white {
  color: #424b5f;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 119, 255, 0.22); }

.btn-white:hover {
  color: #424b5f;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 119, 255, 0.22); }

.btn-outline {
  color: #7583a3;
  background-color: #fff;
  border-color: #7583a3;
  box-shadow: none; }

.btn-outline:hover {
  color: #7583a3;
  background-color: #fff;
  border-color: #7583a3;
  box-shadow: none; }

.material-icons {
  margin-top: 5px;
  /* margin-left: 20px;*/ }

.btn.icon img {
  margin-right: 5px; }

.btn-sm {
  padding: 0.25rem 0.8rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

.btn-lg {
  padding: 0.6rem 2.2rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

button:focus {
  outline: 0; }

/*PLACEHOLDER*/
::-webkit-input-placeholder {
  /* Edge */
  color: #7583a3; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7583a3; }

::placeholder {
  color: #7583a3; }

/*FORM*/
.form-check-wrapper .form-group {
  display: inline-block;
  margin-right: 10px; }

.form-check-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px; }

.form-title {
  color: #b7bdc6;
  font-weight: 600;
  margin-bottom: 10px; }

.form-group {
  position: relative; }

.form-group .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 22px 13px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #7583a3;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-radius: 4px;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border: solid 1.2px #b7bdc6; }

.form-group textarea {
  min-height: 100px; }

.form-group .datebox {
  background: url("/img/icons/calendar.svg") no-repeat right 10px center;
  background-size: 15px; }

.form-group .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #7583a3 !important;
  outline: 0;
  box-shadow: none; }

.tabs .right-absolute .form-control {
  padding: 16px 13px; }

.tabs .right-absolute .btn {
  padding: 10px 70px; }

.form-group select {
  height: calc(1.99em + .75rem + 2px) !important;
  line-height: 1.5;
  color: #6c757d !important;
  border: solid 1.2px #b7bdc6;
  padding: 0 !important; }

.card .form-group select {
  height: calc(1.7em + .75rem + 2px) !important; }

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545; }

.form-group label {
  display: none; }

.form-group.active label {
  display: block;
  position: absolute;
  top: -9px;
  left: 15px;
  background-color: #fff;
  color: #7583a3;
  font-size: 12px;
  font-weight: 600;
  padding: 0 5px;
  z-index: 99; }

.form-text {
  display: block;
  margin-top: 0.25rem;
  padding-left: 15px;
  background: url("/assets/v2/img/icons/form-unlem-gri.svg") no-repeat left center;
  background-size: 11px; }

input[value=""]label {
  display: block;
  position: absolute;
  top: -9px;
  left: 33px;
  background-color: #fff;
  color: #7583a3;
  font-size: 12px;
  font-weight: 600;
  padding: 0 5px; }

.form-control:focus::-webkit-input-placeholder {
  /* Edge */
  opacity: 1; }

.form-control:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 1; }

.form-control:focus::placeholder {
  opacity: 1; }

select {
  min-width: 120px;
  width: 100%;
  background: none;
  background-color: #fff;
  background: url("/img/icons/down-arrow-laci.svg") no-repeat right 10px center;
  background-size: 15px;
  text-indent: 12px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  height: 46px;
  border-radius: 4px;
  border: solid 1.2px #b7bdc6;
  -webkit-appearance: none;
  appearance: none; }

.navbar-top {
  margin-left: 210px;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 99999; }

.compact .navbar-top {
  margin-left: 80px; }

.mobile .navbar-top {
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px; }

.navbar-top .user-avatar {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  border-radius: 11px;
  box-shadow: 2px 2px 2px 0 #4da1ff; }

@media (max-width: 991.98px) {
  .navbar-top .user-name {
    display: none; } }

.dropdown-toggle {
  position: relative;
  z-index: 1001; }

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #242b46; }

/*DROPDOWN*/
.dropdown-menu {
  position: absolute !important;
  top: -10%;
  left: 0;
  right: auto;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 11.5rem;
  padding: .5rem 0;
  padding-top: 4rem;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 10px;
  box-shadow: 2px 2px 10px 0 rgba(0, 119, 255, 0.27);
  border: none;
  transition: none; }

@media (max-width: 991.98px) {
  .dropdown-menu {
    position: absolute !important;
    top: 105%;
    left: auto;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 11.5rem;
    padding: .5rem 0;
    padding-top: 15px;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 10px;
    box-shadow: 2px 2px 10px 0 rgba(0, 119, 255, 0.27);
    border: none;
    transition: none; } }

.dropdown-menu .dropdown-item {
  display: block;
  width: 84%;
  padding: 0.5rem 0rem;
  margin: 0rem 0.7rem;
  clear: both;
  font-weight: 400;
  color: #424b5f;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-weight: 700;
  border-top: 1px solid #eaedf8; }

.dropdown-menu .dropdown-item:first-child {
  border-top: 0 solid #eaedf8; }

.dropdown-menu .dropdown-item .icon {
  margin-right: 8px;
  height: 20px; }

.nocaret .dropdown-toggle::after {
  display: none;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent; }

.dropdown-section {
  margin-top: 11px; }

.dropdown-section .btn {
  z-index: 98; }

.dropdown-section .dropdown-menu {
  padding-top: 0;
  box-shadow: 2px 7px 10px 0 rgba(0, 119, 255, 0.27); }

.dropdown-section .dropdown-menu .btn-primary {
  background: none !important;
  background-color: #0077ff !important; }

.dropdown-section.filtrele .btn {
  background: url("/img/icons/filtrele.svg") no-repeat left 10px center;
  background-size: 15px; }

.dropdown-section.filtrele [aria-expanded=true] {
  background: url("/img/icons/filtrele-yesil.svg") no-repeat left 10px center;
  border: 1px solid transparent; }

.dropdown-section.sirala .btn {
  background: url("/img/icons/sirala.svg") no-repeat left 10px center;
  background-size: 15px; }

.dropdown-section.sirala [aria-expanded=true] {
  background: url("/img/icons/sirala-yesil.svg") no-repeat left 10px center;
  background-size: 16px;
  border: 1px solid transparent; }

.dropdown-section .dropdown-menu .dropdown-item {
  padding: 0.3rem 0rem;
  border: none;
  font-size: 13px;
  font-weight: 400; }

.dropdown-section .form-check-label {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px; }

/*Froala Toolbar*/
.second-toolbar #logo {
  display: none !important; }

.datepicker-dropdown {
  position: absolute;
  top: -10%;
  left: 0;
  z-index: 1000;
  display: none;
  position: absolute;
  top: -10%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 11.5rem;
  padding: 1.5rem;
  padding-top: 1.5rem;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 10px;
  box-shadow: 2px 2px 10px 0 rgba(0, 119, 255, 0.27);
  border: none; }

.datepicker-dropdown table tbody {
  border-left: 0px solid white; }

.datepicker-dropdown .datepicker-switch {
  color: #0077ff; }

.datepicker-dropdown table thead th:first-child {
  padding-left: 0; }

.dropdown-menu.word-wrap {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  padding: 0; }

.dropdown-menu .list-group {
  font-size: 13px; }

.dropdown-menu .list-group-item {
  position: relative;
  display: block;
  padding: 5px 30px 5px 10px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #eaedf8;
  border-left: none;
  border-right: none;
  width: 100%;
  overflow: hidden;
  background: url(/img/icons/right-arrow-black.svg) no-repeat right 4px center;
  background-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer !important; }

.dropdown-toggle::after {
  vertical-align: 1px; }

@keyframes swing {
  0% {
    transform: rotate(0deg); }
  10% {
    transform: rotate(10deg); }
  30% {
    transform: rotate(0deg); }
  40% {
    transform: rotate(-10deg); }
  50% {
    transform: rotate(0deg); }
  60% {
    transform: rotate(5deg); }
  70% {
    transform: rotate(0deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1; }
  100% {
    transform: scale(2);
    opacity: 0; } }

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/*----------------page-wrapper----------------*/
.page-wrapper {
/*  height: 100vh; 
*/
}

.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px; }

.page-wrapper .theme {
  background: #1e2229; }

/*----------------toggeled sidebar----------------*/
.page-wrapper.toggled .sidebar-wrapper {
  left: 0px; }

@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    margin-left: 210px;
    margin-top: 81px;
    padding-top: 30px;
    padding-bottom: 50px;
    width: -webkit-fill-available;
    height: 100% !important; } }

/*login page*/
.login-page .page-content {
  margin-left: 0 !important; }

.login-page .page-content .corner {
  left: 0 !important; }

.login-page .page-content .corner-right {
  right: 0 !important; }

.login-page .tab-login {
  margin-left: 26%; }

@media screen and (max-width: 639px) {
  .login-page .tab-login {
    margin-left: 0; } }

/*----------------show sidebar button----------------*/
#show-sidebar {
  position: fixed;
  left: 69px;
  top: 27px;
  border-radius: 0 4px 4px 0px;
  width: 35px;
  transition-delay: 0.3s;
  color: #cde3ff;
  z-index: 99999; }

#show-sidebar img {
  margin-left: -10px;
  margin-top: 4px;
  height: 18px; }

.page-wrapper.toggled #show-sidebar {
  left: 80px;
  top: -23px;
  display: none; }

/*----------------sidebar-wrapper----------------*/
.sidebar-wrapper {
  width: 210px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  left: -10px;
  z-index: 999; }

.compact .sidebar-wrapper {
  width: 80px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }

.mobile .sidebar-wrapper {
  width: 0px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999; }

.menuwide .sidebar-wrapper {
  width: 220px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999; }

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.sidebar-wrapper a {
  text-decoration: none; }

/*----------------sidebar-content----------------*/
.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative; }

.sidebar-content.desktop {
  overflow-y: hidden; }

/*--------------------sidebar-brand----------------------*/
.sidebar-wrapper .sidebar-brand {
    padding: 18px 20px;
    display: flex;
    align-items: center;
    background-color: #0d0e12 !important;
}

.sidebar-wrapper .sidebar-brand img {
  height: 50px; }

.compact .sidebar-wrapper .sidebar-brand img {
  height: 31px;
  margin-top: 5px; }

.sidebar-wrapper .sidebar-brand .amblem {
  display: none; }

.sidebar-wrapper .sidebar-brand #close-sidebar {
  margin-left: 30px;
  cursor: pointer;
  font-size: 20px;
  color: #cde3ff; }

.sidebar-wrapper .sidebar-brand #close-sidebar img {
  height: 15px; }

.sidebar-mobile-brand {
  display: none; }

.mobile .sidebar-mobile-brand {
  display: flex;
  align-items: center; }

.sidebar-mobile-brand #mobilemenuopen {
  margin-right: 14px; }

.sidebar-mobile-brand #mobilemenuopen img {
  height: 16px; }

.sidebar-mobile-brand #mobilemenuclose {
  display: none;
  margin-right: 6px;
  color: white; }

.sidebar-mobile-brand #mobilemenuclose img {
  height: 20px; }

.sidebar-mobile-brand .logo {
  height: 40px; }

.sidebar-mobile-brand #sidebartoggle {
  margin-left: 30px;
  cursor: pointer;
  font-size: 20px;
  color: #cde3ff; }

.sidebar-mobile-brand #sidebartoggle {
  margin-left: 0;
  margin-right: 15px;
  cursor: pointer;
  font-size: 20px;
  color: #cde3ff; }

.sidebar-mobile-brand #sidebartoggle img {
  height: 15px; }

.sidebar-login-brand .logo {
  height: 51px; }

/*--------------------sidebar-header----------------------*/
.sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden; }

.sidebar-wrapper .sidebar-header .user-pic {
  float: left;
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden; }

.sidebar-wrapper .sidebar-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%; }

.sidebar-wrapper .sidebar-header .user-info {
  float: left; }

.sidebar-wrapper .sidebar-header .user-info > span {
  display: block; }

.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px; }

.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 11px;
  margin-top: 4px; }

.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c; }

/*-----------------------sidebar-search------------------------*/
.sidebar-wrapper .sidebar-search > div {
  padding: 10px 20px; }

/*----------------------sidebar-menu-------------------------*/
.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px; }

.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block; }

.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 15px 30px 15px 20px;
  cursor: pointer; }

.sidebar-wrapper .sidebar-menu ul li a span {
  display: inline-block;
  width: 84%; }

.compact .sidebar-wrapper .sidebar-menu ul li a {
  padding: 15px 30px 15px 29px; }

.compact .sidebar-wrapper .sidebar-menu ul li a span {
  display: none; }

.sidebar-wrapper .sidebar-menu ul li a .icon {
  margin-right: 8px;
  max-width: 14px;
  height: 14px;
  opacity: .8;
  margin-top: 3px; }

.compact .sidebar-wrapper .sidebar-menu ul li a .icon {
  margin-right: 8px;
  height: 20px; }

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate; }

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0; }

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px; }

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px; }

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px; }

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px; }

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none; }

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px; }

/*--------------------------side-footer------------------------------*/
.sidebar-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex; }

.sidebar-footer > a {
  flex-grow: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative; }

.sidebar-footer > a .notification {
  position: absolute;
  top: 0; }

.badge-sonar {
  display: inline-block;
  background: #980303;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0; }

.badge-sonar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #980303;
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s infinite; }

/*--------------------------page-content-----------------------------*/
.page-wrapper .page-content {
  position: relative;
  overflow-x: hidden;
  background-color: #fff;
  margin-left: 210px;
  margin-top: 78px;
  padding-top: 30px;
  padding-bottom: 50px;
  width: -webkit-fill-available;
  height: 100% !important; }

@media (max-width: 991px) {
  .page-wrapper .page-content {
    position: relative;
    overflow-x: hidden;
    background-color: #fff;
    margin-left: 0;
    margin-top: 78px;
    padding-top: 30px;
    padding-bottom: 180px;
    width: -webkit-fill-available;
    height: 100% !important; } }

.page-wrapper .page-content .corner {
  position: fixed;
  top: 81px;
  left: 210px;
  width: 10px;
  z-index: 999; }

.page-wrapper .page-content .corner-right {
  display: none; }

.mobile .page-content .corner {
  position: fixed;
  top: 81px;
  left: 0px;
  width: 20px;
  z-index: 999; }

.mobile .page-content .corner-right {
  display: block;
  position: fixed;
  top: 81px;
  right: 0;
  width: 20px;
  z-index: 999; }

.page-wrapper.compact .page-content .corner {
  left: 79px; }

.compact .page-content {
  position: fixed;
  margin-left: 80px;
  margin-top: 78px;
  width: -webkit-fill-available;
  height: 100% !important; }

.mobile .page-content {
  position: fixed;
  margin-left: 0px;
  margin-top: 78px;
  width: -webkit-fill-available;
  height: 100% !important; }

/*------scroll bar---------------------*/
::-webkit-scrollbar {
    width: 6px;
    height: 4px;

}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
   
}

::-webkit-scrollbar-thumb {
    /*background: #525965;*/
    background: #BAD3FE;
    border: 0px none #ffffff;
    border-radius: 5px;
  
}

    ::-webkit-scrollbar-thumb:hover {
        /*background: #525965;*/
        background: #33D7B2
    }

    ::-webkit-scrollbar-thumb:active {
        /*background: #525965;*/
        background: #33D7B2
    }

::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px; }

::-webkit-scrollbar-track:hover {
  background: transparent; }

::-webkit-scrollbar-track:active {
  background: transparent; }

::-webkit-scrollbar-corner {
  background: transparent; }

/*-----------------------------chiller-theme-------------------------------------------------*/
.sidebar-wrapper {
    background: #0d0e12;
}

.sidebar-wrapper .sidebar-header,
.sidebar-wrapper .sidebar-search,
.sidebar-wrapper .sidebar-menu {
  margin-top: 90px; }

.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text {
  border-color: transparent;
  box-shadow: none; }

.sidebar-wrapper .sidebar-header .user-info .user-role,
.sidebar-wrapper .sidebar-header .user-info .user-status,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-menu ul li a,
.sidebar-footer > a {
  color: #cde3ff;
  font-weight: 600;
  font-size: .93em;
  display: flex;
  align-items: start; }

.sidebar-wrapper .sidebar-menu ul li a:hover {
  color: white; }

.sidebar-wrapper .sidebar-menu ul li a.active {
  background-color: rgba(255, 255, 255, 0.11);
  color: white; }

.sidebar-wrapper .sidebar-menu ul li a.active .icon {
  opacity: 1; }

.sidebar-wrapper .sidebar-menu ul li a.active::before {
  position: absolute;
  left: -17px;
  top: 52%;
  bottom: 0;
  content: "";
  background: #33d7b2;
  width: .4rem;
  height: 50%;
  margin: 0 1rem;
  transform: translateY(-1rem);
  border-radius: .5em; }

.sidebar-wrapper .sidebar-menu ul li:hover > a,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a,
.sidebar-wrapper .sidebar-header .user-info,
.sidebar-wrapper .sidebar-brand > a:hover,
.sidebar-footer > a:hover i {
  color: #fff; }

.page-wrapper.chiller-theme.toggled #close-sidebar {
  color: #bdbdbd; }

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
  color: #ffffff; }

.sidebar-wrapper ul li:hover a i,
.sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.sidebar-wrapper .sidebar-search input.search-menu:focus + span,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
  color: #16c7ff;
  text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5); }

.sidebar-wrapper .sidebar-menu ul li a i,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text {
  background: #3a3f48; }

.sidebar-wrapper .sidebar-menu .header-menu span {
  color: #6c7b88; }

.sidebar-footer {
  background: #3a3f48;
  box-shadow: 0px -1px 5px #282c33;
  border-top: 1px solid #464a52; }

.sidebar-footer > a:first-child {
  border-left: none; }

.sidebar-footer > a:last-child {
  border-right: none; }

/*SEARCH*/
@media (max-width: 991.98px) {
  .nav-search {
    display: none; } }

.form-search {
  width: 350px;
  background: none;
  border: none;
  color: #fff;
  background: url("../img/icons/search.svg") no-repeat left center;
  background-size: 7%;
  padding-left: 35px; }

.nav-search .form-icon {
  position: absolute;
  top: 25px;
  left: 0; }

.nav-search .form-icon img {
  opacity: .7; }

.form-search::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
  font-weight: 600;
  opacity: .7; }

.form-search:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  font-weight: 600;
  opacity: .7; }

.form-search::placeholder {
  color: #fff;
  font-weight: 600;
  opacity: .7; }

.form-search:focus {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid;
  padding: 2.4em 1.9em;
  padding-left: 35px;
  color: #242b46;
  border-color: #eaedf8;
  outline: 0;
  box-shadow: none;
  z-index: 9999;
  border-radius: 0;
  background: #fff url("../img/icons/search-focus.svg") no-repeat 16px 38px;
  background-size: 2.2%;
  padding-left: 50px;
  font-weight: 600;
  font-size: 20px; }

.form-search:focus::-webkit-input-placeholder {
  /* Edge */
  color: #242b46; }

.form-search:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #242b46; }

.form-search:focus::placeholder {
  color: #242b46; }

.search-content {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 30px 30px 15px 30px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px 0 #dbecff; }

.search-content .item {
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 20px; }

.search-content .item a {
  color: #242b46; }

/*PAGE*/
.content {
  padding: 30px 0; }

.page-top {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaedf8; }
  .page-top .page-top-back-link {
    display: block;
    color: #33d7b2;
    font-size: .9em;
    font-weight: 700;
    margin-left: -.4em; }
    .page-top .page-top-back-link:hover {
      text-decoration: none; }
    .page-top .page-top-back-link img {
      height: 1.6em; }
  .page-top h1 {
    display: inline-block;
    font-size: 26px;
    margin-top: .9em;
    margin-right: 1em; }
  @media (max-width: 575.98px) {
    .page-top h1 {
      display: inline-block;
      font-size: 17px;
      margin-top: .9em;
      margin-right: 1em; } }
  .page-top .btn {
    margin-top: -11px; }
  .page-top .float-right {
    margin-top: 15px; }
  @media (max-width: 575.98px) {
    .page-top .float-right {
      width: 100%;
      margin-top: 15px; } }

/*DASHBOARD*/
.section-summary {
  display: block; }

.section-summary .item {
  margin-bottom: 30px; }

.section-summary .item .icon img {
  width: 100%; }

.section-summary .item .title {
  color: #99a1ae;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  height: 25px; }

.section-summary .item .number {
  color: #242b46;
  font-size: 32px;
  font-weight: 800; }

/*mobile*/
.section-summary-mobile {
  display: none;
  margin-bottom: 30px; }

.section-summary-mobile .item {
  width: 100%; }

.section-summary-mobile .item .icon img {
  width: 100%; }

.section-summary-mobile .item .title {
  color: #99a1ae;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2; }

.section-summary-mobile .item .number {
  color: #242b46;
  font-size: 32px;
  font-weight: 800; }

.section-summary-mobile .swiper-container {
  overflow: visible; }

.section-summary-mobile .swiper-slide {
  margin: 0 6px; }

.section-summary-mobile .swiper-pagination {
  bottom: -25px;
  left: 0;
  width: 100%; }

@media (max-width: 574px) {
  .section-summary {
    display: none; }
  .section-summary-mobile {
    display: block;
    margin-bottom: 30px; } }

.top-form-bar {
  padding-top: 30px;
  margin-bottom: 35px; }

.top-form-bar .btn-sm {
  margin-top: -10px;
  margin-bottom: 0; }

@media (max-width: 574px) {
  .top-form-bar .btn-sm {
    margin-top: -10px;
    margin-bottom: 20px; } }

.page-bottom-button {
  margin-top: 20px;
  text-align: right; }

/*MODAL*/
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 1rem;
  border-bottom: 0px solid #dee2e6;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem; }

.modal-header .close {
  padding: 0;
  margin: -0.3rem -0.6rem 0rem auto;
  z-index: 9999; }

.close {
  float: right;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  color: #0077ff;
  text-shadow: 0 1px 0 #fff;
  opacity: 1 !important; }

.close img {
  height: 35px; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  width: 100%;
  text-align: center; }

.modal-center {
  text-align: center; }

.modal-content {
  border-radius: 6px;
  box-shadow: 0 3px 9px 0 rgba(178, 214, 255, 0.2);
  border: solid 0.7px #cce4ff; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 3rem;
  padding-bottom: .5rem;
  padding-top: 20px;
  margin-top: 80px;

}

.modal-body .modal-icon {
  margin-bottom: 20px; }

.modal-body .modal-icon img {
  height: 80px; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  padding: 2rem 3rem;
  border-top: 0px solid #dee2e6;
  border-bottom-right-radius: .3rem;
  border-bottom-left-radius: .3rem; }

.modal-footer.modal-footer-right {
  justify-content: flex-end !important; }

.modal-body .form-title {
  text-align: left;
  margin-bottom: 20px;
  font-size: 19px; }

/*TAB*/
.nav-tabs {
  border-bottom: 0px solid #dee2e6;
  margin-left: 30px;
  margin-right: 30px; }

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom: 3px solid transparent;
  color: #99a1ae;
  font-weight: 700;
  padding: .5rem 0;
  margin: 0 10px; }

.nav-tabs .nav-item:first-child .nav-link {
  margin-left: 0; }

.nav-tabs .nav-item:last-child .nav-link {
  margin-right: 0; }

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: 1px solid transparent; }

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #242b46;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  border: none;
  border-bottom: 3px solid #242b46;
  font-weight: 600; }

.tabs {
  position: relative;
  margin-top: 13px; }

.tabs::before,
.tabs::after {
  display: table;
  content: '';
  clear: both; }

@media (max-width: 40em) {
  .tabs {
    border: 1px solid #dcdcdc;
    border-radius: 3px; } }

.tabs .tab {
  list-style: none; }

@media (min-width: 40em) {
  .tabs .tab {
    display: inline; } }

.tabs .tab:first-child .tab-button {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

@media (max-width: 40em) {
  .tabs .tab:first-child .tab-button {
    border-top: 0; } }

@media (max-width: 40em) {
  .tabs .tab:last-child .tab-button {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; } }

.tabs .tab.active .tab-button {
  background-color: #f7f7f7; }

@media (min-width: 40em) {
  .tabs .tab.active .tab-button {
    color: #242b46;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border: none;
    border-bottom: 3px solid #242b46;
    font-weight: 600;
    height: 58px; } }

.tabs .tab.active .tab-content {
  display: block; }

.tabs .tab-button {
  background-color: #fff;
  border-top: 1px solid #dcdcdc;
  color: #99a1ae;
  display: block;
  font-weight: bold;
  padding: 0.75em 14px;
  text-decoration: none; }

.tabs.firma-detay .tab-button {
  font-size: 14px; }

@media (min-width: 40em) {
  .tabs .tab-button {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top: 0;
    display: inline-block; } }

.tabs .tab-button:hover {
  color: #242b46; }

.tabs .tab-button:focus {
  outline: none; }

.tabs .tab-content {
  display: none;
  width: 100%; }

@media (min-width: 40em) {
  .tabs .tab-content {
    border-top: 1px solid #dee2e6;
    float: left; } }

.tab-list .item {
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 10px 25px;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }

.tab-list .item .text {
  padding-right: 50px; }

.tab-list .item .text .title {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600; }

.tab-list .item .text .date {
  font-size: 10px;
  font-weight: 700;
  color: #99a1ae; }

.tab-list .item .action {
  margin-left: auto;
  text-align: right; }

.tabs .right-absolute {
  position: absolute;
  top: 0;
  right: 30px; }

.tabs .right-absolute .dropdown-section {
  margin-top: 0; }

/*tabs full page*/
.tabs-full-page .tab-button {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top: 0;
  display: inline-block;
  font-size: 26px; }

.tabs-full-page .tab.active .tab-button {
  color: #242b46;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  border: none;
  border-bottom: 3px solid #242b46;
  font-weight: 600;
  height: 67px;
  font-size: 26px; }

.tabs-full-page .tab-list .item {
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 10px 0;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }

.tabs-full-page .tab-list .item .text .title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500; }

.tabs-full-page .tab-list .item .text .description {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500; }

.tabs-full-page .tab-list .item .action {
  margin-left: auto;
  min-width: 140px;
  text-align: right; }

.tabs-full-page .tab-list .item .action a {
  color: #0077ff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600; }

/*CARD*/
.card {
  background-color: #fff;
  border: #e8edfb 1px solid;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 0; }

.card .card-title {
  margin-bottom: 0;
  padding: 0 0 16px 0;
  font-size: 18px; }

.card .card-top-link {
  position: absolute;
  top: 16px;
  right: 19px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  color: #33d7b2; }

.card .card-top-link .info {
  color: #7583a3;
  font-size: 12px;
  font-weight: 500;
  margin-right: 10px; }

.card .card-top-link .info img {
  height: 12px;
  margin-right: 3px; }

.card-header .table {
  margin-bottom: 0; }

.card-header .table th {
  padding: 5px !important; }

.card .card-body {
  padding: 20px; }

.card .card-body-middle {
  padding: 50px 50px; }

.card .card-body-big {
  padding: 50px 90px; }

@media screen and (max-width: 995px) {
  .card .card-body-big {
    padding: 50px 20px; } }

.card .table-content {
  margin: 0 -20px; }

.card-nogaps,
.card-nogaps .card-body {
  padding: 0; }

.card-nogaps .card-title {
  margin-bottom: 0;
  padding: 16px 80px 16px 30px;
  font-size: 18px; }

.card-xml .card-title {
  margin-bottom: 0;
  padding: 25px 80px 16px 24px;
  font-size: 26px;
  font-weight: 800; }

.card-xml .table {
  margin-bottom: 0; }

.card .table thead th {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 14px; }

.card table thead th:first-child {
  padding-left: 25px; }

.card table tbody {
  border-left: 50px solid white; }

.card .table tbody td {
  position: relative;
  padding: 10px 0;
  padding-right: 10px;
  font-weight: 600;
  font-size: 12px; }

.card .table tbody tr:last-child td {
  padding-left: 0;
  border-bottom: none; }

.card .table tbody td a,
.card .table tbody td a:hover {
  text-decoration: none; }

.card .table tbody td:last-child {
  padding-right: 25px; }

/*SECTION SEARCH*/
.section-search {
  display: inline-flex;
  position: relative; }

.section-search .form-search {
  width: 100%;
  background: none;
  border: 1px solid #7583a3;
  color: #7583a3;
  background: url("../img/icons/search-section.svg") no-repeat left 10px center;
  background-size: 12px;
  padding: 7px 13px !important;
  height: auto;
  padding-left: 28px !important;
  font-weight: 600;
  font-size: 17px;
  border-radius: 4px;
  box-shadow: none;
  z-index: 9999; }

.section-search .form-search:focus {
  position: relative;
  color: #242b46;
  border-color: #7583a3;
  background: #fff url("../img/icons/search-focus.svg") no-repeat left 10px center;
  background-size: 12px; }

.section-search .search-content {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 30px 20px 15px 20px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px 0 #dbecff;
  z-index: 9999; }

.section-search .search-content .item {
  font-size: 0.7em;
  font-weight: 500;
  margin-bottom: 10px; }

/*LIST*/
.list-content .list-group-item {
  display: table;
  padding: 16px 0px;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.list-content .list-group-item:first-child {
  border: 0 solid rgba(0, 0, 0, 0.125); }

.list-content .title {
  display: table-cell;
  font-weight: 600;
  width: 140px; }

.list-content .dot {
  display: table-cell;
  width: 40px; }

/*ISLEM BAR*/
.islem-bar {
  overflow: hidden;
  width: 100%;
  padding: 25px 30px;
  padding-top: 17px;
  background-color: #f7f9fc;
  margin-bottom: 30px; }

.islem-bar .title {
  margin-bottom: 10px;
  font-weight: 700; }

.islem-bar.fatura {
  padding: 15px 30px; }

.islem-bar.fatura .icon {
  height: 40px;
  margin-right: 10px; }

.islem-bar.fatura p {
  font-size: 12px;
  margin: 0;

}


.form-check-label {
  display: inline-block !important;
  padding-top: 3px !important;
  font-size: 14px !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  font-weight: 400 !important;
  color: inherit !important;
  padding: 2px 0px !important; }

/*UPLOAD FILE*/
.upload-content .upload-btn-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: inline-block; }

.upload-content .upload-btn-wrapper .btn {
  border: 2px dashed #4da1ff;
  color: #99a1ae;
  background-color: white;
  padding: 14px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: bold; }

.upload-content .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }

.upload-content .upload-btn-wrapper .vurgu {
  color: #0077ff; }

.upload-result {
  margin-top: 30px; }

.upload-result .status {
  overflow: hidden;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 600; }

.upload-result .item {
  overflow: hidden;
  margin-top: 10px;
  border-radius: 4px;
  border: solid 2px #dfe5f9;
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 18px;
  padding: 21px 20px 20px 44px;
  color: #99a1ae;
  font-weight: 600; }

.upload-result .size {
  font-size: 13px;
  font-weight: 400;
  margin-left: 10px; }

.upload-result .item.process {
  border: solid 2px #dfe5f9;
  background-color: #ffffff;
  background-image: url("/img/icons/xml-process.svg"); }

.upload-result .item.error {
  border: solid 2px #ee2e6b;
  background-color: #ffffff;
  background-image: url("/img/icons/xml-error.svg"); }

.upload-result .item.error .text {
  color: #ee2e6b; }

.upload-result .item.success {
  border: solid 2px #33d7b2;
  background-color: #ffffff;
  background-image: url("/img/icons/xml-success.svg"); }

.upload-result .item .filename {
  margin-top: 4px;
  font-size: 14px; }

.upload-result .item .progress {
  margin-top: 11px; }

/*UPLOAD EXCEL*/
.form-group.active .textarea-landing {
  display: none; }

.excel-content .textarea-landing {
  display: block;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 30%;
  margin-left: auto;
  margin-right: auto;
  color: #99a1ae;
  font-weight: 600; }

.excel-content textarea {
  width: 100%;
  min-height: 100px;
  border: 2px dashed #4da1ff;
  color: #242b46;
  background-color: white;
  padding: 14px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: bold; }

.excel-content textarea:focus {
  border: 2px dashed #33d7b2;
  outline: 0; }

/*HESAPLAMA*/
.hesaplama-tab {
  border: 1px solid #eaedf8;
  border-radius: 4px;
  padding: 27px 20px; }

.hesaplama-tab a {
  color: #7c8799;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none; }

.hesaplama-tab a .tab-number {
  background-color: #fff;
  color: #7c8799;
  border: 1px solid #7c8799;
  padding: 0px 8px;
  border-radius: 90px; }

.hesaplama-tab a .tab-dots {
  margin-left: 10px; }

.hesaplama-tab a.active {
  color: #0077ff; }

.hesaplama-tab a.active .tab-number {
  background-color: #0077ff;
  color: #fff;
  border: 1px solid #0077ff;
  box-shadow: 0 1px 5px 0 rgba(13, 153, 255, 0.4); }

.hesaplama-tab a.complete .tab-number {
  background-color: #33d7b2;
  color: #fff;
  border: 1px solid #33d7b2;
  box-shadow: 0 1px 5px 0 rgba(12, 97, 78, 0.3); }

/*alert page bottom*/
.alert-page-bottom {
  position: fixed;
  right: 20px;
  bottom: 20px; }

.alert-page-bottom-close {
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 9999; }

.sub_menu li {
    margin-bottom: 2px;
    border-bottom: #ffffff29 1px solid;
}

.root_menu ul li a {
    color: #71caf9;
    text-decoration: none;
    padding: 10px 0 !important;
}

.root_menu > ul {
    list-style: none;
}

    .root_menu > ul > li {
        padding-left: 46px;
    }

.root_menu > a {
    color: white;
    text-decoration: none;
    padding: 5px;
}
#islem_menu > li > a:hover {
    color: dodgerblue !important;
}