
/*===========================*/

.dropbtn {
        background-color: white;
  border: none;
}


.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 100px;
      margin-left: -76px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content #a1 {
  color: black;
  padding: 12px 8px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

/*===============================admin login----------*/
.login-signup {
    padding: 60px 0px 60px;
}
.login-signup .login-area {
    padding: 30px 30px 39px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
    box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
}
.login-signup .login-area .header-area {
    text-align: center;
    margin-bottom: 40px;
}
.login-signup .login-area .header-area .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #1f224f;
}
.login-signup .login-area .header-area .text {
    font-size: 18px;
    color: #919191;
}
.login-signup .login-area .form-input input {
    width: 100%;
    height: 50px;
    background: #f3f8fc;
    padding: 0px 30px 0px 45px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
}
.login-signup .login-area .form-input i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    color: #1f224f;
}
.login-signup .login-area .form-input {
    position: relative;
    margin-bottom: 15px;
}
.login-signup .login-area .form-forgot-pass {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
}
.login-signup .login-area .submit-btn {
    width: 100%;
    height: 50px;
    text-align: center;
    background: #1f224f;
    border: 0px;
    color: #fff;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
}

input:focus
  {
     outline: none;
  }

#pass-img
{
        width: 13px;
}
/*==================admin login end==============*/
/*======================================header==========*/

  .header {
    background: #ffffff;
    position: relative;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 99;
}
a.admin-logo {
    display: flex;
    align-items: center;
}
a.admin-logo img {
    max-width: 160px;
    max-height: 50px;
}
.header .right-eliment {
    margin-right: 5px; display: flex;
}
.header .right-eliment .list {
    padding-left: 0px;
    margin-bottom: 0px;
}
.header .right-eliment .list li a {
    margin-bottom: 0px;
    color: #8a8a8a;
    padding: 15px 10px 15px;
    display: inline-block;
    position: relative;
}
.header .right-eliment .list li {
    display: inline-block;
}
.header .right-eliment .list li a i {
    font-size: 18px;
}
.header .right-eliment .list li.login-profile-area .user-img img {
    width: 45px;
    height: 45px;
    border: 3px solid #fff;
    border-radius: 50%;
}
.menu-toggle-button .nav-link .bar1 {
    width: 30px;
    margin-bottom: 4px;
}
.menu-toggle-button .nav-link .bar2 {
    width: 30px;
    margin-bottom: 4px;
}
.menu-toggle-button .nav-link span {
    padding: 0;
    display: inline-block;
    border-radius: 0px;
    background: #8a8a8a;
    height: 4px;
    line-height: 0px;
}
.menu-toggle-button .nav-link .bar3 {
    width: 30px;
}
.menu-toggle-button .nav-link .my-toggl-icon {
    display: -webkit-inline-grid;
    display: -moz-inline-grid;
    display: -ms-inline-grid;
    display: inline-grid;
     padding: 20px 0px; 
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {    min-width: 280px;
    max-width: 280px;
    height: auto;
    background: #ffffff;
    -webkit-box-shadow: 0px 13px 15px rgb(0 0 0 / 10%);
    box-shadow: 0px 13px 15px rgb(0 0 0 / 10%);
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10;
    position: relative;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
       padding: 20px 0;
    background: #fff;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}
#sidebar ul li
{
        line-height: 40px;
    padding: 0px 0px 0px 15px;
}
#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li.active > a {
    color: #555 !important;
    font-weight: 600;
}
#sidebar ul li a {
    color: #555 !important;
    font-weight: 600;
}
#sidebar ul li a i{
        margin-right: 10px;
}
#sidebar li a[aria-expanded="true"]::before {
   /* content: "\ea98";*/
    transform: rotate(90deg);
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    /* top: 50%;
    right: 20px; */
    top: 51%;
    right: 7px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
