body {
    background: #fff;
    font-size: 13px;
    color: #000;
    margin: 0px;
    min-width: 250px;
    max-width: 1600px;
    height: 100%;
    padding: 4px;
    font-family: "Lato", sans-serif;

}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}



/*Glavni search input-------------------------------*/
input[name=search] {
    border-radius: 25px 25px 25px 25px;
    transition: 0.5s;
}

input[name=search]:hover {
    border-radius: 25px 25px 25px 25px;
    padding: 5px 45px 5px 45px;
    transition: 0.5s;
    border: 1px solid #838383;
    position: realtive;
}

input[name="reset"] {
    color: #464545;
    font-weight: bold;
    border-radius: 25px 0 0 25px;
}

input[name="searchok"] {
    color: #464545;
    font-weight: bold;
    border-radius: 0 25px 25px 0;
}

input[name="reset"],
[name="searchok"],
[name=search] {
    padding: 5px 25px 5px 25px;
    background-color: #e6e6e5;
    border: 1px solid #838383;
}

/*--------------------------------------------------*/
/*-------------Index.php sotish input------------*/
input[name=mki] {
    border: 1px solid #000;
    border-radius: 5px 0px 0px 5px;
    padding: 3px 0px 3px 2px;
    transition: 0.5s;
    width: 35px;
    display: inline-block;
}

input[name=mkis] {
    font-weight: bold;
    background: #f0f0f0;
    border: 1px solid #000;
    border-radius: 0px 5px 5px 0px;
    padding: 3px 0px 3px 0px;
    transition: 0.5s;
    width: 50px;
    display: inline-block;
}

input,
select {
    width: auto;
    padding: 8px;
    margin: 6px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

input:focus,
select:focus {
    outline: none;
    border-color: #66afe9;
    box-shadow: 0 0 5px rgba(102, 175, 233, 0.6);
}

/*-----------------------------------------------*/

/*Table td tr th -------------------------------*/
table.stats {
    width: 100%;
    border: solid 1px #dcdbdb;
    border-collapse: collapse;
}

table.stats tr {
    border: 1px solid #c8c8c8;
}

table.stats td {
    border-right: 1px solid #cacaca;
    padding: 5px;
}

table.stats th {
    padding: 5px;
    background: #f0f0f0;
}

/*--------------------------------------------------*/

/*Input text-------------------------------*
input[type=text],[type=password],[name=sum],[ name=categori]{
	width: 150px;
	padding: 5px 5px 5px 5px;
	border-style: ridge;
	border-radius: 5px 5px 5px 5px;
	background-color: #f0ffed;
	  transition-duration: 0.4s;

}
/*select name-------------------------------*/
select[name=model],
[name=marka],
[name=etiket],
[ name=categori] {
    width: 165px;
    padding: 5px 5px 5px 5px;
    border-style: ridge;
    border-radius: 5px 5px 5px 5px;
    background-color: #f0ffed;
    transition-duration: 0.4s;

}



/*Input submit-------------------------------*/

input[type="reset"] {
    background-color: white;
    color: black;
    border: 2px solid #4CAF50;
    border-radius: 0px 7px 7px 0px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    font-size: 16px;
    transition-duration: 0.4s;
    float: center;
    cursor: pointer;
    position: realtive;
}

input[type="reset"]:hover {
    background-color: #4CAF50;
    color: white;
    border: 2px solid #4CAF50;
    border-radius: 0px 7px 7px 0px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    font-size: 16px;
    transition-duration: 0.4s;
    float: center;
    cursor: pointer;

}

/*--------------------------------------------------*/
/*Input submit-------------------------------*/

input[name=submit] {
    background-color: white;
    color: black;
    border: 2px solid #4CAF50;
    border-radius: 7px 7px 7px 7px;
    padding: 4px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 4px;
    transition-duration: 0.4s;
    float: center;
    cursor: pointer;

}

input[name=submit]:hover {
    background-color: #4CAF50;
    color: white;
    border: 2px solid #4CAF50;
    border-radius: 7px 7px 7px 7px;
    padding: 4px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 4px;
    transition-duration: 0.4s;
    float: center;
    cursor: pointer;

}

/*--------------------------------------------------*/

i {
    border: solid black;
    border-width: 0 3px 3px 0;
    padding: 3px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.rrr {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.container {
    display: inline-block;
    cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background: transparent;
    /* 🔹 Fonsiz */
    overflow-x: hidden;
    transition: 0.3s ease;
    padding-top: 0;
    box-shadow: none;
    /* 🔹 So‘ya ham olib tashlandi */
    backdrop-filter: none;
    /* 🔹 Blur ham yo‘q */
}

.sidenav a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 10px;
    color: #818181;
    display: block;
    transition: 0.2s;
}

.sidenav a:hover {
    color: #fff;
}

.tema {
    width: 0;
    position: fixed;
    z-index: 1;
    top: 85px;
    right: 1%;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 0px;
}

.tema a {
    text-decoration: none;
    font-size: 15px;
    color: #000;
    display: block;
    transition: 0.2s;
}

.tema a:hover {
    color: #fff;
}

.closebtn {
    position: absolute;
    top: 10%;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left 0.5s;
    background-color: #fff;

}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 0px;
    }

    .sidenav a {
        font-size: 18px;
    }
}


