@font-face {
    font-family: 'Pyidaungsu';
    src: url(../assets/fonts/Pyidaungsu-2.5_Regular.ttf);
}

@font-face {
    font-family: 'Sabae';
    src: url(../assets/fonts/MyanmarSabae.ttf);
}

body {
   font-family: 'Pyidaungsu','Padauk','Poppins', sans-serif !important;
   background-color: #F3F6F9;
}

body::-webkit-scrollbar {
    width: 10px;
    background: #fff;
}

body::-webkit-scrollbar-thumb {
    background: #000;
    -webkit-border-radius: 1ex;
}

body::-webkit-scrollbar-corner {
    background: #000;
}

#notificationItemsTabContent::-webkit-scrollbar {
    width: 10px;
    background: #fff;
}

#notificationItemsTabContent::-webkit-scrollbar-thumb {
    background: #000;
    -webkit-border-radius: 1ex;
}

#notificationItemsTabContent::-webkit-scrollbar-corner {
    background: #000;
}


.long_para {
    line-height: 40px;
}

:root {
  --vz-header-bg-dark: #000;
  --vz-vertical-menu-bg-dark: #000;
  --vz-topbar-user-bg-dark: #2e2e2e;
}
.bg-dark {
  background-color: #000 !important;
}
.page-topbar{
  background-color: radial-gradient(circle at 99% 33%, hsla(235,0%,48%,0.03) 0%, hsla(235,0%,48%,0.03) 37%,transparent 37%, transparent 100%),radial-gradient(circle at 46% 16%, hsla(235,0%,48%,0.03) 0%, hsla(235,0%,48%,0.03) 43%,transparent 43%, transparent 100%),radial-gradient(circle at 99% 25%, hsla(235,0%,48%,0.03) 0%, hsla(235,0%,48%,0.03) 22%,transparent 22%, transparent 100%),radial-gradient(circle at 57% 88%, hsla(235,0%,48%,0.03) 0%, hsla(235,0%,48%,0.03) 86%,transparent 86%, transparent 100%),radial-gradient(circle at 82% 78%, hsla(235,0%,48%,0.03) 0%, hsla(235,0%,48%,0.03) 22%,transparent 22%, transparent 100%),linear-gradient(90deg, rgb(0,0,0),rgb(0,0,0)) !important;
}

.my_card {
    border: 1px solid transparent !important;
    border-radius: 10px;
    box-shadow: none !important;
}

.select2-selection__choice {
    background-color: #000 !important;
    color: #fff !important;
}

.select2-selection__choice__remove {
    color: #fff !important;
}
.select2-selection__choice__remove:hover {
    color: #FFF !important;
    background-color: #000 !important;
}

.badge-myColor {
    background-color: #000;
}
.btn:focus, .btn.focus {
   box-shadow: none !important;
}
.btn {
   cursor: pointer !important;
}

a:hover, a:visited {
   text-decoration: none;
}

/* .btn_icon_size {
   font-size: 18px;
} */
.detailCard{
    border-radius: 10px !important;
}
.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate{
    padding-left: 15px;
    padding-right: 15px;
}

/* .customizer-setting {
   bottom: 75px;
   right: 35px;
} */

.dataTables_paginate .pagination .paginate_button {
    background-color: #fff;
    color: black;
    border-radius: 4px;
    /* border: 1px solid red; */
  }
  .dataTables_paginate .pagination .page-item .page-link {
    color: #000 !important;
    margin: 2px;
    border-radius: 5px;
  }

.dataTables_paginate .pagination .page-item.active .page-link {
    background-color: #000 !important;
    color: #fff !important;
  }

.primary_button:hover {
    background-color: #fff;
   color: black;
   transition: .3s linear;
}

.primary-icon {
   font-size: 15px;
}

.primary_button {
   border: 1px solid rgba(0, 0, 0, 0.2);
   box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
   border-radius: 5px;
   color: white;
   background-color: #000;
   padding: 8px 10px;
   cursor: pointer !important;
   transition: .3s linear;
}

