
.swal2-popup {
    font-size: .87em;
    border-right: 1px solid;
    border-bottom: 2px solid transparent;
    /* background-color: white; */
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: white;
    padding: .3rem .6rem;
    font-weight: 500;
}

.profile-tab .nav-tabs.customtab .nav-link {

    /* color: #181f48; */
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    /* background-color: whitesmoke; */
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: .3rem .6rem;
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
    font-weight: 500;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.checkbox-wrapper-2 .ikxBAC {
    appearance: none;
    background-color: #dfe1e4;
    border-radius: 72px;
    border-style: none;
    flex-shrink: 0;
    height: 20px;
    margin: 0;
    position: relative;
    width: 35px;
}

.checkbox-wrapper-2 .ikxBAC .disabled {
    background-color: green;
}

.checkbox-wrapper-2 .ikxBAC::before .disabled {
    background-color: blue;
}

.checkbox-wrapper-2 .ikxBAC::before {
    bottom: -6px;
    content: "";
    left: -6px;
    position: absolute;
    right: -6px;
    top: -6px;
}

.checkbox-wrapper-2 .ikxBAC,
.checkbox-wrapper-2 .ikxBAC::after {
    transition: all 100ms ease-out;
}

.checkbox-wrapper-2 .ikxBAC::after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 18px;
    left: 2px;
    position: absolute;
    top: 1px;
    width: 18px;
}

.checkbox-wrapper-2 input[type=checkbox] {
    cursor: default;
}

.checkbox-wrapper-2 .ikxBAC:hover {
    background-color: #c9cbcd;
    transition-duration: 0s;
}

.checkbox-wrapper-2 .ikxBAC:checked {
    background-color: #0099ff;
}

.checkbox-wrapper-2 .ikxBAC:checked::after {
    background-color: #fff;
    left: 16px;
}

.checkbox-wrapper-2 :focus:not(.focus-visible) {
    outline: 0;
}

.checkbox-wrapper-2 .ikxBAC:checked:hover {
    background-color: #535db3;
}

.box {
    background-color: #ecf0f4;
    border: 1px solid rgb(98, 0, 255);
    min-height: 50px;
    font-size: 2rem;
}

.card-box .selected {
    border-left: 0.25rem solid #f63e8e;
}

.selected2 {
    background-color: #0099ff;
}
.selected {
    border-left: 0.25rem solid #f6c23e;
}
.selected-row {
    border: 0.01rem solid red;
    border-radius: .7rem;
}
.selected.striped {
    background-color: #0099ff;
}
.striped {
    background-color: #eaeef2;
}
.border-left-warning {
    border-left: 0.25rem solid #f6c23e !important;
}
.border-left-dark {
    border-left: 0.25rem solid #5a5c69 !important;
}

.widget-style3 .widget-icon {
    /* width: 60px;
    font-size: 30px;
    line-height: 1;  
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; */
    background: #fff; 
    color: #fff; 
}

.tr {
    border-bottom: 1px solid rgb(105, 95, 95);
  }

  