.tablink {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 9px 16px;
    font-size: 14px;
    width: 16.6%;
}

.tablink:hover {
    background-color: #777;
}

/* Style the tab content */
.tabcontent {
    color: black;
    display: none;
    text-align: center;
    transition: 1s;

}

.accordion {
    background: #fff url(../../style/img/barg.png) repeat-x;
    color: #444;
    cursor: pointer;
    padding: 5px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active,
.accordion:hover {
    background-color: #ccc;

}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.sitebar {
    float: right;
    width: 20%;
    overflow: hidden;
    display: block;
}

.leftb {
    float: left;
    width: 20%;
    overflow: hidden;
    display: block;
    background: #fff;

}

.clear {
    clear: both;
}

.cont {
    float: left;
    width: 80%;
    overflow: hidden;
    display: block;
}

.conta {
    float: left;
    width: 80%;
    overflow: hidden;
    display: block;

}

.catlink a {
    color: #000000;
}

.catlink {
    color: #000000;
    display: inline-block;
    width: 89%;
    padding: 10px 20px;
    border-bottom: solid 1px #dcdcdc;
    border-radius: 5px 5px 5px 5px;
    background: #6ec1fe;
    transition: 0.9s;
}

.catlink:hover {
    background: #5086ad;
    transition: 0.9s;
}

.reg {
    color: white;
    background: #99cd93;
    transition: 0.9s;
}

.reg:hover {
    background: #007f0f;
    transition: 0.9s;
}




@media (max-width:5600px) {
    .cont {
        width: 80%;
        margin-top: 2px;
    }

    .viewmob {
        display: none;
    }

    .leftb {
        width: 20%;
        margin-top: 2px;
    }

    .sitebar {
        width: 20%;
        margin-top: 2px;
    }
}

@media (max-width:1600px) {
    .cont {
        width: 80%;
    }

    .viewmob {
        display: none;
    }
}

@media (max-width:1024px) {
    .cont {
        width: 80%;
    }

    .viewmob {
        display: none;
    }
}

@media only screen and (max-width: 900px) {
    .cont {
        width: 100%;
    }

    .conta {
        width: 100%;
    }

    .viewmob {
        display: block;
    }

    .leftb {
        width: 100%;
        margin: 10px;
        display: block;
    }

    .slbvr {
        display: none;
    }

    .pnm {
        display: none;
    }
}

@media only screen and (min-width: 900px) {
    .min {
        display: none;
    }
}

@media (max-width:800px) {
    .sitebar {
        display: none;
    }

    .viewmob {
        display: block;
    }

    .leftb {
        width: 100%;
        margin: 0;
        display: block;
    }

    .slbvr {
        display: none;
    }

    .pnm {
        display: none;
    }
}

@media (max-width:479px) {
    .sitebar {
        display: none;
    }

    .viewmob {
        display: block;
    }

    .leftb {
        width: 100%;
        margin: 0;
    }

    .slbvr {
        display: none;
    }

    .pnm {
        display: none;
    }
}







.hidden {
    visibility: hidden;
}

.lt {
    background: #e9f6ff;
    padding: 1px;
    border-bottom: solid 1px #dcdcdc;
}

.lt2 {
    background: #bce3fe;
    padding: 1px;
    border-bottom: solid 1px #dcdcdc;
    color: #ff0000
}

.number_top {
    padding: 0px;
    color: #fff;
    font-weight: bold;
    box-shadow: inset 0 -15px 20px rgba(0, 0, 0, 0.25);
    background: #8a8b8b;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px;
    border-radius: 2px !important;
}

.number_bar {
    margin: 1px;
    padding: 4px;
    color: #fff;
    font-weight: bold;
    box-shadow: inset 0 -15px 20px rgba(0, 0, 0, 0.75);
    background: #09ff58;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px;
    border-radius: 2px !important;
}

.number_bar2 {
    margin: 1px;
    padding: 4px;
    color: #fff;
    font-weight: bold;
    box-shadow: inset 0 -15px 20px rgba(0, 0, 0, 0.25);
    background: #002f0f;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px;
    border-radius: 2px !important;
}

.lt a:link,
.title a:active,
.lt a:visited {
    color: #000;
}

.lt2 a:link,
.title a:active,
.lt2 a:visited {
    color: #ff0000;
}

.number_top a:link,
.title a:active,
.number_top a:visited {
    color: #fff;
}

.number_bar a:link,
.title a:active,
.number_bar a:visited {
    color: #fff;
}

.bar a:link,
.title a:active,
.bar a:visited {
    color: #fff;
}

a.knop {
    color: #000;
    border-radius: 4px;
    background: url(img/foots.gif) repeat-x #E2E2E2;
    padding: 3px 6px;
    display: inline-block;
}

.phdr {
    background: #FF1493 url(images/hl.gif);
    margin-bottom: 1px;
    color: #fff;
    padding: 4px 55px 5px 15px;
    text-shadow: 0px -1px 0px #0075b2;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #4B6888;
}

.phdr:after {
    display: block;
    height: 20px;
    margin: -20px -5px 0 -18px;
}

.phdr a:link,
.phdr a:visited {
    color: #fff;
}

.gmenu {
    box-shadow: inset 0 -15px 20px rgba(0, 0, 0, 0.25);
    background: #c8ffb2;
    border: 1px solid #c7e6fc;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}



a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #09457C;
}

a:hover {
    text-decoration: underline;
    color: #000;
}



.foot {
    color: #fff;
    box-shadow: inset 0 -15px 20px rgba(0, 0, 0, 0.25);
    background: #545454;
    padding: 8px;
}

.head,
.bar {
    background: #3498db;
    color: white;
    padding: 8px;
}

@keyframes bganimation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.head {
    border-bottom: 0px;
    font-family: Rosemary;
    font-size: 20px;
    border-radius: 6px 6px 0px 0px;
    text-align: center;
    top-shadow: inset 0 -15px 20px rgba(0, 0, 0, 0.25);

}

.uzfor_progress {
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background-color: #000;
    border-radius: 18px;
}

.progress-container {
    width: 100%;
    height: 4px;
    background: #fff;
}

.progress-bar {
    height: 4px;
    background: #5d80a6;
    width: 0%;
    border-radius: 2px;
}

div.sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0;
}

