.modal {
    border-radius: 14px;
    bottom: 0;
}

.modal-title {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #1a2332;
}

.modal-title-2 {
    font-size: 20px !important;
}

.modal-content {
    animation-name: fade;
    animation-duration: 0.5s;
    border-radius: 14px;
    border: none;
    background-clip: border-box;
}

.modal-footer {
    border: none;
}

#exampleModal .w-icon, #exampleModal .w-item {
    font-size: 14px;
    font-weight: 400;
}

#exampleModal a {
    color: #1a2332;
    text-decoration: none;
}

.modalblack .modal-title {
    color: #a6a6a6;
}

.modalblack .modal-content{
    border-radius: 20px;
    animation-name: fade;
    animation-duration: 0.5s;
    background-color: #212121;
    border: 1px solid #1a2332;
    color: #fff;
    font-size: 12px;
    background: rgb(38 38 38 / 50%);
    backdrop-filter: blur(8px);
    box-shadow: 11px 0px 34px -5px rgba(0,0,0,0.351);
    letter-spacing: 1px;
}

.filter-blur {
    backdrop-filter: blur(14px);
}

.modalblack .modal-header {
    border-bottom: 1px solid #333;
}

.opdel-backdrop {
    position: absolute;
    height: 100%;
}

/** Modal Share*/
#modalShare {
    top: 0%;
}

#modalShare .list-group-item {
    padding: 16px;
}

#modalShare .blocx-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

#modalShare .modal-content {
    border-radius: 14px;
    animation-name: fade;
    animation-duration: 0.5s;
    background-color: #fff;
    /*border: 1px solid #333;*/
    color: #1a2332;
    background: #fff;
    backdrop-filter: blur(30px);
    box-shadow: 11px 0px 34px -5px rgba(0,0,0,0.351);
}

#modalShare .modal-footer {
    border: none;
    justify-content: start;
}

#modalShare .w-icon, #modalShare .w-item {
    font-size: 14px;
    font-weight: 500;
    color: #1a2332;
}

#modalShare i {
    color: #1a2332;
}

#modalShare a {
    text-decoration: none;
}

#modalShare ul {
    padding-left: 0;
    margin-bottom: 0;
}

#modalShare .menu-item .w-arrow {
    color: #a6a6a6;
}

#modalShare .w-icon {
    width: 9%;
    text-align: left;
    color: #1a2332;
    font-size: 18px;
    top: 2px;
    position: relative;
}

#modalShare .w-item {
    width: 70%;
    text-align: left;
    font-weight: 400;
    color: #1a2332;
}

#modalShare .w-arrow {
    width: 20%;
    text-align: right;
    color: #8899A6;
}

#modalShare .link-item {
    border-radius: 8px;
    border: 1px solid #f6f6f6;
    color: #212121;
    padding: 8px 10px;
    line-height: normal;
    font-size: 14px;
    transition: all 0.6s;
    font-weight: 500;
    text-decoration: none;
    display: block;
    margin: 5px 0;
    transition: all 0.5s;
}

#modalShare .link-item:hover {
    background-color: #333;
    border-radius: 8px;
    transition: all 0.5s;
    background: #f6f6f6;
}

#modalShare .menu-item {
    padding: 0;
    font-weight: 400;
    display: block;
}

#modalShare .btn-close,
.modalblack .btn-close {
    font-size: 14px;
    /* width: 75%; */
    color: #a6a6a6;
}

#modalShare .modal-card {
    background-color: #f4f4f4;
    padding: 15px;
    border-radius: 14px;
}

#linkProfile {
    background-color: transparent;
    border: 1px solid #737373;
    color: #a6a6a6;
    font-size: 15px;
}

#modalHistory {
    top: 10%;
}

#modalHistory .modal-header {
    font-size: 16px;
}

#modalHistory .avatar-grid {
    width: 80px;
    height: 80px;
}

#modalHistory .modal-content {
    background: rgb(38 38 38 / 50%);
    color: #fff;
    box-shadow: 11px 0px 34px -5px rgba(0,0,0,0.351);
}

.modal-backdrop-blur {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(10px);
    z-index: 900;
}

.ig-modal {
    border-radius: 16px;
    border: none;
    max-width: 400px;
}

.ig-close {
    position: absolute;
    top: 16px;
    right: 16px;
    opacity: .6;
}

.ig-close:hover {
    opacity: 1;
}

.modal-backdrop.show {
    opacity: 0.65;
}

.btn-primary {
    font-size: 15px;
    background-color: #4f46e5;
    border: none;
}

.btn-primary:hover {
    background-color: #4338ca;
}

.btn-light {
    font-size: 15px;
    background-color: #f3f4f6;
    border: none;
}


@media only screen and (max-width: 768px) {
    #modalHistory {
        top: 0%;
    }
}