/*ne den be*/
@font-face {
    font-family: SFUI;
    src: url(../../font/SFUIText-Medium.otf);
}

@font-face {
    font-family: SFUI;
    src: url(../../font/SFUIText-Bold.ttf);
    font-weight: bold;
}


body {
    margin: 0;
    padding: 0px !important;
    font-family: "SFUI";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2f3138;
    text-align: left;
    background-color: #313546;
}

.vurgu{
    color: #6665FF;
}
.bg-blue {
    background-color: #547EF7;
}

.bg-dark2 {
    background-color: #313546;
}

.c-dark2 {
    background-color: #313546;
}

.bg-dark1 {
    background-color: #454C65;
}

.c-dark1 {
    color: #454C65;
}

.c-white {
    color: #fff;
}

.bg-dark3 {
    background-color: #767A88;
}

.c-dark3 {
    color: #767A88;
}

.colorwhite {
    color: white;
}

.c-green {
    color: #9CBD60;
}

.c-yellow {
    color: #F4B960;
}

.bg-yellow {
    background: #F4B960;
}

.bg-red {
    background: #EA6B81;
}

ov{
    text-decoration: overline;
}

#fullscreen {
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.backgroundImage {
    display: block;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    z-index: -50;
    background: rgb(59, 61, 67);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(59, 61, 67, 1)), to(rgba(60, 69, 97, 1)));
    background: linear-gradient(to bottom, rgba(59, 61, 67, 1) 0%, rgba(60, 69, 97, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3b3d43', endColorstr='#3c4561', GradientType=0);
}

.backgroundImage2 {
    display: block;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    z-index: -49;
    background-image: url("../../resimler/landscapepttern.png");
    background-size: cover;
    background-position: center;
}

.glasseffect {
    background-color: #292e37;
    border-radius: 5px;
    color: #5E6B81;
}

.glasseffect i {
    color: #5E6B81;
}

.glasseffect:hover {
    background-color: #252931;
    color: #ffffff !important;
    -webkit-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.glasseffect:hover i {
    color: #ffffff;
    -webkit-transition: color 200ms linear;
    transition: color 200ms linear;
}

.menu-head {
    margin-top: 10px;
    font-weight: 700;
    font-size: 1.4rem;
}

#menu2,
#menu3,
#menu4,
#menu5 {
    display: none;
}

.sidebar_active {
    background: #00EBCF;
    background: -webkit-gradient(linear, left top, left bottom, from(#00EBCF), to(#00BEEB));
    background: linear-gradient(to bottom, #00EBCF 0%, #00BEEB 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cb3874', endColorstr='#ec603f', GradientType=1);
}


/*Widget1*/

.widget1 {
    max-width: 250px;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0px 0px 6px 0px #3B4055;
    box-shadow: 0px 0px 6px 0px #3B4055;
    /* border: solid rgba(20,20,20,0.4) 2px;*/
    border-radius: 15px;
    color: #ffffff;
}

.widget1:hover {
    background: #00EBCF;
    background: -webkit-gradient(linear, left top, left bottom, from(#00EBCF), to(#00BEEB));
    background: linear-gradient(to bottom, #00EBCF 0%, #00BEEB 100%);
    -webkit-box-shadow: 0px 0px 30px 2px rgba(144, 144, 144, 0.54);
    box-shadow: 0px 0px 30px 2px rgba(144, 144, 144, 0.54);
    /*  border: solid rgba(20,20,20,0.4) 2px;*/
    color: #ffffff;
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-out;
}


/*Widget1 finish*/

.mt-c3 {
    margin-top: 20px;
}

.imgPerson {
    width: 33px;
    height: 33px;
    border-radius: 5px;
}

.imgPerson2 {
    width: 33px;
    height: 33px;
    border-radius: 5px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    z-index: 10;
}

.imgPerson2:hover {
    -webkit-box-shadow: 0px 0px 30px 10px rgba(144, 144, 144, 0.54);
    box-shadow: 0px 0px 30px 10px rgba(144, 144, 144, 0.54);
    -webkit-transform: scaleX(3.5) scaleY(3.5);
    transform: scaleX(3.5) scaleY(3.5);
}


/*
.btnRelease {
     background-color: rgba(218,217,211,0.4); 
     -webkit-box-shadow:3px 3px 4px rgba(0,0,0,0.2); 
     box-shadow:3px 3px 4px rgba(0,0,0,0.2);
    border: solid rgba(20,20,20,0.4) 1px;
    color:#404040; 
}
.btnRelease:hover {
    background-color: black;
    color: rgba(224,217,195,1);   
}*/

#topBar {
    color: white;
    background-color: none;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.05);
    height: 6.7%;
    min-height: 32px;
}

#bottomBar {
    color: white;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.2);
    height: 3.3%;
    -webkit-box-shadow: 3px 3px 4px rgba(100, 100, 100, 0.05);
    box-shadow: 3px 3px 4px rgba(100, 100, 100, 0.05);
}

#middle-menu,
#middle-menu2 {
    overflow-y: auto;
    height: 90%;
}

#warning {
    display: none;
}

#preloader,
#menuProgramHazirla,
#menuSecenekler,
#tasimaMenusu,
#codeEditor,
#makePro {
    padding: 0;
    margin: 0;
    position: absolute;
    background: rgba(63, 69, 91, 0.8);
    height: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
}

