.user-prof-wr {
    width: 942px;
    min-height: 500px;
    margin: auto;
    margin-top: 14rem;
}

.profile-header-wr {
    box-shadow: 0 0 17px 0 rgba(254, 78, 110, 0.02), 0 0 17px 0 rgba(254, 78, 110, 0.09);
    padding: 74px 0 50px 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.pr-edit-img {
    float: left;
    text-align: center;
}

.pr-edit-img i {
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: #9a9a9a;
    margin-top: 10px;
    display: block;
    cursor: pointer;
}

.pr-edit-img i:hover {
    color: #3a3a3a;
}

.profile-image {
    width: 100px;
    height: 100px;
    background-image: linear-gradient(to bottom, #59ecab, #65ead1);
    border-radius: 100%;
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 1.5px;
    color: #ffffff;
    text-align: center;
    padding-top: 3rem;
}

.pr-info {
    float: left;
    margin-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pr-edit-img i {
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: #9a9a9a;
}

.pr-info h2 {
    font-family: 'Lato', sans-serif, 'Arial_Caps';
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: center;
    color: #3c3b3b;
    margin-top: 0;
    margin-bottom: 4px;
}

.pr-info h3 {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.3px;
    color: #3c3b3b;
    margin-top: 0;
    margin-bottom: 4px;
}

.pr-info span {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: #65ead1;
}

.pr-payment-bx {
    text-align: center;
}

.pr-payment-bx::after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 160px;
    background-color: #e9e9e9;
    right: 14px;
    top: -30px;
}

.pr-payment-bx::before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 160px;
    background-color: #e9e9e9;
    left: 14px;
    top: -30px;
}

.pr-main {
    margin-top: -28px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.pr-payment-bx img {
    width: 50.2px;
}

.pr-payment-bx h2 {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: #3c3b3b;
    margin-top: 10px;
    margin-bottom: 6px;
}

.pr-payment-bx p, .pr-create-br p {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #9a9a9a;
    display: block;
    margin: auto;
    width: 200px;
}

.pr-create-br p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.pr-create-br {
    text-align: center;
    margin-top: -12px;
}

.pr-create-br img {
    width: 45.5px;
}

.pr-create-br button {
    min-width: 190px;
    height: 40px;
}

.profile-content-wr {
    margin-top: 30px;
    margin-bottom: 200px;
}

.notifications-wr {
    float: left;
    margin-top: -4px;
}

.notifications-wr h1 {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: left;
    color: #9a9a9a;
    margin-top: 0;
    margin-bottom: 22px;
    padding-top: 5px;
}

.notification-container {
    box-shadow: 0 0 17px 0 rgba(254, 78, 110, 0.02), 0 0 17px 0 rgba(254, 78, 110, 0.09);
    margin-top: 15px;
}

.notification-card {
    padding: 18px 10px 10px 20px;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    width: 350px;
}

.notification-info {
    float: left;
    padding-right: 20px;
}

.notification-info h3 {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #010101;
    margin: 0;
}

.notification-info p {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #696969;
}

.notification-time {
    float: right;
}

.notification-time i {
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #9a9a9a;
    display: block;
}

.notification-active {
    width: 5px;
    height: 5px;
    background-image: linear-gradient(to bottom, #59ecab, #65ead1);
    border-radius: 100%;
    position: absolute;
    right: 10px;
    top: 8px;
}

.notification-close {
	width: 5px;
	height: 5px;
	position: absolute;
	right: 10px;
	top: 8px;
	cursor: pointer;
}

.tkt-fav-wr {
    float: right;
}

.tkt-fav-wr .tabs tr td {
    padding-top: 0;
}

.tkt-fav-container {
    width: 548px;
    box-shadow: 0 0 17px 0 rgba(254, 78, 110, 0.02), 0 0 17px 0 rgba(254, 78, 110, 0.09);
    margin-top: 10px;
    position: relative;
    padding: 25px 16px 25px 16px;
}

.no-events {
    position: relative;
    display: block;
    width: 149px;
    height: 18px;
    opacity: 0.5;
    font-family: 'Lato', sans-serif, 'Arial_Caps';
    font-size: 15px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: #9a9a9a;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pr-vertical-card {
    float: left;
    width: 160px;
    height: 165px;
    overflow: hidden;
    margin: auto 6px 20px 6px;
}

.pr-vertical-card .pr-ver-card-img {
    width: 160px;
    height: 130px;
}

.pr-vertical-card h2 {
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: left;
    color: #3c3b3b;
    margin-top: 6px;
}

.tkt-fav-container .pr-events-container .vertical-card-tkt {
    width: 100%;
}

.edit-info-title {
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: left;
    color: #3c3b3b;
    margin-top: 0;
    margin-bottom: 25px;
}

.edit-user-info .modal-container {
    padding: 25px 30px;
}

.modal-standing-area {
    position: fixed;
}

.edit-user-save {
    min-width: 100px;
    height: 40px;
    float: right;
}

.company-pr-dashboard-wr {
    float: right;
}

.company-pr-dashboard-wr::before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 160px;
    background-color: #e9e9e9;
    left: 14px;
    top: -30px;
}

.company-pr-dashboard-wr a.my-dashboard {
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: #3c3b3b;
    padding-right: 20px;
    background-image: url("../images/icons/right-arrow-page.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px;
}

.company-pr-dashboard-wr a:hover,
.company-pr-dashboard-wr a:focus {
    text-decoration: none;
}

@media (min-width: 768px) {

    .edit-user-info .modal-container {
        width: 450px;
    }

}

/*For Small Screen sizes*/

@media (max-width: 1024px) {
    .profile-header-wr {
        flex-direction: column;
    }

    .pr-main {
        flex-direction: column;
    }

    .user-prof-wr {
        width: 90%;
        margin-top: 10rem;
    }

    .profile-header-wr {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pr-create-br {
        margin-top: 0;
    }

    .pr-payment-bx {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pr-payment-bx::after,
    .pr-payment-bx::before,
    .company-pr-dashboard-wr::before {
        width: 100%;
        height: 2px;
    }

    .company-pr-dashboard-wr {
        margin-top: 30px;
        padding-top: 30px;
    }

    .pr-payment-bx::after {
        bottom: 0;
        top: auto;
        left: 0;
        right: auto;
    }

    .pr-payment-bx::before, .company-pr-dashboard-wr::before {
        top: 0;
        bottom: auto;
        left: 0;
        right: auto;
    }

    .tkt-fav-wr {
        display: table;
        margin: auto;
        float: none;
    }

    .pr-vertical-card {
        width: 130px;
        height: 135px;
    }

    .pr-vertical-card .pr-ver-card-img {
        width: 130px;
        height: 100px;
    }

    .pr-edit-img, .pr-info {
        float: none;
        text-align: center;
        margin: auto;
        display: table;
    }

    .pr-edit-img i {
        display: block;
    }

}

@media (max-width: 768px) {

    .tkt-fav-container {
        width: 100%;
        padding-left: 8px;
        padding-right: 8px;
    }

    .pr-vertical-card {
        float: none;
        margin: auto;
    }

    .notifications-wr {
        float: left;
        margin-top: -4px;
        margin-bottom: 50px;
    }

}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.create-event-brand-list {
    display: none;
    position: absolute;
    list-style: none;
    height: 150px;
    overflow-y: scroll;
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgba(91, 91, 91, 0.17);
    padding: 5px 0;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 5px;
}

.create-event-brand-list li {
    padding: 8px 15px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    background: transparent;
}

.create-event-brand-list li:hover {
    background: #F5F5F5;
}

.create-event-brand-list li a img {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: block;
    float: left;
    margin-top: -3px;
    margin-right: 10px;
}

.create-event-brand-list li a {
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    font-size: 14px;
    padding-left: 3px;
    padding-right: 3px;
    color: #3c3b3b;
}

/*For Small Screen sizes*/
