.dgcard-logo{
    height: 45px;
    object-fit: contain;
    z-index: 99;
    position: absolute;
    top: 2rem;
    mix-blend-mode: darken;
}
.dgcard-profile{
    border-radius: 50%;
    height: 150px;
    width: 150px;
    z-index: 9;
    position: relative;
    transition: transform .5s ease;
}
.dgcard-profile:hover{
    transform: scale(1.1);
}
.dgcard-desc-bg{
    background: #1f2130;
    border-radius: 20px;
    border: 1px dashed#606542;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.dgcard-desc{
    color: #fff;
}
.mtm-5{
    margin-top: -5rem;
}
.mtm-6{
    margin-top: -6rem;
}
.dgcard-owner-title{
    color: #fff !important;
}
.dgcard-owner-post{
    color: #fff;
}
.dgsocial-links a{
    margin: 15px 0px;
}
.dgsocial-links img{
    object-fit: contain;
    width: 75px;
    height: 75px;
    margin: 15px 10px;
    transition: transform .5s ease-in-out;
}
.dgsocial-links img:hover{
    transform: scale(1.5);
}
.dg-cover{
    height: 250px;
    object-fit: fill;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.dgcard-bg{
    /* background: #1f2130; */
    background: #0d0d0d;
    margin-bottom: 0.25rem;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    display: flex;
    align-items: center;
}

/* toggle button */
.switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 28px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 15px;
}
.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}
input:checked + .slider {
    background-color: #4caf50;
}
input:checked + .slider:before {
    transform: translateX(26px);
}
.light-style .swal2-popup .swal2-icon.swal2-warning {
    border-color: rgba(255, 171, 0, .8);
    color: #ffab00;
}
.select2-container .select2-selection--single{
    padding: 4px !important;
    height: unset !important;
}