table.past {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    bottom: 0;
}

div.pag {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: -30;
}





.bar {
    border-bottom: 0px;
    border-radius: 0px 0px 0px 0px;
}

.foot,
.foot a {
    border-top: 0px;
    font-weight: normal;
    color: #E6F6FF;
    border-radius: 0px 0px 6px 6px;
    padding: 6px 0px 5px 0px;
}

.rio {
    float: right;
    border: 1px solid #565656;
    border-radius: 5px;
    background-color: #7c7c7c;
    padding: 0.5px 4px 0.5px 4px;
    color: #fff;
}

.mennn {
    float: left;
    border: 1px solid #D3D8DE;
    border-radius: 5px;
    background-color: #D3D8DE;
    padding: 0px 3px 0px 3px;
}

.sennn {
    float: right;
    border: 1px solid #D3D8DE;
    border-radius: 5px;
    background-color: #D3D8DE;
    padding: 0px 3px 0px 3px;
}

.sub {
    border-top: 1px dotted #ccc;
    font-size: x-small;
    margin-top: 4px;
}

.list {
    background: #f9f9f9;
    border: 1px solid #696969;
    color: #52432C;
    padding: 5px;
    text-align: left;
}

.list1 {
    float: right;
    width: 95%;
    background: #fbfbfb;
    border: 1px solid #b5b5b5;
    color: #8e8f8f;
    margin-bottom: 1px;
    padding: 5px;
    text-align: left;
    border-radius: 20px 0px 20px 20px;
}

