.layout-fixed .main-sidebar {
    background: #9493dc;
}

.content-wrapper {
    background: #ffffff !important;
    border: 0px !important;
}

.elevation-3 {
    border-radius: 30px;
    /* box-shadow: 0 10px 8px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)!important; */
    background: #fff;
    width: 21%;
}

[class*=sidebar-dark] .brand-link,
[class*=sidebar-dark] .user-panel {
    border-bottom: 1px solid #9493dc !important;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-image: radial-gradient(#c58dca, #c58dca) !important;
    color: #fff;
}

.btn-primary {
    color: #fff !important;
    background-color: #050590 !important;
    border: 1px solid #050590 !important;
}

.btn-danger {
    color: #ffffff !important;
    background-color: #dc3545 !important;
    border: 1px solid #dc3545 !important;
}

.btn-danger:hover {
    color: #ffffff !important;
    background-image: radial-gradient(maroon, red) !important;
    border: 1px solid maroon !important;
}

.breadcrumb-item a {
    color: #9493dc !important;
}

.page-item.active .page-link {
    color: #fff !important;
    background-color: #9493dc !important;
    border: 1px solid #9493dc !important;
}

.main-footer a {
    color: #9493dc !important;
}

.float-right a {
    color: #9493dc;
}

.alert-warning,

.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link {
    background-image: radial-gradient(#c58dca, #c58dca) !important;
}

.btn-primary:hover {
    background-image: radial-gradient(blue, #050590) !important;
    border: 1px solid #9493dc !important;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-image: radial-gradient(#c58dca, #c58dca) !important;
    color: #fff !important;
}

.brand-link {
    background-image: radial-gradient(#c58dca, #c58dca) !important;
}

[class*=sidebar-dark-] .sidebar a {
    color: #fff !important;
}

.sidebar-mini .nav-sidebar,
.sidebar-mini .nav-sidebar .nav-link,
.sidebar-mini .nav-sidebar>.nav-header {
    color: #000;
    font-weight: 600;
}

.main-sidebar .brand-text,
.main-sidebar .logo-xl,
.main-sidebar .logo-xs,
.sidebar .nav-link p,
.sidebar .user-panel .info {
    color: #fff;
    font-weight: 400;
}

.main-footer {
    background: #fff;
    border-top: 1px solid #dbdddf;
    color: #313131;
    padding: 8px;
    font-size: 14px;
    font-weight: 400;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    float: left;
}

.social-log {
    text-align: right;
}

ul.social-log {
    list-style: none;
}

.social-log li {
    padding: 13px;
}

.social-log li a {
    color: #353535;
    font-weight: 400;
    font-size: 16px;
    padding: 5px;
}

.dp-image {
    text-align: center;
}

.dp-image img {
    width: 150px;
    border: 2px solid #eee;
    background: #eee;
    border-radius: 100%;
    height: 150px;
}

.column {
    float: left;
    width: 100%;
    padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
    content: "";
    clear: both;
    display: table;
}

.column table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

.column th,
.column td {
    text-align: left;
    padding: 7px 10PX;
}

.column tr:nth-child(even) {
    background-color: #f2f2f2;
}

.bg-color {
    background: #9493dc;
    color: #ffffff;
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
}

.column P {
    margin-bottom: 0px;
}

.upload {
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.upload input[type="file"] {
    opacity: 0;
    margin-top: 4px;
    height: 22px;
    padding: 14px;

}

.change {
    background: #9493dc;
    width: 150px;
    margin: -43px auto;
    color: #fff;
    padding: 4px 0 3px;
    font-size: 14px;
    border-radius: 50px;

}

.bordered {
    border-left: 1px solid #eeeeee;
}

.mainborder td,
.mainborder th {
    border: 1px solid #eeeeee;
}

.top-margin {
    margin-top: 30px;
}

.bottom-border {
    border-bottom: 1px solid #e7e7e7;
    padding: 10px;
}

.spon-title h2 {
    color: #313131;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 10px;
}

.sponser-id {
    color: #454545;
    font-size: 14px;
    padding: 7px 0px;
    font-weight: 600;
    text-transform: uppercase;
    width: 50%;
    float: left;
}

.name-sponsor {
    color: #a6a3a3;
    float: left;
    width: 50%;
    font-size: 14px;
    padding: 7px 0px;
    font-weight: 400 !important;
    text-transform: uppercase;
}

.edit {
    padding: 10px 0px;
}

.edit a {
    background: #9493dc;
    padding: 6px 21px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}

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

.custom-select {
    position: relative;
    font-family: Arial;
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    color: #000 !important;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
    padding: 1px 16px;
    /* border: 1px solid transparent; */
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #9493dc;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.custom-select {
    margin: 10px 0px;
    float: right;
}

.itempage {
    float: right;
    padding: 16px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.welcome {
    border-bottom: 4px solid #9493dc;
    padding: 20px 0;
    border-radius: 0px;
}

.wel-img img {
    width: 90px;
}

.welcome-2 {
    padding: 20px 0px;
    border-bottom: 4px solid #9493dc;
}

.welcome-2 p,
.welcome p {
    font-size: 14px;
    color: #353535;
    line-height: 26px;
    font-weight: 500;
    word-spacing: 2px;
}

.dp-img {
    width: 150px;
    padding: 10px 0px;
}

.welcome-2 strong,
.welcome strong {
    font-size: 16px;
    color: #353535;
    line-height: 26px;
    font-weight: 600;
    word-spacing: 2px;
    padding: 0px 4px;
}

.dp-imgs {
    width: 170px;
    padding: 0;
    float: left;
}

.uploaded {
    width: 150px;
    font-size: 15px;
    text-transform: capitalize;
    border: 0;
    padding: 8px;
    border-radius: 23px;
    margin: 8px auto;
    color: #fff;
    background: #9493dc;
}

#uploader {
    background: #9493dc;
    border: 0;
    color: #fff;
    width: 105px;
    opacity: 0;
    padding: 6px 16px;
}

.upperside {
    background: #000;
    color: #fff;
    padding: 7px 15px;
    margin-left: -107px;
    border-radius: 5px;
    margin-top: 14px;
}

.instruction {
    padding: 15px 0;
}

.instruction h3 {
    color: #9493dc;
    font-size: 16px;
    padding: 15px 0px;
    font-weight: 500;
}

.instruction p {
    color: #313131;
    font-size: 14px;
    margin: 0px;
    line-height: 26px;
    font-weight: 400;
}

.tre {
    padding: 30px;
}

/*********************
#Css Changes
*********************/
.card-primary:not(.card-outline) .card-header {

    border-bottom: 0;
    background: #9493dc !important;
}

.d-block {
    display: block !important;
}

a {
    color: #050590 !important;
    text-decoration: none;
    background-color: transparent;
}

.card-primary.card-outline {
    border-top: 3px solid #9493dc !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #9493dc !important;
}

.bg-warning,
.bg-warning > a {
  color: #c58dca !important;
  background-color: #9493dc!important;
}
