﻿
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

.navigation {
    font-family: 'Poppins', sans-serif;
}

.fa {
    font-size: 24px !important;
}

.header-navbar.navbar-shadow {
    box-shadow: unset;
}

.navbar-light { /* Remove Class */
    background: unset;
}

.header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link .user-name {
    margin-bottom: 0;
    margin-left: 1rem;
}

.header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link img {
    border-radius: 0.5rem;
}

.header-navbar .navbar-container .dropdown-language .selected-language {
    display: none;
}

.header-navbar .navbar-container .dropdown-language .nav-link .flag-icon {
    margin-right: 0;
}

.header-navbar .navbar-container ul.navbar-nav li > a#dropdown-flag {
    background-color: #fff;
    height: 40px;
    width: 40px;
    padding: 10px;
    border-radius: 0.5rem;
    margin-right: 14px;
    box-shadow: 0 4px 8px 0 rgba(34, 41, 47, 0.12), 0 2px 4px 0 rgba(34, 41, 47, 0.08);
}

.main-menu.menu-light {
    background: unset;
}

.main-menu.menu-shadow {
    box-shadow: unset;
}

.main-menu.menu-light .navigation {
    background: unset;
}

.content-wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 1.5rem;
}

.main-menu.menu-light .navigation > li.active > a {
    background: #323742;
    box-shadow: unset;
    border-radius: 10px;
}

.main-menu .navbar-header {
    margin-bottom: 10px;
}

.info-box-1 .card {
    padding-bottom: 22px;
}

#iyzicoBtn {
}

.info-box-1 .card .avatar {
    color: #ea5455 !important;
    background: rgba(234, 84, 85, 0.12) !important
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #212121;
}

.avatar .avatar-content {
    width: 40px !important;
    height: 40px !important;
    font-size: 1.5rem;
}

.card-transaction .transaction-item {
    background-color: #f4f4f4;
    padding: 25px;
    border-radius: 15px;
}

.transaction-number-2 {
    font-size: 70px;
    position: absolute;
    right: 20px;
    color: #111 !important;
    opacity: 0.03;
}

.transaction-number {
    font-size: 22px;
    z-index: 2;
}

.transaction-item .avatar {
    border-radius: 50% !important;
}

.transaction-item .avatar {
    color: #fff !important;
    background: #2E3440 !important;
}

.transaction-number {
    color: #ea5455 !important;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.r-triangle {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 70px;
}

    .r-triangle .pay-button {
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 12px;
        z-index: 2;
    }

    .r-triangle .detail-button {
        position: absolute;
        z-index: 2;
        padding: 15px;
        cursor: pointer;
        right: -7px;
        bottom: -7px;
    }

        .r-triangle .detail-button .avatar-content {
            right: 0px;
            bottom: 0px;
            transition: all 0.2s;
            position: relative;
        }

        .r-triangle .detail-button:hover > .avatar-content {
            right: -12px;
            bottom: -12px;
        }

    .r-triangle .pay-text {
        position: absolute;
        white-space: nowrap;
        transform: rotate(-45deg);
        right: -3px;
        bottom: 30px;
        color: #6e6b7b;
    }

.hide-detail {
    display: none;
}

.r-triangle .detail-text {
    position: absolute;
    white-space: nowrap;
    transform: rotate(-45deg);
    right: 23px;
    bottom: 32px;
    color: #6e6b7b;
}

.btn-primary {
    border-color: #2E3440 !important;
    background-color: #2E3440 !important;
    color: #fff;
}

.fc .fc-button {
    background-color: #2E3440 !important;
}

.btn-outline-primary, .fc .fc-button {
    color: #fff !important;
    border-color: #2E3440 !important;
}

.fc .fc-event {
    background: #2E3440 !important;
}

.list-group .list-group-item-action.active {
    background-color: #2E3440 !important;
}

.list-group-item.active {
    border-color: #2E3440 !important;
}

.select2-container--classic .select2-results__option[aria-selected="true"], .select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #2E3440 !important;
    color: white !important;
}

.select2-container--classic .select2-results__option--highlighted, .select2-container--default .select2-results__option--highlighted {
    background-color: rgba(46, 52, 64, 0.12) !important;
    color: #2E3440 !important;
}
/*#7367F0*/
.select2-container--classic.select2-container--open .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #2E3440 !important;
    outline: 0;
}

.select2-container--classic .select2-selection--single:focus, .select2-container--default .select2-selection--single:focus {
    outline: 0;
    border-color: #2E3440 !important;
    box-shadow: 0 3px 10px 0 rgba(46, 52, 64, 0.1) !important;
}

a {
    color: #E8505B;
}

    a.link-gray {
        color: #6e6b7b;
    }

    a:hover {
        color: #F00;
    }

.card-header {
    border-bottom: 1px solid rgba(34, 41, 47, 0.125) !important;
    font-weight: 900 !important;
    display: block !important;
    text-align: center;
}