.list2 {
    float: left;
    width: 95%;
    background: #ffe5d6;
    border: 1px solid #fc9e67;
    color: #8e8f8f;
    margin-bottom: 1px;
    padding: 5px;
    text-align: left;
    border-radius: 0px 20px 20px 20px;
}

.list1 a:link,
.list1 a:visited,
.list2 a:link,
.list2 a:visited {
    color: #ff8811;
    text-decoration: none;
}

.list1 a:hover,
.list2 a:hover {
    color: #D15D34;
    text-decoration: none;
}

.rio2 {
    border: 1px solid #D3D8DE;
    border-radius: 2px;
    color: #000000;
    padding: 5px;
}


.title {
    color: #7a7a7a;
    background-color: #fff;
    padding: 6px;
    border: 1px solid #0000ff;
    font-family: Tahoma;
}

.title a:link,
.title a:active,
.title a:visited {
    color: #1e90ff;
}

.title a:hover {
    color: #1e90ff;
}

.title3 {
    color: #fff;
    background: #086A8C url(elements/hd1.png) repeat-x top;
    padding: 8px;
}

.title3 a {
    color: #ffffff;
    padding: 3px;
}

.main {
    background: #d8efff;
    margin-bottom: 1px;
    border: 1px solid black;
    color: #7a7a7a;
    padding: 7px;
}

.main2 {
    color: #7a7a7a;
    background-color: #fff;
    padding: 6px;
    border: 1px solid #ff0000;
    font-family: Tahoma;
}

.main2 a, 
main a {
    color: #ff0000;
    text-decoration: none;
}

.title2 {
    color: #fff;
    background: url(elements/ft1.png) repeat-x top;
    padding: 8px;
}

.title2 a:link,
.title2 a:active,
.title2 a:visited {
    color: #fff;
}

.title2 a:hover {
    color: #fff;
}





.ft2 {
    background: #1956ad repeat-x top;
    color: #fff;
    padding: 7px;
    border: 1px solid #D8D8D8;
    text-align: right;
}

.ft2 a {
    text-decoration: none;

    color: #ff0000;
}

.ft2 a:hover {
    color: #555454;
}


a.op {
    border: 1px solid #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #C2BDBD;
    color: #000;
    padding: 3px 7px 4px 7px;
    font-size: 11px;
}

span.op {
    border: 1px solid #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #C2BDBD;
    color: #000;
    padding: 3px 10px 3px 10px;
    font-size: 11px;
    float: right;
}




















.loader {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}