.header .right-eliment .list li a span {
    font-size: 12px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.bell-area
{
    margin-top: 16px;
}
/*-====================header end==================*/
/*===================side navr bar======================*/
.content-area h5.card-header {
    color: #333!important;
    background: #fff!important;
    font-weight: 700!important;
    padding: 18px 23px!important;
}
.row-cards-one {
    margin-top: 30px;
}
.row-cards-one .mycard.bg1 {
    background-image: linear-gradient(to right, #f85108, #f4ad3c);
}
.row-cards-one .mycard {
    border-radius: 3px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 30%) !important;
    padding: 25px 40px 30px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.row-cards-one .mycard .left {
    position: inherit;
    z-index: 9;
}
.row-cards-one .mycard .left .title {
  font-size: 24px;;
    color: #fff;
    line-height: 32px;
    margin-bottom: 2px;
}
.row-cards-one .mycard .left .number {
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    display: block;
    color: #fff;
    margin-bottom: 20px;
}
.row-cards-one .mycard .left .link {
    width: 80px;
    height: 30px;
    background: #fff;
    border-radius: 50px;
    line-height: 30px;
    font-size: 14px;
    display: block;
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.row-cards-one .mycard.bg2 {
    background-image: linear-gradient(to right, #047edf, #0bb9fa);
}

.row-cards-one .mycard.bg3 {
    background-image: linear-gradient(to right, #0fa49b, #03dbce);
}
.row-cards-one .mycard.bg4 {
    background-image: linear-gradient(to right, #5a49e9, #7a6cf0);
}
.row-cards-one .mycard.bg5 {
    background-image: linear-gradient(to right, #cf0633, #f96079);
}
.row-cards-one .mycard.bg6 {
    background-image: linear-gradient(to right, #129021, #1ed41e);
}
.row-cards-one .mycard .right .icon {
    font-size: 80px;
    color: #fff;
    position: inherit;
    z-index: 9;
}
.c-info-box-area {
    padding: 40px 30px 38px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.c-info-box-area .c-info-box.box1 {
    border-color: #FFBF36;
}
.c-info-box-area .c-info-box p {
    font-size: 30px;
    font-weight: 600;
    line-height: 160px;
}
.c-info-box-area .c-info-box-content {
    text-align: center;
    margin-top: 20px;
}
.c-info-box-area .c-info-box-content .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}
.c-info-box-area .c-info-box-content .text {
    font-size: 14px;
    margin-bottom: 0px;
}
.c-info-box-area .c-info-box {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    border-width: 20px;
    border-style: solid;
    text-align: center;
    border-radius: 50%;
}
.c-info-box-area .c-info-box.box2 {
    border-color: #00BCD1;
}
.c-info-box-area .c-info-box.box3 {
    border-color: #521FB7;
}
.c-info-box-area .c-info-box.box4 {
    border-color: #129021;
}
.content-area h5.card-header {
    color: #333!important;
    background: #fff!important;
    font-weight: 700!important;
    padding: 18px 23px!important;
}

.card-body {
    padding: 0px 20px 0px;
}
.my-table-responsiv {
    width: 100%;
    overflow-x: auto;
}
.table td, .table th {
    vertical-align: middle;
}
.mr-table .dataTables_wrapper .dataTables_paginate .paginate_button {
    display: inline-block;
    min-width: inherit;
    padding: 0px 0px;
    margin: 0px 4px;
    border: 0px;
    border-radius: 0px;
}
/*================side nav bar end=====================*/


p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
}
#lineChart {
    width: 100% !important;
    height: 400px !important;
}

.admin-fix-height-card {
    height: 400px;
}
.canvasjs-chart-container
{
    position: relative; text-align: left; cursor: auto;
}
.canvasjs-chart-toolbar
{
    position: absolute; right: 1px; top: 1px; 
    border: 1px solid transparent;
}
#canvasjs-chart-toolbar
{
    background-color: white; color: black; border: none;
     user-select: none; padding: 5px 12px; cursor: pointer;
      float: left; width: 40px;
     height: 25px; outline: 0px; 
     vertical-align: baseline; line-height: 0;
}
.tabin
{
    position: absolute; user-select: none;
     cursor: pointer; right: 0px;
     top: 25px; min-width: 120px; outline: 0px; font-size: 14px; font-family: Arial, Helvetica, sans-serif; padding: 5px 0px; text-align: left; line-height: 10px; background-color: white;
     box-shadow: rgb(136, 136, 136) 2px 2px 10px; display: none;
}
.canvasjs-chart-tooltip
{
    position: absolute; height: auto;
     box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 2px;
      z-index: 1000; pointer-events: none; display: none;
       border-radius: 0px; left: 58px; bottom: -127px;
     transition: left 0.1s ease-out 0s, bottom 0.1s ease-out 0s;
}
.mr-breadcrumb {
    padding: 0px 0px 10px;
}
.mr-breadcrumb .heading {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #2c304d;
    display: block;
    width: 100%;
}
.mr-breadcrumb .links {
    position: relative;
    padding-left: 2px;
    display: block;
}
.mr-breadcrumb .links li {
    display: inline-block;
}
.product-area {
    background: #fff; padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}
.mr-table {
       padding: 30px 15px;
}
.content-area {
    width: 100%;
    padding: 15px 30px 30px;
    overflow: hidden;
    background-color: #f1f1f1;
}
.action-list select
{
        border: none;
    background: #1e7e34;
    color: white;
    padding: 7px;    width: 75%;
    border-radius: 45px;

}
select:focus
{
    outline: none;
}
.mr-table .action-list a {
    background: #2d3274;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    padding: 0px 12px;
    margin: 2px 2px;
    border-radius: 50px;
    display: inline-block;
    width: auto;

}


@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }

.header .right-eliment .list1
{
    display: none;
}
}

/*=================================*/
#popular-prod-img
{
    width: 80px;
}
.dataTables_wrapper .dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}
.dataTables_wrapper .dataTables_length select {
    width: auto;
    display: inline-block;
}
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}
/*======================All order=================*/
#btn-primary
{
        border-radius: 50px;
    background-color: #2d3274;
    border-color: #2d3274;
}
/*================end all order====================*/
/*==============order details===================*/
.order-table-wrap {
    background: #fff;
    padding: 30px 30px 30px;
}
.special-box {
        margin-bottom: 20px;
    box-shadow: 0px 1px 6px 0px rgb(208 208 208 / 61%);
}
.special-box .heading-area {
    background: #eaeaf1;
    border-bottom: 0px;
    padding: 10px 30px 10px;
}
.special-box .heading-area .title {
    font-size: 19px;
    font-weight: 600;
    padding: 0px;
}
.special-box .table-responsive-sm {
    padding: 0px 30px 10px 30px;
}
.special-box .footer-area .mybtn1 {
    display: inline-block;
    text-transform: unset;
    border-radius: 50px;
    background: #2d3274;
    box-shadow: none;
        padding: 10px;
    color: white;
    margin: 0px 0px 10px 30px;
}
.order-details-table .mr-table {
    box-shadow: 0px 1px 6px 0px rgb(208 208 208 / 61%);
    padding-bottom: 5px;
}
.order-table-wrap .mr-table .title {
    background: #eaeaf1;
    display: block;
    width: 100%;
    padding: 10px 25px 10px;
    text-align: left;
    margin-bottom: 0px;
}
.mr-table table.dataTable tbody tr td {
    vertical-align: middle;
}
.btn.sendEmail {
    background: #1f224f;
    color: #fff;
}
.add-product-content {
    background: #fff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    border-radius: 4px;
}
.modal .product-description {
    text-align: left;
}
textarea.input-field {
    height: 120px!important;
    padding: 15px 20px!important;
    resize: none;
}
.add-product-content .product-description .body-area {
    padding: 30px 30px 30px 30px;
}
.add-product-content .product-description .body-area .addProductSubmit-btn {
    background: #1f224f;
    width: 160px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    border: 0px;
    margin-top: 15px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

select {
    width: 100%;
    padding: 0 20px 0px;
    border-radius: 0px;
    color: #5a6f84;
    height: 35px;
    font-size: 14px;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
#img-orderinvoice
{
    width: 80px;
}
.add-btn {
    background: #2d3274;
    padding: 7px 15px;
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
}
.invoice__orderDetails p strong, .invoice__shipping p strong {
    font-size: 18px;
    font-weight: 700;
}
.add-newProduct-btn.print {
    background: #1f224f;
    color: #fff;
}
.invoice_table .table > tfoot > tr:first-child > td {
    border-top: 1px solid #dddddd;
}
.country-ul
{
    list-style-type: none; display: flex;    padding-left: 0px;
}
.input-field {
    width: 100%;
    padding: 0px 20px 0px;
    border-radius: 0px;
    color: #5a6f84;
    height: 35px !important;
    font-size: 14px;
    margin-bottom: 15px;
    border-radius: 4px;
    background: #fff!important;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.add-product-content .product-description .body-area .list {
    padding-left: 0px;
    margin-bottom: 0px;
}
ul li {
    list-style-type: none;
}
.add-product-content .product-description .body-area .left-area .heading {
    font-size: 14px;
    color: #0d3359;
    font-weight: 600;
    margin-bottom: 0px;    margin-top: 3px;
}
/* ================order details end===============*/
/*=====================tax calculate==============*/
.mybtn1 {
    border-radius: 50px;
    background-color: #1f224f;
    -webkit-box-shadow: 0px 5px 10px 0px rgb(14 35 107 / 30%);
    box-shadow: 0px 5px 10px 0px rgb(14 35 107 / 30%);
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
    padding: 7px 25px;
    border: 0px;
}
/*=================end tax calculate================*/
/*======================products================*/
.ap-product-categories .cat-box {
    padding: 40px;
    display: block;
    text-align: center;
}
.ap-product-categories .cat-box.box1 {
    background-image: -webkit-linear-gradient(-1deg, #464de4 0%, #814eff 100%);
}
.ap-product-categories .cat-box.box1 .icon {
    background: #2d3274;
}
.ap-product-categories .cat-box .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    display: inline-block;
    font-size: 40px;
    color: #fff;
}
.ap-product-categories .cat-box.box2 {
    background-image: -moz-linear-gradient(0deg, #fd4e75 0%, #fc7858 100%);
    background-image: -webkit-linear-gradient(0deg, #fd4e75 0%, #fc7858 100%);
    background-image: -ms-linear-gradient(0deg, #fd4e75 0%, #fc7858 100%);
}

.ap-product-categories .cat-box.box3 {
    background-image: -webkit-linear-gradient(-45deg, #1153fc 0%, #5581f1 100%);

 }

.ap-product-categories .cat-box .title {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-top: 14px;
}
.ap-product-categories .cat-box.box2 .icon {
    background: #c02649;
}
.ap-product-categories .cat-box.box3 .icon {
    background: #093ec5;
}
.ap-product-categories {
    padding: 30px 30px;
}
.add-product-content .product-description .heading-area {
    padding: 13px 20px 17px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.add-product-content .product-description .body-area .left-area {
    text-align: left;
    margin-bottom: 10px;
    display: flex;
}
.add-product-content .product-description .body-area .left-area .sub-heading {
    font-size: 12px;
    color: #143250;
    display: inline-block;
    margin-left: 4px;
    margin-bottom: 0px;
}
.add-product-content .product-description .body-area .row {
    margin-bottom: 20px;
}
div#landscape a#crop-image {
    position: absolute;
    display: block;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.add-product-content .product-description .body-area .set-gallery {
    background: #2d3274;
    color: #fff;
    font-size: 14px;
    padding: 7px 15px;
}
/*===================end products==================*/
.add-product-content1 {
    background: #fff;
}
.add-product-content1 .product-description .body-area {
    padding: 30px 100px 30px 30px;
}
.add-product-content1 .product-description .body-area .left-area {
    text-align: right;
}
.add-product-content1 .product-description .body-area .left-area .heading {
    font-size: 14px;
    color: #0d3359;
    font-weight: 600;
    margin-bottom: 0px;
}
.add-product-content1 .product-description .body-area .addProductSubmit-btn {
    background: #1f224f;
    width: 160px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    border: 0px;
    margin-top: 15px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.add-product-content1 .product-description .body-area .row {
    margin-bottom: 20px;
}
.tawk-area textarea {
    width: 100%;
    height: 200px;
}
.img-upload #image-preview {
    width: 240px;
    height: 240px;
    border: 1px dashed #000;
    color: #ecf0f1;
    position: relative;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.img-upload #image-preview input {
    width: 120px;
    height: 40px;
    z-index: 10;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0px;
    cursor: pointer;
    opacity: 0;
}
.img-upload #image-preview label {
    z-index: 5;
    width: 120px;
    height: 40px;
    background-color: #ffffff;
    color: #143250;
    font-size: 14px;
    line-height: 40px;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    margin-left: 0px;
    bottom: 0px;
    margin-bottom: 0px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    /* box-shadow: 0px 0px 15px #eaeaea; */
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.special-box .heading-area {
    background: #eaeaf1;
    border-bottom: 0px;    margin-bottom: 25px;
    padding: 10px 30px 10px;
}
.add-logo-area {
    background: #fff;
    padding: 30px 30px 30px;
}
.add-logo-area .submit-btn {
    background: #1f224f;
    color: #fff;
    border: 0px;
    width: 140px; margin-bottom: 20px;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.add-logo-area .submit-area {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.add-logo-area .set-logo {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.add-logo-area .currrent-logo {
    text-align: center;
    display: block;
}
span.input-group-addon {
    position: absolute;
    right: 0;
    top: 0;
    background: #ddd;
    padding: 5px;
    height: 100%;
    width: 40px;
    text-align: center;
    line-height: 33px;
}
.add-product-content1 .product-description .body-area .input-field {
    margin-bottom: 0px !important;
}
.input-group-addon input
{
display: inline-block;
    cursor: pointer;
    height: 25px;
    width: 25px;
}