/**Mod IMGonline**/
#wrapper {
    display: flex;
    background: #f8f9fc;
}
/**Navbar**/
ul#accordionSidebar{
    border-radius: 0em 2em 2em 0em;
}
.bg-gradient-primary {
    background-color: #1F96FC;
        background-image: linear-gradient(180deg,#1F96FC 10%,#1F96FC 100%);
        background-size: cover;
}

li.nav-item.active {
    background: #fff;
    border-radius: 2em 0em 0em 2em;
}
.sidebar-dark .nav-item.active .nav-link i {
    color: #1f96fc;
}
.sidebar-dark .nav-item.active .nav-link {
    color: #1f96fc;
}
/**Cart**/
.card-header:first-child {
    border-radius: 15px 15px 0px 0px;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: 15px;
}

.btn {
    border-radius: 15em;
    padding: 0.71em 25px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 5em;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 0px solid #e3e6f0;
}
.table-bordered td, .table-bordered th {
    border-bottom: 1px solid #e3e6f0;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #e3e6f0;
}
.table-bordered td, .table-bordered th {
    border-bottom: 1px solid #e3e6f0;
    border-left: 0px solid #e3e6f0;
    border-right: 0px solid #e3e6f0;
}

h1, h2, h3, h4, h5{
    color: #1F96FC;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem 2.25rem;
}

p {
    font-size: 14px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  .bx-socialmedia {
    border: solid 1px #ddd;
    background: #fff;
    border-radius: 15px;
    padding: 1em 2em;
    width: 80%;
    margin: auto;
}  
div#Translation h3 {
    font-size: 20px;
    font-weight: 600;
    color: #575756;
}

.bx-socialmedia:hover {
    border: solid 1px #1f96fc;
    background: #f9f9f9;
}
#help ul {
    list-style: none;
    font-size: 18px;
}
#help ul li{
    list-style: none;
    padding: 0.4em;
}
@media (min-width: 768px){
.sidebar.toggled .sidebar-brand .sidebar-brand-icon i {
    font-size: 1.4rem;
}
.sidebar.toggled .nav-item .nav-link {
    text-align: center;
    padding: .75rem 0rem;
    width: 5.5rem;
}
.sidebar.toggled {
    overflow: visible;
    width: 5.5rem!important;
}
}



