﻿body {
    margin-top: 0px;
    overflow-x:hidden;
}
.bg-light-gray {
    background-color: #f7f7f7;
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}


.bg-sky.box-shadow {
    box-shadow: 0px 5px 0px 0px #00a2a7
}

.bg-orange.box-shadow {
    box-shadow: 0px 5px 0px 0px #af4305
}

.bg-green.box-shadow {
    box-shadow: 0px 5px 0px 0px #4ca520
}

.bg-yellow.box-shadow {
    box-shadow: 0px 5px 0px 0px #dcbf02
}

.bg-pink.box-shadow {
    box-shadow: 0px 5px 0px 0px #e82d8b
}

.bg-purple.box-shadow {
    box-shadow: 0px 5px 0px 0px #8343e8
}

.bg-lightred.box-shadow {
    box-shadow: 0px 5px 0px 0px #d84213
}


.bg-sky {
    background-color: #02c2c7
}

.bg-orange {
    background-color: #e95601
}

.bg-green {
    background-color: #5bbd2a
}

.bg-yellow {
    background-color: #f0d001
}

.bg-pink {
    background-color: #ff48a4
}

.bg-purple {
    background-color: #9d60ff
}

.bg-lightred {
    background-color: #ff5722
}

.padding-15px-lr {
    padding-left: 15px;
    padding-right: 15px;
}

.padding-5px-tb {
    padding-top: 5px;
    padding-bottom: 5px;
}

.margin-10px-bottom {
    margin-bottom: 10px;
}

.border-radius-5 {
    border-radius: 5px;
}

.margin-10px-top {
    margin-top: 10px;
}

.font-size14 {
    font-size: 14px;
}

.text-light-gray {
    color: #d6d5d5;
}

.font-size13 {
    font-size: 13px;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}



/* Common Class */
.pd-5 {
    padding: 5px;
}

.pd-10 {
    padding: 10px;
}

.pd-20 {
    padding: 20px;
}

.pd-30 {
    padding: 30px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.font-30 {
    font-size: 30px;
    line-height: 1.46em;
}

.font-24 {
    font-size: 24px;
    line-height: 1.5em;
}

.font-20 {
    font-size: 20px;
    line-height: 1.5em;
}

.font-18 {
    font-size: 18px;
    line-height: 1.6em;
}

.font-16 {
    font-size: 16px;
    line-height: 1.75em;
}

.font-14 {
    font-size: 14px;
    line-height: 1.85em;
}

.font-12 {
    font-size: 12px;
    line-height: 2em;
}

.weight-300 {
    font-weight: 300;
}

.weight-400 {
    font-weight: 400;
}

.weight-500 {
    font-weight: 500;
}

.weight-600 {
    font-weight: 600;
}

.weight-700 {
    font-weight: 700;
}

.weight-800 {
    font-weight: 800;
}

.text-blue {
    color: #1b00ff;
}

.text-dark {
    color: #000000;
}

.text-white {
    color: #ffffff;
}

.height-100-p {
    height: 100%;
}

.bg-white {
    background: #ffffff;
}

.border-radius-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.border-radius-100 {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.box-shadow {
    -webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
    box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
}

.gradient-style1 {
    background-image: linear-gradient( 135deg, #43CBFF 10%, #9708CC 100%);
}

.gradient-style2 {
    background-image: linear-gradient( 135deg, #72EDF2 10%, #5151E5 100%);
}

.gradient-style3 {
    background-image: radial-gradient( circle 732px at 96.2% 89.9%, rgba(70,66,159,1) 0%, rgba(187,43,107,1) 92% );
}

.gradient-style4 {
    background-image: linear-gradient( 135deg, #FF9D6C 10%, #BB4E75 100%);
}

/* widget style 1 */

.widget-style1 {
    padding: 25px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .widget-style1 .circle-icon {
        width: 60px;
    }

        .widget-style1 .circle-icon .icon {
            width: 60px;
            height: 60px;
            background: #ecf0f4;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .widget-style1 .widget-data {
        width: calc(100% - 150px);
        padding: 0 15px;
    }

    .widget-style1 .progress-data {
        width: 90px;
    }

        .widget-style1 .progress-data .apexcharts-canvas {
            margin: 0 auto;
        }

.widget-style2 .widget-data {
    padding: 20px;
}

.widget-style3 {
    padding: 30px 20px;
}

    .widget-style3 .widget-data {
        width: calc(100% - 60px);
    }

    .widget-style3 .widget-icon {
        width: 60px;
        font-size: 45px;
        line-height: 1;
    }

.apexcharts-legend-marker {
    margin-right: 6px !important;
}

.chart {
    height: 60px;
    width: 60px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    background-color: #fef6f6;
    border-radius: 50%;
    color: #d45b64;
    cursor:pointer;
}


.chart3 {
    height: 60px;
    width: 60px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    background-color: #f0faeb;
    border-radius: 50%;
    color: #85c46a;
    cursor: pointer;
}

.chart4 {
    height: 60px;
    width: 60px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    background-color: #d45b64;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

#divPaylasim a {
    padding: 5px;
    display: inline-block;
    margin: 0 2px 5px;
}

    #divPaylasim a i {
        font-size: 20px;
        color: #D14937;
        padding: 5px;
        cursor: pointer;
        transition: all .3s ease;
    }

#divPaylasim .printf i {
    font-size: 20px;
    color: #D14937;
    padding: 5px;
    cursor: pointer;
    transition: all .3s ease;
}

    #divPaylasim .printf i:hover {
        color: #a73a2c;
    }

#divPaylasim a i:hover {
    color: #a73a2c;
}



.card-title{
    line-height:35px!important
}


.foot {
    flex-wrap: wrap;
    position: sticky;
    bottom: 0 !important;
    padding: 0;
    background-color: #F0F4F7;
    box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.02);
    z-index:101
}

.foot-alt {
    display: flex;
    justify-content: space-between;
    background-color: #F0F4F7;
    padding: 0;
    border-top: 1px solid #e8eef3;
}


.lpx-breadcrumb-feed-sol {
    height: 30px;
    margin-left: 0.9rem;
}
.lpx-topbar-feed {
    display: flex;
    align-items: center;
    bottom: 0 !important;
    padding: 0;
    margin-right: 0.9rem;
    font-size: 0.875em;
}
#NewFeedbackButton{
    font-size:14px!important;
    font-weight:600;
}


.profile-pic-wrapper {
    height: 20vh;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pic-holder {
    text-align: center;
    position: relative;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

    .pic-holder .pic {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

    .pic-holder .upload-file-block,
    .pic-holder .upload-loader {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(90, 92, 105, 0.7);
        color: #f8f9fc;
        font-size: 12px;
        font-weight: 600;
        opacity: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s;
    }

    .pic-holder .upload-file-block {
        cursor: pointer;
    }

.uploadProfileInput {
    width: 0px;
    height: 0px;
    position: absolute;
}

    .pic-holder:hover .upload-file-block,
    .uploadProfileInput:focus ~ .upload-file-block {
        opacity: 1;
    }

.pic-holder.uploadInProgress .upload-file-block {
    display: none;
}

.pic-holder.uploadInProgress .upload-loader {
    opacity: 1;
}


@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}
