html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  min-height: 100%;
}

*, html {
  font-family: "Poppins", "Segoe UI", sans-serif;
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600 !important;
}

img {width: 100%;user-select:none}

a {transition:0.3s;text-decoration:none}
a:hover {text-decoration: none !important}

.btn-fb {
  background-color: #3b5998;
  color: #fff;
  margin-top: 10px;
}
.btn-fb:hover {
  background-color: #2f55a4;
  color: #fff;
}

.oi-main-area {
  position: relative;
  min-height: 100%;
}

/* Streamers */
.mr-streamer-item {
  text-align: center;
  background-color: #fff;
  border: 1px solid #efefef;
  padding: 20px;
  border-radius: 4px;
  margin: 12px 0;
}

.mr-streamer-item img {
  display: block;
  margin: 10px auto;
  height: 140px;
  width: 140px;
  object-fit: cover;
  border-radius: 100%;
}

.mr-streamer-item .title {
  font-size: 20px;
  margin-bottom: 5px;
}

.mr-streamer-item .link {
  display: block;
  font-size: 13px;
  color: #6441a5;
  font-weight: 500;
  margin-bottom: 15px;

  text-overflow: ellipsis;
  overflow: hidden !important;
}

.mr-streamer-item .btn-primary {
  font-weight: 500;
  background-color: #6441a5;
  border-color: #6441a5;
  border-radius: 50px;
  transition: 0.2s;
}

.mr-streamer-item .btn-primary i {
  margin-right: 5px;
}

.mr-streamer-item .btn-primary:hover {
  opacity: 0.7;
}

.mr-streamer-form {
  border: 1px solid #efefef;
  padding: 25px;
  margin: 20px 0;
  border-radius: 8px;
  background-color: #fdfdfd;
}

.mr-streamer-form .user {
  border: 1px solid #efefef;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 10px;
  background-color: #fff;
}

.mr-streamer-form .user img {
  height: 150px;
  width: 150px;
  margin: 20px auto;
  border-radius: 100%;
  object-fit: cover;
}

.mr-streamer-form .user .title {
  font-size: 26px;
}

.mr-streamer-form .user .link {
  display: block;
  font-size: 15px;
  color: #6441a5;
  font-weight: 500;
  margin-bottom: 15px;

  text-overflow: ellipsis;
  overflow: hidden !important;
}

.mr-streamer-form .user ul li {
  display: inline-block;
}

.mr-streamer-form .user ul li a {
  background-color: #555;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  margin: 0 4px;
}

.mr-streamer-form .user ul li a:hover {
  opacity: 0.7;
}

.mr-streamer-form label {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}

.mr-streamer-form .btn {
  font-size: 18px;
  font-weight: 600;
  background-color: #6441a5;
  border-color: #6441a5;
  transition: 0.2s;
}

.mr-streamer-form .btn:hover {
  opacity: 0.9;
}

/* Page Password */
.page-password {
  padding: 100px 0;
}

.pp-card {
  border: 1px solid rgba(0,0,0,0.1);
  padding: 30px;
}

.pp-card .form-control {
  border: 1px solid rgba(0,0,0,0.1);
  background-color: #fff !important;
}

.page-content {
  padding: 60px 0;
}

/* Story */
.oi-story {
  margin-top: 20px;
}

.oi-story .box img {
  height: 100px;
  width: 100px;
  object-fit: cover;
  border-radius: 100%;
  display: block;
  margin: auto;
  border: 2px solid #007bff;
  cursor: pointer;
}

.oi-story-modal .modal-body {
  padding: 0 !important;
}

.oi-story-modal .modal-content {
  border: 0 !important;
}

.oi-story-modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
}

/* Top Navigation */
.oi-main-topnav {
  padding: 20px 0;
}

.oi-main-topnav img {
  max-height: 40px;
  width: auto;
}

.oi-main-topnav .oi-form-search .form-control {
  background-color: #fff !important;
  border: 1px solid #E5E5E5;
  font-weight: 500;
  padding-left: 42px;
  font-size: 16px;
}