.text-primary {
    color: #E8505B !important;
}

.page-item.active .page-link {
    background-color: #2E3440;
}


@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.loading-rotate .loading-icon .rotate {
    animation: rotation 1s infinite linear;
    align-self: center;
    font-size: 30px;
    color: #E8505B;
}

.loading-rotate {
    display: none;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    text-align: center;
    z-index: 9;
}

.fc .fc-view-container .fc-body .fc-day-top.fc-today a {
    background-color: #E8505B !important;
    padding: 7px 10px !important;
}

.fc .fc-header-toolbar .fc-center .fc-button {
    width: 40px;
    height: 40px;
}

.header-title .text-primary {
    color: #2E3440 !important;
}

.card-header .text-primary {
    color: #2E3440 !important;
}

.card-header .text-uppercase {
    text-transform: none !important;
}

.btn span.text {
    top: -4px;
    position: relative;
}

.btn-light {
    background-color: #2E3440 !important;
}

.btn-secondary {
    border-color: #2E3440 !important;
    background-color: #2E3440 !important;
}

.btn-redcolor {
    color: #fff;
    border-color: #E8505B !important;
    background-color: #E8505B !important;
}

    .btn-redcolor:focus, .btn-redcolor:active, .btn-redcolor.active {
        color: #fff;
        background-color: #F00 !important;
    }

    .btn-redcolor:hover {
        color: #fff;
        background-color: #F00 !important;
    }

.btn-primary:hover:not(.disabled):not(:disabled) {
    box-shadow: unset;
}

.btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #2E3440 !important;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: unset;
}

.btn:focus, .fc .fc-button:focus, .btn.focus, .fc .focus.fc-button {
    box-shadow: unset;
}

.form-control:focus {
    border-color: #2E3440;
    box-shadow: unset !important;
}

table thead tr th {
    background-color: #fff !important;
    border: 0 !important;
}

.table-striped tbody tr {
    background-color: #FBFBFB !important;
}

    .table-striped tbody tr td {
        border-top: 6px solid #fff !important;
    }

/*.table-striped tbody tr td:first-child::after {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background-color: transparent;
  position: absolute;
  left: 13px;
  margin-top: -11px;
  border-start-start-radius: 30px;
  box-shadow: -5px -5px 0px 0 #fff;
  border-top-left-radius: 25px;
}

.table-striped tbody tr td:first-child::before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background-color: transparent;
  position: absolute;
  left: 13px;
  margin-top: -11px;
  border-start-start-radius: 30px;
  box-shadow: -5px -5px 0px 0 #fff;
  border-top-left-radius: 25px;
}*/


table.dataTable thead .sorting::before, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_desc_disabled::before {
    display: none !important;
}

table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
    display: none !important;
}

.table thead th, .table tfoot th {
    text-transform: none;
    font-size: 1rem;
    letter-spacing: 0.5px;
    color: #6e6b7b;
    font-weight: 600;
}

.form-right-area {
    max-width: 500px;
    margin: 50px 0 50px 0;
}

.form-left-image {
    margin-left: 100px;
    margin-top: -60px;
    width: 100%;
    height: auto;
    max-width: 900px;
}

@media only screen and (max-width: 990px) {
    .form-left-image {
        margin-left: 0;
        margin-top: 15px;
    }

    .form-right-area img {
        width: 80px !important;
    }
}


.header-navbar .navbar-container ul.navbar-nav li div.dropdown-user-link {
    display: flex;
    align-items: center;
}

.header-navbar .navbar-container ul.navbar-nav li > div.nav-link {
    color: #6e6b7b;
    padding: 0 0.5rem;
    position: relative;
}

.header-navbar .navbar-container ul.navbar-nav li div.dropdown-user-link .user-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    float: left;
    margin-right: 0.8rem;
}


.header-navbar .navbar-container ul.navbar-nav li div.dropdown-user-link .user-name {
    margin-bottom: 0;
    margin-left: 1rem;
    display: inline-block;
}

.header-navbar .navbar-container ul.navbar-nav li > div.nav-link {
    color: #6e6b7b;
}

.header-navbar .navbar-container ul.navbar-nav li div.dropdown-user-link img {
    border-radius: 0.5rem;
}


.header-navbar .navbar-container ul.navbar-nav li div.dropdown-user-link img {
    box-shadow: 0 4px 8px 0 rgba(34, 41, 47, 0.12), 0 2px 4px 0 rgba(34, 41, 47, 0.08);
}

html .pace .pace-progress {
    background: #ea5455 !important
}

@media only screen and (max-width: 1400px) {
    .card .card-title {
        font-size: 1.185rem !important;
    }

    h3, .h3 {
        font-size: 1.2rem !important;
    }

    h2, .h2 {
        font-size: 1.314rem !important;
    }

    .card-transaction .transaction-item .transaction-title {
        margin-bottom: 0.2rem;
        margin-top: 0.2rem;
        margin-right: 15px;
    }

    .font-medium-1 {
        font-size: 1rem !important;
    }
}