.button_content {
    font-size: 15px;
   margin-top: 2px;
}

.create_title {
   cursor: pointer;
   color: black;
}

.create_title:hover {
   color: black;
}

.create_sub_title {
   margin-top: 2px;
}

.submit-btn {
    border: 1px solid rgba(0, 0, 0, 0.2);
   background-color: #15151c;
   color : white;
   border-radius: 5px;
   padding: 8px 10px;
   cursor: pointer;
   transition: .3s linear
}

.submit-btn:hover{
    background-color: #FFF;
    color: #000;
    transition: .3s linear;
}

.submit-m-btn {
   margin-top: 35px;
}

.form-control:focus {
   box-shadow: none !important;
   border-color: #495057 !important;
 }
/*
 .edit_btn {
   font-size: 20px;
   color: white;
   background-color: coral;
   padding: 5px 4px 0px 5px;
   border-radius: 5px;
 }

 .edit_btn:hover {
   color: white;
 }

 .detail_btn {
    font-size: 20px;
   color: white;
   background-color: seagreen;
   padding: 5px 4px 0px 5px;
   border-radius: 5px;
 }
 .detail_btn:hover{
    color: white;
 }

 .delete_btn {
   font-size: 20px;
   color: white;
   background-color: black;
   padding: 5px 4px 0px 5px;
   border-radius: 5px;
 }

 .delete_btn:hover {
   color: white;
 } */
.cancel_btn {
    font-size: 10px;
    color: white;
    background-color: crimson;
    padding: 5px 4px 0px 5px;
    border-radius: 5px;
}
/*
 .show_btn {
    display: flex;
    align-items: center;
    font-size: 25px;
    color: white;
    background-color: seagreen;
    padding: 0px 4px 0px 4px;
    border-radius: 5px;
  }

  .show_btn:hover {
    color: white;
  } */

 .upload{
   width: 100px;
   position: relative;
   margin: auto;
 }

 .upload img{
   /* border-radius: 50%; */
   border: 6px solid #eaeaea;
 }

 .upload .round{
   position: absolute;
   bottom: -23px;
   right: -5px;
   background: #00B4FF;
   width: 52px;
   height: 52px;
   line-height: 53px;
   text-align: center;
   border-radius: 50%;
   overflow: hidden;
 }

 .upload .round input[type = "file"]{
   position: absolute;
   transform: scale(2);
   opacity: 0;
 }

 input[type=file]::-webkit-file-upload-button{
     cursor: pointer;
 }

 .thumbnail_img {
   width: 45px;
   height: 45px;
   padding: 2px;
   background: #eee;
   border-radius: 5px;
}

/* .brand table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_desc:after {
   opacity: 0 !important;
}

.brand table.dataTable>thead .sorting_asc:after{
   content: '';
} */

.category table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_desc:after {
   opacity: 0 !important;
}

.category table.dataTable>thead .sorting_asc:after{
   content: '';
}

.product table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_desc:after {
   opacity: 0 !important;
}

.product table.dataTable>thead .sorting_asc:after{
   content: '';
}

.order table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_desc:after {
    opacity: 0 !important;
 }

 .order table.dataTable>thead .sorting_asc:after{
    content: '';
 }

 .dashboardCard {
    color: black;
    transition: .3s linear;
 }
 .dashboardCard:hover{
    color:black;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-15px);
    transition: .3s linear;
 }
.dashboardCard:focus {
    transform: scale(1.05);
    transition: .3s linear;

}
.dashboardCard i {
    font-size: 50px;
}

/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {  }

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {  }

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {  }

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    body{
        overflow-x: hidden !important;
    }
 }

/* // X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
    .dashboardCard i{
        font-size: 40px;
    }
 }

.delete-image {
  position: absolute;
  right: 10%;
  top: 0;
}