.oi-main-topnav .oi-form-search button {
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 9px;
  left: 25px;
}

.oi-main-topnav .oi-form-search button:focus {
  outline: none;
}

.oi-main-topnav ul {
  margin: 0;
  padding: 0;
}

.oi-main-topnav ul li {
  list-style: none;
  display: inline-block;
  margin-left: 20px;
}

.oi-main-topnav ul li a {
  color: #fff;
  font-weight: 600;
  padding: 8px 15px;
}

.oi-main-topnav ul li .fa-shopping-basket {
  font-size: 25px;
  position: relative;
  top: 3px;
}

.oi-main-topnav ul li .dropdown-toggle::after {
  display: none !important;
}

.header-bakiye {
  margin-left: 0 !important;
}

.header-bakiye img {
  height: 20px;
  width: 20px;
}

.header-bakiye span {
  position: relative;
  top: 2px;
  left: 5px;
}

.header-bakiye a {
  color: var(--dark) !important;
  padding: 8px 2px !important;
}

.btn-cart .dropdown-menu {
  width: 350px;
  padding-bottom: 0;
}

.btn-cart .dropdown-menu h6 {
  color: var(--dark);
  margin: 0;
}

.btn-cart .dropdown-menu .dropdown-item-cart {
  display: flex;
  justify-content: start;
}

.btn-cart .dropdown-menu .dropdown-item-cart:hover {
  background-color: rgba(0,0,0,0.02);
}

.btn-cart .dropdown-menu .dropdown-item-cart img {
  margin-right: 15px;
  width: 35px !important;
  height: 50px !important;
  object-fit: cover;
}

.btn-cart .dropdown-menu .dropdown-item-cart h6 {
  font-size: 15px;
}

.btn-cart .dropdown-menu .dropdown-item-cart .text-success {
  margin-top: 6px;
}

.btn-cart .dropdown-menu .dropdown-item-cart.dropdown-item {
  padding: 10px 24px;
}

.btn-ode {
  background-color: #007bff;
  text-align: center;
  margin-top: 10px;
}

.btn-ode:hover {
  background-color: #1474db;
  color: #fff;
}

@media (max-width: 992px) {
  .oi-main-topnav .col-lg-6 {
    display: none;
  }
}

@media (max-width: 768px) {
  .oi-main-topnav img {
    height: 20px !important;
  }
  .oi-main-topnav ul li a {
    font-size: 15px !important;
  }
}

.search-results {
  border: 1px solid #E5E5E5;
  position: absolute;
  top: 50px;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  max-width: 555px;
}

.search-result {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #E5E5E5;
  cursor: pointer;
  transition: 0.3s;
}

.search-result:hover {
  background-color: #f1f1f1;
}

.search-result img {
  margin-right: 15px;
  width: 50px;
  min-height: 100%;
  object-fit: cover;
}

.sr-alt h5 {
  color: #007bff;
  margin-bottom: 0;
}