#menu_holder {
    height: 100%;
    display: block;
    background-color: #2f3138;
}

#btnHomePage {
    border: none;
    color: #fff;
    background: none;
    font-size: 15px;
}

#btnHomePage::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #00EBCF;
    background: -webkit-gradient(linear, left top, right top, from(#00EBCF), to(#00BEEB));
    background: linear-gradient(to right, #00EBCF 0%, #00BEEB 100%);
    -webkit-transition: width .3s;
    transition: width .3s;
}

#btnHomePage:hover::after {
    width: 100%;
    -webkit-transition: width .3s;
    transition: width .3s;
}

.list-sidemenu {
    height: 93%;
}

.card1 {
    width: 100%;
    border: none !important;
    background-image: url("../../resimler/backgroundpattern.png");
    background-size: cover;
    background-position: center;
    color: white;
    -webkit-box-shadow: 0px 0px 6px 0px #3B4055;
    box-shadow: 0px 0px 6px 0px #3B4055;
}

.list-sidemenu .card {
    border: none !important;
    background-image: url("../../resimler/backgroundpattern.png");
    background-size: cover;
    background-position: center;
    color: black;
    height: 100%;
    -webkit-box-shadow: 0px 0px 6px 0px #3B4055;
    box-shadow: 0px 0px 6px 0px #3B4055;
}



.list-contentmenu .card {
    
    color: black;
    height: 100%;
    border: none;
    -webkit-box-shadow: 0px 0px 6px 0px #3B4055;
    box-shadow: 0px 0px 6px 0px #3B4055;
}

.list-contentmenu .card-header {
    background: none;
    background: #2f3138;
    color: white;
    border: none;
}

.list-contentmenu .card-body {
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    overflow-y: auto;
    background: none;
    background: #2f3138;
    color: white;
    margin: 5px 20px !important;
}

.list-contentmenu .card-footer {
    border-radius: 2px;
    background: none;
    background: #2f3138;
    color: white;
    border: none;
}

.list-group-item:nth-child(2n + 1) {
    background: rgba(255, 255, 255, 0.03);
    color: white;
    padding: 4px 10px;
    border: none;
    border-radius: 0px !important;
    margin-top: 1px;
    -webkit-transition-property: scaleY scaleX;
    transition-property: scaleY scaleX;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.list-group-item:nth-child(2n) {
    background: rgba(255, 255, 255, 0.06);
    color: white;
    padding: 4px 10px;
    border: none;
    border-radius: 0px !important;
    margin-top: 1px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: scaleY scaleX;
    transition-property: scaleY scaleX;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.list-group-item:hover {
    -webkit-transform: scaleY(1.05) scaleX(1.05);
    transform: scaleY(1.05) scaleX(1.05);
    border-radius: 10px !important;
}

#list-tab {
    display: none;
}

#list-tab .active {
    color: #2e313c;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px !important;
    color: #ffffff;
    background: #00EBCF;
    background: -webkit-gradient(linear, left top, right top, from(#00EBCF), to(#00BEEB));
    background: linear-gradient(to right, #00EBCF 0%, #00BEEB 100%);
}



.list-sidemenu .card-header input {
    background: none;
    border: none;
    border-bottom: 1px solid aqua;
    color: white;
}

.list-contentmenu {
    height: 100%;
}

.imgButton {
    color: white;
    background: #00EBCF;
    background: -webkit-gradient(linear, left top, right top, from(#00EBCF), to(#00BEEB));
    background: linear-gradient(to right, #00EBCF 0%, #00BEEB 100%);
}

.badge {
    background: #00D3DE;
}

.badge-light {
    background: white;
}

.nav-link {
    color: #ABA9A9 !important;
    margin-left: 15px;
    background: rgba(255, 255, 255, 0.03);
    border: none !important;
    font-size: 14px;
}

.active1 {
    border-radius: 3px !important;
    border-bottom: none !important;
    background: rgba(255, 255, 255, 0.1);
    background: #00EBCF;
    background: -webkit-gradient(linear, left top, right top, from(#00EBCF), to(#00BEEB));
    background: linear-gradient(to right, #00EBCF 0%, #00BEEB 100%);
    color: white !important;
}

.list-contentmenu .card-body input {
    color: white;
    margin-left: 10px;
    border: 0.9px solid #c3c3c3;
    background: rgba(255, 255, 255, 0.1) ;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 1);
    border-radius: 2px important;
}



 select {
    background: rgba(255, 255, 255, 0.05) !important;
    border: none !important;
    color: #ABA9A9 !important;
}

.list-contentmenu .card-body textarea {
    color: white;
    margin-left: 10px;
    border-radius: 2px important;
    border: 0.9px solid #c3c3c3;
    background: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 1);
}

.card-body .input-group-addon {
    width: 125px;
    text-align: left;
}

.btnBlue {
    color: white;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btnBlue:hover {
    background: rgba(255, 255, 255, 0.3);
}

.btnHistory {

    color: white;
    background: #00D4DD;
    border: none;
    border-radius: 12px;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-size: 12px;
}

.btnHistory:hover {
    background: #00BEEB;
}

.btnBlack {
    background: #3F455B;
    border: none;
    color: #ABA9A9;
    text-align: left;
    font-size: 15px;
}

.emailHelp {
    color: #939AA2;
    font-size: 10px;
    text-align: left;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1);
    border: 0.9px solid #c3c3c3;
    cursor: pointer;
    margin-left: 10px;
    padding: 5px 10px;
    font-size: 13px;
}

.cardDers {
    border-radius: 5px;
}

.timeTable {

    border-collapse: separate;
    border-spacing: 3px;
}

.table-dark {
    background-color: rgba(255, 255, 255, 0);
}

.table-dark2 {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark thead,
.table-dark tbody,
.table-dark tr,
.table-dark th,
.table-dark td {
    border: solid 1px rgba(255, 255, 255, 0.5) !important;
}

.table-dark2 thead,
.table-dark2 tbody,
.table-dark2 tr,
.table-dark2 th,
.table-dark2 td {
    border: solid 1px rgba(255, 255, 255, 0.1) !important;
}

.table-dark td {
    width: 50px;
    max-width: 50px;
    font-size: 15px;
    color: white;
}

.table-dark th {
    min-width: 41px;
    width: 50px;
    max-width: 70px;
}

.table-aktif {
    color: #EA6B81;
}


/*Snacbar Başlangıç
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
   
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
Silmek gerekebilir
*/

/*Snacbar Bitiş*/



/*Spinner*/

.spinner {
    margin: 10px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #547EF7;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    background-color: #EA6C82;
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    background-color: #F4B961;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    background-color: #EA6C82;
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    background-color: #547EF7;
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}


/*Spinner Bİtiş*/

/*PopOver*/

.popover {
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #959BA2;
}

.popover-header {
    background: #00EBCF;
    background: -webkit-gradient(linear, left top, right top, from(#00EBCF), to(#00BEEB));
    background: linear-gradient(to right, #00EBCF 0%, #00BEEB 100%);
    color: #fff;
    border: none;
}

.popover-body {
    background: #3B4055;
    border: none;
    /* border-top:1px solid #959BA2;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;*/
    min-height: 30px;
}

.popover-footer {
    border: none;
}


/**/

.modal-content {
    background: #3F455B;
    color: white !important;
}

.modal-header {
    border: none;
    border-bottom: 1px solid #565656;
}

.modal-footer {
    border: none;
    border-top: 1px solid #565656;
}

@media (max-width: 700px) {
    #warning {
        display: block;
    }
    #menu_holder {
        display: none;
    }
}

@media (max-height: 460px) {
    #menu_holder {
        display: none;
    }
    #warning {
        display: block;
    }
}

body {
    scrollbar-face-color: black;
    scrollbar-shadow-color: black;
    scrollbar-highlight-color: black;
    scrollbar-3dlight-color: black;
    scrollbar-darkshadow-color: black;
    scrollbar-track-color: black;
    scrollbar-arrow-color: black;
}


/* Let's get this party started */

body::-webkit-scrollbar {
    width: 1px;
    height: 1px;
}


/* Track */

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px black;
    border-radius: 2px;
}


/* Handle */

body::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: rgba(0, 213, 221, 0.5);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 213, 221, 0.5);
}


#soruDuzenlemeCardBody{
    margin: 0px !important;
}