:root
{
	--vz-font-sans-serif: "Poppins","Inter",sans-serif !important;
	  /* Ana renkler */
    --primary: #7C3AED;
    --primary-light: #8B5CF6;
    --primary-dark: #6D28D9;
   
	
	}



body {
    margin: 0;
    font-family: var(--vz-body-font-family);
    font-size: var(--vz-body-font-size);
    font-weight: var(--vz-body-font-weight);
    line-height: var(--vz-body-line-height);
    color: var(--vz-body-color);
    text-align: var(--vz-body-text-align);
    background-color: var(--vz-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    color: var(--vz-twocolumn-menu-item-active-color-dark);
    text-decoration: underline;
}


.content-text{
}
.content-text h3{ margin:20px 0px !important;}
.content-text ol li{ margin-bottom: 10px  !important;}


/* Hero Section */
.hero {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(to bottom right, rgba(255,255,255,0.01), rgba(255,255,255,0.1));
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.gradient-orb {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: linear-gradient(45deg, #6366f1, #8b5cf6);
    filter: blur(60px);
    opacity: 0.15;
    animation: float 8s ease-in-out infinite;
}

.gradient-blur {
    position: absolute;
    top: 40%;
    left: -100px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: linear-gradient(45deg, #ec4899, #8b5cf6);
    filter: blur(90px);
    opacity: 0.1;
    animation: float 10s ease-in-out infinite reverse;
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(30px, -30px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.hero-content {
    position: relative;
    z-index: 1;
}


.hero h1 {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero h1 span {
    background: linear-gradient(135deg, var(--primary-light), var(--primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero p {
    font-size: 1.25rem;
    color: var(--white-soft);
    margin-bottom: 3rem;
}

.hero-buttons {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 4rem;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.hero {
    position: relative;
    overflow: hidden;
    background: #131823;
}

.hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 90%;
    height: 200%;
    background: linear-gradient(
        135deg,
        rgba(124, 58, 237, 0.15) 0%,
        rgba(99, 102, 241, 0.15) 50%,
        rgba(139, 92, 246, 0.15) 100%
    );
    animation: heroGradient 15s ease infinite;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 70%;
    height: 150%;
    background: linear-gradient(
        135deg,
        rgba(139, 92, 246, 0.15) 0%,
        rgba(124, 58, 237, 0.15) 50%,
        rgba(99, 102, 241, 0.15) 100%
    );
    animation: heroGradient 15s ease infinite reverse;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
}

.hero-sparkles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

.sparkle {
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: sparkleFloat 10s ease infinite;
}

.sparkle:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.sparkle:nth-child(2) {
    top: 60%;
    right: 15%;
    animation-delay: -3s;
}

.sparkle:nth-child(3) {
    bottom: 20%;
    left: 30%;
    animation-delay: -6s;
}

@keyframes heroGradient {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.2);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@keyframes sparkleFloat {
    0%, 100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.2;
    }
    25% {
        transform: translate(10px, -10px) scale(1.2);
        opacity: 0.3;
    }
    50% {
        transform: translate(0, 0) scale(1);
        opacity: 0.2;
    }
    75% {
        transform: translate(-10px, 10px) scale(0.8);
        opacity: 0.1;
    }
}

/* Hero Content Z-index */
.hero-content {
    position: relative;
    z-index: 2;
}



 #pdftable{ width:910px; padding: 5px; background-color: #FFFFFF; color:#000 !important; margin: auto; }
    #pdftable h1{ color: #000000; font-weight: bold; font-size: 18px;}
    #pdftable h2{ color: #000000; font-weight: bold; font-size: 18px; text-align: center; padding:10px 0px 0px 0px;}
    #pdftable hr{ border: 5px #e5e5e5 solid;}
    .pdftable{  border: #e5e5e5 1px solid; color: #000000; font-size: 14px; padding: 10px; margin: 5px;}
    .pdftable .numi{ font-size: 28px;}
    .pdftable td{ padding: 5px 20px; font-size: 14px; color: #0b3251;}
    .pdftable th{ padding: 20px 0px 0px 20px;}


    .pdftable1{}
    .pdftable1>tr    { page-break-after:always; }
    .page-break  { display: block; page-break-before: always; }
	
	.pdf_download_button{background: #66bb6a;
    border: none;
    padding: 10px;
    border-radius: 5px;
    color: #ffffff;
    margin: 20px auto;
    display: block;}




.card_title_flex {
	display: flex;
    align-items: center;
    justify-content: space-between;
	
	}

form{ margin:0px; }
.tableFixHead::-webkit-scrollbar {
  -webkit-appearance:none;
  width:20px;
  
  _background-color:var(--vz-card-bg-custom);
}

.tableFixHead::-webkit-scrollbar-thumb {
  border-radius:8px;
  height:30vh;
  border:4px solid rgba(255,255,255,0);
  background-clip:content-box;
  _background-color:#bfbfbf;
  background-color: var(--vz-gray-400);
  
}
.tableFixHead::-webkit-scrollbar-thumb:hover {
  border:4px solid rgba(255,255,255,0);
  background-clip:content-box;
  background-color:#A0A0A0;
}

.tableFixHead::-webkit-scrollbar-corner {
  background-color:#e6e6e6;
}





.select2-dropdown::-webkit-scrollbar {
  -webkit-appearance:none;
  width:20px;
  
  _background-color:var(--vz-card-bg-custom);
}

.select2-dropdown::-webkit-scrollbar-thumb {
  border-radius:8px;
  height:30vh;
  border:4px solid rgba(255,255,255,0);
  background-clip:content-box;
  _background-color:#bfbfbf;
  background-color: var(--vz-gray-400);
  
}
.select2-dropdown::-webkit-scrollbar-thumb:hover {
  border:4px solid rgba(255,255,255,0);
  background-clip:content-box;
  background-color:#A0A0A0;
}

.select2-dropdown::-webkit-scrollbar-corner {
  background-color:#e6e6e6;
}




.offcanvas-body::-webkit-scrollbar {
  -webkit-appearance:none;
  width:20px;
  
  _background-color:var(--vz-card-bg-custom);
}

.offcanvas-body::-webkit-scrollbar-thumb {
  border-radius:8px;
  height:30vh;
  border:4px solid rgba(255,255,255,0);
  background-clip:content-box;
  _background-color:#bfbfbf;
  background-color: var(--vz-gray-400);
  
}
.offcanvas-body::-webkit-scrollbar-thumb:hover {
  border:4px solid rgba(255,255,255,0);
  background-clip:content-box;
  background-color:#A0A0A0;
}

.offcanvas-body::-webkit-scrollbar-corner {
  background-color:#e6e6e6;
}




::-webkit-scrollbar {
  -webkit-appearance:none;
  width:20px;
  
  _background-color:var(--vz-card-bg-custom);
}

::-webkit-scrollbar-thumb {
  border-radius:8px;
  height:30vh;
  border:4px solid rgba(255,255,255,0);
  background-clip:content-box;
  _background-color:#bfbfbf;
  background-color: var(--vz-gray-400);
  
}
::-webkit-scrollbar-thumb:hover {
  border:4px solid rgba(255,255,255,0);
  background-clip:content-box;
  background-color:#A0A0A0;
}

::-webkit-scrollbar-corner {
  background-color:#e6e6e6;
}




.orkestra_bg{
  /* background-color: #1f2125 !important; */
    /*  background: url("../images/orkestra_bi_bg.png") no-repeat center center fixed; */
	background:var(--vz-bg-image);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	min-height:100%;
	
}

.pagination{
	margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-start;
	
	}

.card-title {
    font-family: var(--vz-font-sans-serif);
    font-size: 14px;
    margin: 0px;
}

.form_submit{
	margin-left:10px !important;
	} 
.form_submit_button {
    background: var(--vz-card-bg-custom);
    color: var(--vz-white-300);
    padding: 6px 20px;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    border: none;
    font-size: 13px;
	    display: flex;
    align-items: center;
	box-shadow:var(--vz-box-shadow);
}
.form_submit_button i {
	margin-right:5px;}

.download_item {
   display: inline-block;
    padding: 3px 6px;
    background: #1c212c;
    color: #949494;
}

.dataset_menu{
	    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
	}


.dateRange{
	width:100%; margin:0px 10px 0px 0px; background: var(--vz-card-bg-custom); color: var(--vz-body-color); box-shadow:none; overflow:hidden; font-size:13px; padding-right:50px;	
	}
.dateRange i{
	padding:10px; font-size:18px; color:#FFF; position:absolute; right:0px;
	}
	
	
.daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer;
    color: var(--vz-footer-color);
}


.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  
    height: 37px !important;
  
}

.tableFixHead thead th { position: sticky; top: 0; z-index: 1; background: var(--vz-gray-400); }

.table_cv{ font-size:14px !important;}
.table_cv td{ padding:10px;}
          
			
.nav-tabs-custom .nav-item .nav-link {
    border: none;
    font-weight: 600;
    font-size: 15px;
	
}
 .nav-tabs-custom{
		padding: 6px 0px 0px 0px; background:var(--vz-card-bg-custom);
		}


.icon-4x {
	font-size:54px;
	}
.icon-5x {
	font-size:64px;
	}
	
.icon-6x {
	font-size:74px;
	}
	
.icon-7x {
	font-size:84px;
	}
	
	
.widget_card {
	text-align: center;
    margin: 0px 0px 20px 0px;
    padding: 10px;
	display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.widget_card i {
    display: block;
    font-size: 42px;
    height: 64px;
    width: 64px;
    display: flex;
    /* line-height: 42px; */
	background: var(--vz-border-color);
   /* background: var(--vz-boxed-body-bg);*/
    border-radius: 100%;
    /* padding: 10px 12px; */
    margin-bottom: 7px;
    justify-content: center;
    align-items: center;
            }

.widget_card .item_title {
	display: block;
    font-size: 14px;
            }

.widget_card .item_emm {
    padding: 0px 0px;
    display: block;
    font-size: 25px;
    font-weight: 600;
    color: var(--vz-light-bg-subtle);
            }
			
.font-weight-semibold{ font-weight:500;}


   
		 label{ margin:10px 0px 5px 0px;}
		 

/*

.select2-container .select2-selection--single {

    height: 38px !important;

}

.select2-container--default .select2-selection--single {
    background-color: #fff;

    border: 1px solid var(--vz-gray-300) !important;
    border-radius: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--vz-body-color) !important;
    line-height: 36px !important;
	padding-left:14.5px !important;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {

    top: 6px !important;
    font-size: 13px !important;

}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--vz-gray-300) !important;
}


.select2-container--default .select2-results>.select2-results__options {
    max-height: 400px  !important;
}

.select2-dropdown {
    border: 1px solid var(--vz-gray-400) !important;
   
}


.select2.select2-container {
    width: inherit !important;
	min-width:200px;
}


*/

 .select2.select2-container {
    width: inherit !important;
    min-width: 100%;
	        border: 1px solid var(--vz-card-bg-custom);
}


.select2-container .select2-selection--single {
    border: var(--vz-border-width) solid var(--vz-input-border-custom);
    height: calc(1.5em + 1rem + calc(var(--vz-border-width) * 2));
    background-color: var(--vz-input-bg-custom);
    outline: 0
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-left: 12px;
    color: var(--vz-body-color)
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px;
    width: 34px;
    right: 3px
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: var(--vz-input-border-custom) transparent transparent transparent;
    border-width: 6px 6px 0 6px
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent var(--vz-input-border-custom) transparent!important;
    border-width: 0 6px 6px 6px!important
}

.select2-results__option {
    padding: 6px 12px
}

.select2-dropdown {
    border: 1px solid var(--vz-header-bg) !important;
    -webkit-box-shadow: 0 3px 3px rgba(56,65,74,.1);
    box-shadow: 0 3px 3px rgba(56,65,74,.1);
    background-color: var(--vz-card-bg-custom) !important;
    z-index: 1056
}


.select2-container--default .select2-results__option--selected {
    background-color: var(--vz-tertiary-bg)
}

.select2-container--default .select2-search--dropdown {
    padding: 10px;
    background-color: var(--vz-secondary-bg)
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: 0;
    border: 1px solid var(--vz-input-border-custom);
    background-color: var(--vz-input-bg-custom);
    color: var(--vz-body-color);
    border-radius: var(--vz-border-radius)
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #4b38b3
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--vz-secondary-bg);
    color: var(--vz-dropdown-link-active-color)
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #4b38b3;
    color: #fff
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 36px;
    padding-right: 5px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 1px;
    left: auto
}

.select2-container .select2-selection--multiple {
    min-height: calc(1.5em + 1rem + calc(var(--vz-border-width) * 2));
    border: var(--vz-border-width) solid var(--vz-input-border-custom)!important;
    background-color: var(--vz-input-bg-custom)
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 1px 4px
}

.select2-container .select2-selection--multiple .select2-search__field {
    border: 0;
    color: var(--vz-body-color)
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #4b38b3 !important;
    border: none !important;
    color: #fff !important;
    border-radius: 3px !important;
    padding: 3px 3px 3px 24px !important;
    margin-top: 2px !important;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
    margin-right: 7px;
	border-right: 1px solid #5d4cbb !important;
    padding: 3px 7px !important;
    top: 3px
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
    background-color: #4b38b3 !important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 7px;
    height: 22px;
    font-family: var(--vz-font-sans-serif)
}

.select2-container .select2-search textarea::-webkit-input-placeholder {
    color:#878a99 !important;
}

.select2-container .select2-search textarea::-moz-placeholder {
    color:#878a99 !important;
}

.select2-container .select2-search textarea:-ms-input-placeholder {
    color:#878a99 !important;
}

.select2-container .select2-search textarea::-ms-input-placeholder {
    color: #878a99 !important;
}

.select2-container .select2-search textarea::placeholder {
   color: #878a99 !important;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple,.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: var(--vz-tertiary-bg);
    cursor: default
}

.select2-container--default .select2-selection--multiple {
	background-color:var(--vz-card-bg-custom) !important;
	padding:4px 2px 4px 2px !important;
	min-height:38px !important;

}




.text-left {
	text-align:left !important;}
.text-right {
	text-align:right !important;}
	
.datatable_badge {
	    font-size: 11px !important;
    font-weight: 400 !important;
    padding: 6px 10px !important;
	}
.ar_module_nav{}
.ar_module_nav .nav-item{
	background-color:var(--vz-card-bg-custom);
	margin-right:15px;
	}
	
.ar_module_nav .add{
	background-color: #090 !important;
	}
.ar_module_nav .add .nav-link{
	color: #FFF !important;
	}

.navbar-menu .navbar-nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.625rem 1.5rem;
    color: var(--vz-vertical-menu-item-color);
    font-size: .925rem;
    font-family: "Poppins","Inter",sans-serif;
}

.form-icon{ margin-bottom:20px;}
.form-control { background-color:var(--vz-card-bg-custom) !important; border: 0px solid var(--vz-gray-300); padding: 10px;}

.form-control-border {border: 2px solid var(--vz-gray-300) !important;}
.form-label { font-weight: 600;
    color: var(--vz-gray-700);
	
	font-size: 14px;}


.form-select {border: 0px solid var(--vz-gray-300);  background-color:var(--vz-card-bg-custom) !important; }
	
.form-icon i {
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    background: var(--vz-gray-200);
    width: 40px;
    justify-content: center;
	color: var(--vz-footer-color);
}


.form-line-title{ margin:10px 0px !important; background: var(--vz-input-disabled-bg); padding:10px;}


.delete-button{
	background: transparent;
    border: none;
    display: flex;
	}



.media {
display: flex;
    align-items: center;
    justify-content: space-between;
	position:relative;
	min-height:70px;
}
.widget_value{ font-weight: 800;
    font-size: 26px;}

.overflow-hidden{ overflow:hidden !important;}
.media i{
    margin: -18px;
    padding: 18px 10px;
    display: block;
    background: var(--vz-border-color);
	}

.media.card-body,.media:first-child {
    margin-top: 0
}

.media-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.media-title {
    margin-bottom: .125rem
}

.img-preview {
    max-height: 5rem
}

.media-list-bordered .media {
    margin-top: 0;
    padding: 1rem 1.25rem;
    border-top: 1px solid rgba(255,255,255,.1)
}

.media-list-linked .media {
    padding: 1rem 1.25rem
}

.media-list-linked li.media {
    margin-top: 0;
    border-top: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.1)
}

.media-list-linked.media-list-bordered li.media {
    border-bottom: 0
}

.media-list-linked a.media {
    color: inherit;
    transition: all ease-in-out .15s
}

@media (prefers-reduced-motion:reduce) {
    .media-list-linked a.media {
        transition: none
    }
}

.media-list-linked a.media:hover {
    background-color: rgba(255,255,255,.1)
}



.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}


.bg-secondary-subtle {
    background-color: var(--vz-secondary-bg-subtle)!important
}

.bg-success-subtle {
    background-color: var(--vz-success-bg-subtle)!important
}

.bg-info-subtle {
    background-color: var(--vz-info-bg-subtle)!important
}

.bg-warning-subtle {
    background-color: var(--vz-warning-bg-subtle)!important
}

.bg-danger-subtle {
    background-color: var(--vz-danger-bg-subtle)!important
}

.bg-light-subtle {
    background-color: var(--vz-light-bg-subtle)!important
}

.bg-dark-subtle {
    background-color: var(--vz-dark-bg-subtle)!important
}