/* Navbar */
.oi-main-navbar {
  background-color: #fff;
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

@media (min-width: 992px) {
  .oi-main-navbar .navbar-nav {
    display: inline-block !important;
    text-align: center;
  }
  .oi-main-navbar .navbar-nav li {
    display: inline-block !important;
    margin: auto;
  }
}

.oi-main-navbar .nav-item:first-child .nav-link {
  padding-left: 0 !important;
}

.oi-main-navbar .nav-link {
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 14px !important;
  color: #333;
  text-align: center;
}

.oi-main-navbar .nav-link img {
  height: 20px;
  width: 20px;
  margin-right: 5px;
}

.oi-main-navbar .nav-link:hover {
  color: #007bff;
}

.oi-main-navbar .navbar-toggler {
  text-align: center;
  margin: auto;
}

.oi-main-navbar .navbar-toggler:focus {
  outline: none;
}

.oi-main-navbar .dropdown-menu a {
  font-weight: 500;
  font-size: 16px;
  padding: 12px 20px;
}

/* Main Slider */
.oi-slider-game {
  margin-top: 20px;
  margin-bottom: 20px;
}

.oi-slider-game .item {
  height: 550px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .oi-slider-game .item {
    height: 200px;
  }
}

.oi-slider-game .oi-sg-content {
  height: 550px;
  width: auto;
  background-color: rgba(0,0,0,0.4);
  color: #fff;
  padding: 40px;
}

.oi-slider-game .oi-sg-content h1 {
  font-weight: 700;
}

.oi-slider-game .oi-sg-content .badge-success {
  font-size: 30px;
  font-weight: 700;
}

.oi-slider-game .oi-sg-content .badge-primary {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.oi-slider-game .oi-sg-content .btn-darkness {
  text-transform: uppercase;
  height: 45px;
  line-height: 30px;
}

.oi-slider-game .oi-sg-content .row {
  position: absolute;
  bottom: 40px;
  width: 80%;
}

.owl-nav .owl-prev {
  left: 0;
  position: absolute;
  top: 45%;
}

.owl-nav .owl-next {
  right: 0;
  position: absolute;
  top: 45%;
}

.owl-nav button i {
  color: #fff;
  font-size: 30px;
  margin: 0 10px;
}

.owl-nav button:focus {
  outline: 0 !important;
}

/* Suggestions */
.suggestion-box {
  background-position: center;
  background-size: cover;
  margin: 20px 0;
  height: 170px;
}

.suggestion-alt {
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  padding: 60px 40px;
  height: 100%;
}

.suggestion-box h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; 
  overflow: hidden;
}

/* Products */
.products {
  padding: 10px 0;
}

.product-box img, .product-box p, .product-box .badge-success {
  cursor: pointer;
}

.product-img {
  width: 100%;
  overflow: hidden;
}

.product-box img {
  width: 100%;
  object-fit: cover;
  height: 280px;
  transition: transform .2s ease;
}

.product-box:hover img {
  transform: scale(1.04);
}

.product-box {
  margin: 20px 0;
}

.product-box p {
  margin: 10px 0;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product-box .badge-success {
  padding: 10px;
}

.product-box .badge-success i {
  font-size: 20px;
}

.product-box .product-box-price {
  margin: 0 0 0 10px;
}

.product-box .product-box-price h4 {
  margin: 0;
}

.product-box .product-box-price s {
  font-size: 14px;
  color: var(--danger);
  font-weight: 500;
}

.product-star {
  margin-left: 10px;
  line-height: 7px;
}

.product-star i {
  font-size: 8px;
  color: var(--warning);
}

.product-star .fa-star-gray {
  color: rgba(0,0,0,0.2);
}

.product-star .fa.fa-star {
  margin-right: -4px;
}

.product-box h4 {
  margin: 0 0 0 10px;
}

@media (max-width: 768px) {
  .product-box .badge-success i {
    font-size: 16px;
  }
  .product-box h4 {
    font-size: 19px;
  }
}

/* Product Info */
.page-product-info {
  background-color: #F1F1F1;
  padding: 50px 0;
}

.product-info {
  background-color: #fff;
  padding: 30px;
}

.product-info-img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: auto;
}

.product-info p {
  color: #6c757d;
}

.product-info-alt h1 {
  border-bottom: 4px solid #007bff;
  padding-bottom: 2px;
  margin-right: 20px;
}

.product-info .breadcrumb {
  padding: 0;
  background-color: transparent;
}

.product-info .breadcrumb-item {
  font-size: 13px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  font-size: 10px;
  margin-top: 2px;
}

.product-comments {
  margin-top: 50px;
}

.product-comment {
  background-color: #fff;
  padding: 30px;
  margin: 15px 0;
}

.product-comment .d-flex {
  margin-bottom: 10px;
}

.product-comment .d-flex h5 {
  margin-bottom: 0;
}

.product-comment .product-star i {
  font-size: 15px;
}

.product-comment p {
  margin-bottom: 0;
  color: #6c757d;
}

@media (max-width: 992px) {
  .product-info-img {margin-bottom: 20px}
}

/* Blogs */
.blogs {
  padding: 30px 0 10px 0;
}

.blog-page {
  padding: 30px 0 10px 0;
}

.blog-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.blog-box a {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-box p {
  color: #787878;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.blog-box small {
  color: #6C757D;
  font-size: 13px;
}

.blog-box img {
  height: 200px !important;
  min-width: 200px !important;
  object-fit: cover;
  margin-right: 20px;
}

.blog-title {
  margin-bottom: 30px;
  text-transform: uppercase;
  border-left: 5px solid #007bff;
  padding-left: 10px;
}

.blog-mini img {
  height: 80px !important;
  width: 80px !important;
  min-width: 80px !important;
}

.blog-mini a {
  font-size: 15px;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
}

.blog-content h1 {
  font-size: 34px;
  margin-top: 10px;
  margin-bottom: 0;
}

.blog-content p {
  line-height: 25px;
}

.blog-content small {
  color: #6c757d;
  display: inline-block;
  margin: 10px 0 20px 0;
}

/* Page Cart */
.page-cart {
  background-color: #F1F1F1;
  padding: 50px 0;
}

.cart-products, .cart-total {
  background-color: #fff;
  padding: 30px;
}

.cart-product {
  margin: 20px 0;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
}

.cart-product:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.cart-img {
  background-color: #f1f1f1;
  padding: 10px;
}

.cart-product img {
  height: 100px;
  width: auto;
  max-width: 100%;
  display: block;
  margin: auto;
}

.cart-product h5 {
  margin-bottom: 20px;
}

.cart-product h2 {
  border-bottom: 4px solid #007bff;
  padding-bottom: 2px;
  display: inline-block;
}

.cart-product .form-control {
  width: 70px;
  border: 2px solid #ccc;
  background-color: #fff;
}

.cart-product form label {
  margin-right: 10px;
  margin-top: 5px;
}

.cart-total h3 {
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 10px;
}

.cart-total h2 {
  margin: 20px 0;
}

.cart-balance {
  background-color: var(--success);
  color: #fff;
  padding: 20px;
  font-weight: 500;
}

@media (max-width: 992px) {
  .cart-total {
    margin-top: 20px;
  }
  .cart-product h2 {
    margin-top: 20px;
  }
}


/* Auth */
.page-auth {
  padding: 60px 0;
}

.on-acc-img {
  height: 64px;
  width: 64px;
  margin: auto;
  display: block;
  position: relative;
  top: 20px;
}

.page-auth .box {
  border: 1px solid rgba(0,0,0,0.1);
  padding: 20px 30px 30px 30px;
}

.page-auth .on-acc-pass {
  margin-top: 20px;
  display: inline-block;
}

.page-auth .nav-link {
  font-weight: 600;
  text-transform: uppercase;
}

/* Profile */
.profile-card {
  margin: 60px 0;
}

.profile-card-flex {
  display: flex;
  justify-content: start;
  align-items: center;
}

.profile-card a {
  font-weight: 500;
}

.profile-card a i {
  font-size: 14px;
  margin-left: 4px;
}

.profile-card .fa-user-circle {
  display: block;
  font-size: 70px;
  color: #6c757d;
  margin-right: 20px;
}

.profile-tabs-mini .profile-box {
  display: flex;
  align-items: center;
}

.profile-tabs-mini .profile-box img {
  height: 48px;
  width: 48px;
  margin-bottom: 0;
  margin-right: 10px;
}

.profile-tabs-mini .profile-box h5 {
  margin-bottom: 0;
}

.pb-active.profile-box {
  background-color: #007bff !important;
  color: #fff;
}

.pb-active.profile-box .text-success {
  color: #fff !important;
}

.profile-box {
  background-color: #f9f9f9;
  text-align: center;
  padding: 20px;
  cursor: pointer;
  transition: 0.2s;
}

.profile-box:hover {
  background-color: #f1f1f1;
}

.profile-box img {
  height: 96px;
  width: 96px;
  margin-bottom: 10px;
}

.profile-box h5 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.profile-support .support-box {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.profile-support .support-box:hover {
  background-color: rgba(0,0,0,0.02);
}

.profile-support .support-box h6 {
  margin: 0;
}

.profile-content {
  padding: 40px 0 100px 0;
}

.profile-cash {
  padding: 20px;
  border: 1px solid rgba(0,0,0,0.07);
}

.profile-cash .form-control {
  background-color: #fff !important;
  border: 1px solid rgba(0,0,0,0.1);
}

.profile-cash .custom-select {
  background-color: #fff !important;
  border: 1px solid rgba(0,0,0,0.1);
}

.profile-cash-box {
  background-color: var(--success);
  padding: 20px;
  color: #fff;
  margin-bottom: 10px;
}

.profile-cash-box i {
  margin-bottom: 10px;
  font-size: 20px;
}

.profile-havale-box {
  background-color: var(--primary);
  padding: 20px;
  color: #fff;
  height: 133px;
  transition: 0.3s;
}

.profile-havale-box i {
  margin-bottom: 10px;
  font-size: 20px;
}

.profile-havale-box:hover {
  background-color: #1e6aba;
}

.sp-status {
  height: 25px;
  width: 25px;
  background-color: #ed7782;
  margin-right: 15px;
  border-radius: 100%;
}

.sp-status-success {
  background-color: #73f591 !important;
}

.profile-support {
  background-color: rgba(0,0,0,0.01);
  padding: 10px 0;
}

.sp2-content {
  background-color: rgba(0,0,0,0.02);
  padding: 40px;
}

.sp2-message {
  background-color: var(--primary);
  color: #fff;
  display: inline-block;
  padding: 15px;
  border-radius: 4px;
  max-width: 400px;
  margin: 10px 0;
  font-size: 15px;
}

.message-right small, .message-left small {
  display: block;
  color: #6c757d;
}

.message-right {
  display: block;
  text-align: right;
  margin-right: 15px;
}

.message-right .sp2-message {
  background-color: #fff;
  color: #6c757d;
  text-align: left;
}

.sp2-form {
  margin-top: 20px;
}

.sp2-form .form-control {
  background-color: #fff !important;
  border: 1px solid rgba(0,0,0,0.1);
}

.sp2-form .btn-primary {
  height: 60px;
  line-height: 45px;
  font-size: 24px;
}

.sp2-messages {
  height: 500px;
  overflow-y: scroll;
}

.sp2-messages::-webkit-scrollbar {
  width: 10px;
}

.sp2-messages::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.sp2-messages::-webkit-scrollbar-thumb {
  background: #bababa;
}

.sp2-messages::-webkit-scrollbar-thumb:hover {
  background: #9e9e9e;
}

/* Cash */
.table-mp img {
  height: 60px;
  width: 40px;
  object-fit: cover;
  margin-right: 10px;
}

.table-mp td:first-child {
  font-weight: 500;
  text-align: left;
}

.table-mp th:first-child {
  text-align: left;
} 

.table-mp td, .table-mp th {
  text-align: center;
}

.table-mp th:last-child, .table-mp td:last-child {
  width: 15%;
}

.table-mpc {
  font-size: 14px;
  margin-left: 10px;
}

.fw-500 {
  font-weight: 500;
}

.modal .form-control, .form-border, .modal .custom-select {
  background-color: #fff !important;
  border: 1px solid rgba(0,0,0,0.1) !important;
}

.modal-bnk {
  font-weight: 500;
}

.modal-bank ul {
  margin: 0;
  padding: 0;
}

.modal-bank {
  padding: 10px 30px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

#modalBanka .modal-body {
  padding: 10px 20px;
}

.modal-bank ul li {
  list-style-type: circle;
}

.modal-bank:last-child {
  border-bottom: 0;
}

.form-pubg {
  max-width: 200px;
  margin-right: 10px;
}

/* Features */
.features {
  padding: 20px 0 60px 0;
}

.feature-box {
  margin: 20px 0;
  text-align: center;
}

.feature-box img {
  max-width: 92px;
  max-height: 92px;
  margin-bottom: 20px;
}

.feature-box h6 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.feature-box p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #6c757d;
  font-size: 15px;
}

@media (max-width: 768px) {
  .feature-box {
    margin: 10px 0;
  }
  .feature-box img {
    max-width: 50px;
    max-height: 50px;
  }
}

/* Footer */
.oi-main-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid rgba(0,0,0,0.1);
  padding: 30px 0 0 0;
}

.oi-main-footer h6 {
  margin-bottom: 20px;
}

.oi-main-footer ul {
  padding: 0;
  margin: 0 0 40px 0;
}

.oi-main-footer ul li {
  list-style: none;
  margin: 10px 0;
}

.oi-main-footer ul li a {
  color: #6c757d;
}

.oi-main-footer ul li a:hover {
  text-decoration: underline !important;
}

.social-media li {
  display: inline-block;
  margin-top: 0 !important;
}

.social-media li a {
  background-color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  line-height: 30px;
  margin-right: 10px;
}

.social-media li i {
  color: #fff;
}

.social-media #instagram {background-color: #E1306C}
.social-media #facebook {background-color: #3B5998}
.social-media #twitter {background-color: #1DA1F2}

.oi-main-footer-copy {
  display: block;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid rgba(0,0,0,0.1);
  margin-top: 30px;
}

.footer-alts {
  height: 460px;
}

@media (max-width: 768px) {
  .footer-alts {
    height: 750px;
  }
}

/* General */
.table thead th {
  font-weight: 600;
  font-size: 15px;
}

.container {
  max-width: 1170px;
}

.custom-select {
  background-color: #f9f9f9;
  border: 0;
  cursor: pointer;
  color: #495057;
}

.custom-select:focus {
  box-shadow: none;
}

.btn-darkness {
  background-color: #273C75;
  border-color: #273C75;
  color: #fff;
}

.btn-darkness:hover {
  background-color: #192a56;
  border-color: #192a56;
  color: #fff;
}

.btn, .badge, .modal-content, .dropdown-menu, .nav-link, .form-control, .custom-select, .alert {
  border-radius: 0 !important;
}

td {
  vertical-align: middle !important;
}

.btn {
  font-weight: 500 !important;
}

.btn:focus {
  box-shadow: none !important;
}

.badge {
  font-weight: 600;
}

.form-control {
  background-color: #f9f9f9 !important;
  border: 0;
  transition: 0.3s;
}

.form-control:focus {
  background-color: #f1f1f1 !important;
  box-shadow: none !important;
}

.col-1-5{
  width: 20%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media(max-width: 992px) {
  .col-1-5{
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media(max-width: 768px) {
  .col-1-5{
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.modal-content {
  border: 0 !important;
}

.on-choice {
  margin-top: -10px;
  margin-bottom: 20px;
}

.on-choice-box {
  border: 1px solid #ccc;
  padding: 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.on-choice-box:hover {
  border-color: #007bff;
}

.on-choice-box img {
  height: 40px;
  width: 40px;
  object-fit: cover;
  margin-right: 10px;
}

.on-choice-box h6 {
  font-weight: 700;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Modal Login */
.modal-auth .modal-body {
  text-align: center;
  padding: 50px 0px 0 0;
}

.modal-auth h3 {
  margin-bottom: 40px;
  text-transform: uppercase;
}

.modal-auth form {
  padding: 0 30px;
}

.modal-auth .close {
  right: 40px;
  top: -20px;
  position: relative;
}

.modal-auth-alt {
  margin-top: 20px;
  padding: 20px;
  border-top: 1px solid #f1f1f1;
}

.modal-auth-social p {
  margin: 15px 0;
  color: #6c757d;
}

.modal-auth-social .btn {
  border-radius: 50px !important;
  height: 40px;
  line-height: 27px;
}

.modal-auth-social .btn-fb {
  background-color: #3b5998;
  border-color: #3b5998;
}

.modal-auth .custom-checkbox {
  text-align: left;
}

.custom-control-input, .custom-control-label {
  cursor: pointer !important;
}