@media only screen and (max-width: 768px) {
    /*col-md-12 768*/
    .content-wrapper {
        padding: 0px !important;
    }

    .header-title {
        margin: 1.5rem !important;
    }
}

#table-events img {
    width: 100%;
    max-width: 118px;
    border-radius: 8px;
}

.page-item .page-link:hover {
    color: #E8505B !important;
}

@media only screen and (max-width: 768px) {
    div.dt-buttons button {
        padding: 10px !important;
    }

    .dataTables_paginate {
        /*float: none !important;
		display: block ruby !important;*/
        float: left !important;
        display: block !important;
    }
}

@media screen and (max-width: 768px) {
    div.dt-buttons {
        float: none;
        width: auto;
        text-align: center;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 992px) {
    .person-entry-filter {
        margin-bottom: -72px;
    }

    .central-report-filter {
        margin-bottom: -72px;
    }
}


@media only screen and (max-width: 768px) {
    .dataTables_paginate .pagination li {
        display: none !important;
    }

    .dataTables_paginate .pagination .previous {
        display: block !important;
    }

    .dataTables_paginate .pagination .next {
        display: block !important;
    }

    .user-controls li a i {
        font-size: 20px !important;
    }

    .user-controls li .user-image {
        width: 30px !important;
        height: 30px !important;
    }
}

.navbar-mobile-menu {
    display: none;
}

@media only screen and (max-width: 1200px) {
    /*.main-menu{
		display: none !important;
	}*/
    .navbar-mobile-menu {
        display: block;
    }

    .drag-target {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .login-left img {
        max-width: 500px;
    }

    .login-right .form-label-group p {
        display: none;
    }

    .form-right-area {
        margin: 0 0 50px 0 !important;
    }
}

.mb-04 {
    margin-bottom: 0.4rem;
}

.bg-light-red {
    background-color: #FFD4D4;
}

.text-red {
    color: #FA5D5D;
}

.text-white {
    color: #FFFFFF;
}

.dashboard-data .avatar-content {
    height: 35px !important;
    width: 35px !important;
}

    .dashboard-data .avatar-content i {
        font-size: 18px;
    }

.about-data .avatar-content {
    height: 47px !important;
    width: 47px !important;
}

.about-data .media {
    display: flex !important;
    align-items: center !important;
}

.about-data .avatar-content i {
    font-size: 18px;
}

.img-datatable {
    max-width: 40px;
}

.dataTables_info {
    float: left;
}

.dt-buttons {
    position: absolute;
    bottom: 25px;
}

.dataTables_paginate {
    padding-bottom: 55px;
}

/*#datepicker_start, #datepicker_finish{
	max-width: 130px;
}*/

/*.content-header-title{
	color: #212121;
}*/

.text-limit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit-4 {
    -webkit-line-clamp: 4;
    line-clamp: 4;
}
.limit-3 {
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.campaign-img {
    border-radius: 40px;
    padding: 1.5rem;
    object-fit: cover;
    max-height: 311px;
    height: 311px;
}

.card-img-mod {
    margin: 20px;
    border-radius: 20px;
    height: 270px;
    width: auto;
    background-position: center;
    background-size: cover;
}

.card-mod {
    box-shadow: unset !important;
    background-color: #F6F6F6 !important;
    border-radius: 20px;
}

.card-bg-logo {
    position: absolute;
    height: 100%;
    opacity: 0.03;
    filter: grayscale(100%);
    z-index: 0;
    user-select: none;
    pointer-events: none;
}

.main-menu.menu-light .navigation li a {
    color: #2E3440;
}

.main-menu.menu-light .navigation > li ul .active {
    background: #323742;
    box-shadow: unset;
    border-radius: 10px;
}


@media only screen and (max-width: 768px) {
    .content-wrapper {
        padding: 20px 15px !important;
    }

    .sidenav-overlay {
        background-color: rgb(255, 255, 255);
    }
}


li.menu-item .menu-sub {
    margin-bottom: 15px !important;
    margin-left: 30px !important;
}

li.nav-item .menu-sub {
    margin-bottom: 15px !important;
    margin-left: 30px !important;
}

.triangle-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    cursor: pointer;
}
    .triangle-btn span {
        position: absolute;
        transform: rotate(-45deg);
        white-space: nowrap;
        top: 20px;
        left: -15px;
        font-size: 13px;
    }
.triangle-btn .triangle-area {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 70px 70px;
    border-color: transparent transparent #FFD4D4 transparent;
    transform: rotate(0deg);
}

    .triangle-btn .triangle-area i {
        position: absolute;
        left: -32px;
        top: 40px;
        font-size: 17px;
    }