﻿@charset "utf-8";
/* CSS Document */

/*GENEL AYARLAR*/

.rotate-180.collapsed {
    transform: rotate(0deg);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.rotate-180 {
    transform: rotate(180deg);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.size-100 {
    font-size: 100px !important;
    line-height: 125px;
}

.c-pointer {
    cursor: pointer;
}

.kmk-icon {
    display: inline-block;
}

    .kmk-icon:before {
        content: "";
        background: url(../images/kmk-icon.svg) no-repeat center center;
        display: inline-block;
        width: 17px;
        height: 16px;
        background-size: contain;
    }

.dropdown-toggle.no-caret::after {
    display: none;
}
/*GENEL AYARLAR*/

/*INPUT*/

.input-as-label {
    border: none;
    background: white;
}

/*INPUT*/

/*TABLE*/
.table-align-middle td {
   vertical-align:middle !important;
}


.spc-srtiped-table > tbody > tr:nth-child(4n+1) {
    background-color: rgba(0,0,0,.05);
}
/*TABLE*/
/*WIDTH-HEIGHT*/
.wh-48 {
    width: 48px;
    height: 48px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
}

    .wh-48:hover {
        background: rgba(0,0,0,.06);
    }

    .wh-48 i {
        line-height: 48px;
    }

.h-48 {
    height: 48px;
}


.wh-20 {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
}

    .wh-20:hover {
        background: rgba(0,0,0,.06);
    }

    .wh-20 i {
        line-height: 20px;
        font-size: 12px;
    }


.w-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-40 {
    width: 40%;
}

.min-h-400 {
    min-height: 400px;
}

.l-height-46 {
  line-height:46px;
}
/*WIDTH-HEIGHT*/

/*COLOR*/

.link-white, .link-white a {
    color: #fff !important;
}

    .link-white:hover, .link-white a:hover {
        text-decoration: none;
        color: #fff;
    }

.link-dark, .link-dark a {
    color: #525f7f;
}

    .link-dark:hover, .link-dark a:hover {
        text-decoration: none;
        color: #3d4861;
    }

.bg-secondary-half {
    background: #888f96;
}

.bg-spc-dark {
    background: rgb(81,86,190);
    background: linear-gradient(142deg, rgba(81,86,190,1) 0%, rgba(65,70,181,1) 49%, rgba(81,86,190,1) 100%);
}


.spc-disabled {
    opacity: 0.3;
}


.spc-blue-grey {
    color: #bdbdcc;
}
/*COLOR*/

/*SHADOW*/
.shadow {
    -webkit-box-shadow: 0 1px 15px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 15px 0 rgba(0,0,0,.15);
}

.header-shadow {
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.55);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.55);
    box-shadow: 0 0 3px rgba(0,0,0,.55);
}
/*SHADOW*/

/*SEARCH BOX*/
.search-box input {
    padding-left: 55px;
}

.search-box .search-btn {
    position: absolute;
    top: 0;
    left: 0;
    height: 48px;
    width: 48px;
    text-align: center;
}

    .search-box .search-btn i {
        line-height: 48px;
    }

.search-box-mobile input {
    padding-left: 55px;
}

.search-box-mobile .search-btn {
    position: absolute;
    top: 0;
    left: 0;
    height: 38px;
    width: 48px;
    text-align: center;
}

    .search-box-mobile .search-btn i {
        line-height: 38px;
    }
/*SEARCH BOX*/

/*HEADER*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1002;
}
/*HEADER*/

/*TITLE HEADER*/
.title-header {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 1001;
}
/*TITLE HEADER*/

/*SIDEBAR*/
.side-nav ul li {
    list-style-type: none;
}

    .side-nav ul li a {
        display: block;
    }

.side-nav > ul > li > a {
    font-size: 18px;
    line-height: 55px;
    padding-left: 34px !important;
}

.side-nav .sub-side-nav li.active a {
    background: #373c9c;
}

.side-nav .sub-side-nav li a {
    opacity: 1;
    line-height: 28px;
    font-size: 14px;
    font-size: 15px;
    padding: 18px 34px;
}
/*SIDEBAR*/
/*RIGHT CONTENT*/
.right-content {
    padding-top: 140px;
}

    .right-content .content-list > .row:nth-child(2n) {
        background-color: #fdfdfd;
    }
/*RIGHT CONTENT*/

/*CONTENT INPUT*/
.content-input {
    padding-right: 60px;
}

.form-control-lg-info {
    position: absolute;
    right: 20px;
    top: 15px;
}
/*CONTENT INPUT*/

@media(min-width:992px) {
    /*SIDEBAR*/
    .sidebar {
        position: fixed !important;
        top: 0;
        height: 100%;
        display: block;
    }

    .side-nav {
        padding-top: 140px;
    }
    /*SIDEBAR*/

    /*RIGHT CONTENT*/
    .right-content {
        position: absolute !important;
        right: 0;
    }

    .right-content-box {
        min-height: 700px;
    }
    /*RIGHT CONTENT*/
}

@media(max-width:991px) {
    /*RIGHT CONTENT*/
    .right-content .sub-title {
        display: flex;
    }
    /*RIGHT CONTENT*/

    /*BUTTONS*/
    .btn-m-w-100 {
        width: 100%;
    }
    /*BUTTONS*/

    /*SIDEBAR*/
    .sidebar {
        position: fixed !important;
        width: 80% !important;
        height: 100%;
        left: -80%;
        z-index: 1003;
        padding: 25px 15px !important;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        overflow: scroll;
    }

        .sidebar.open {
            left: 0;
            -webkit-box-shadow: 0 1px 15px 0 rgba(0,0,0,.15);
            -moz-box-shadow: 0 1px 15px 0 rgba(0,0,0,.15);
            box-shadow: 0 1px 15px 0 rgba(0,0,0,.15);
            overflow-x: hidden;
            overflow-y: auto;
        }
    /*SIDEBAR*/
}


body {font-family: "IBM Plex Sans",sans-serif !important;}
.welcomeTitle {font-size: 20px;font-weight: 600;}
.welcomeP {font-size: 14px;color: #757575}
.form-group label {font-weight: 600;font-size: 15px;color: #5156be;}
button, input, optgroup, select, textarea {font-family: "IBM Plex Sans",sans-serif !important;}
.form-control-lg {
    height: calc(2.5em + 1.19rem + 2px) !important;
    font-size: 14px !important;
}
.btn-group-lg > .btn, .btn-lg {font-size:15px !important;font-weight:600 !important;}

.title-header {background:rgb(81,86,190) !important;}
.border-bottom {
    border-bottom: 1px solid #e9e9ef !important;
}
.size-26 {font-size:26px !important;}
.btn.btn-primary.py-2.px-3.link-white.mx-2,
.btn.btn-outline-primary.py-2.px-3.mx-2 {margin-bottom: 10px;}