#frmUseCoupon .quote {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 0;
}

#frmUseCoupon .quote.warning {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: normal;
}

#frmSendCoupon .quote {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: normal;
}

#frmUseCoupon label {
    font-size: 14px;
    line-height: normal;
}

#frmUseCoupon .discord-hint {
    font-size: 12px;
    font-style: normal;
    color: #9e9e9e;
    margin-top: -15px;
    margin-bottom: 15px;
    background: #9e9e9e1a;
    padding: 5px 10px;
    line-height: normal;
    border-radius: 2px;
}

#frmUseCoupon .coupon-data, #frmSendCoupon .coupon-data {
    margin-bottom: 20px;
    padding: 10px 14px 10px 48px;
    border-radius: 2px;
    color: #673ab7;
    border: 2px dashed #673ab747;
    background: url(../img/icons/ticket32.svg) no-repeat 10px #673ab71a;
}

.wait-label {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    color: #fff;
    padding: 0px 10px;
    font-size: 12px;
    background: #ffc107;
}

#dlgHelp {
    position: fixed;
    background: #fff;
    z-index: 101;
    box-shadow: 0px 1px 7px 0 #e2e2e2;
    border-radius: 6px;
    top: 250px;
    left: calc(50% - 300px);
    width: 600px;
}

#dlgHelp ul {
    margin: 0;
    padding: 0;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 20px;
}

.coupon-evrima {
    display: block;
}

.drop-items {
    margin-bottom: 25px;
    background: #f3f3f3;
    padding: 10px 20px;
    border-left: 5px solid #ededed;
}

.drop-items a, .drop-items span {
    margin-right: 10px;
    border-bottom: 1px dashed #3a405b63;
} 

.btn-3 .btn {
    width: calc(33.33% - 3px);
    padding: 5px 4px;
}

.parts svg g, .parts svg path {fill: #70707030;stroke-width: 1px;stroke: #9e9e9e42;}
#frmBuildDino .modal-body {
    padding-bottom: 30px;
}
#frmBuildDino .modal-footer {
    padding-top: 0;
}
.part-content {
    padding: 30px;
    display: flex;
    max-height: 500px;
}
.part-content svg {

}
.part-content svg g, .part-content svg path {
    fill: #70707030;
    stroke-width: 1px;
    stroke: #9e9e9e42;
}
.part-content .exists {
    fill: #3a3a3a !important; 
}
.part-server {
    width: 360px;   
    display: inline-block;                         
}
.part-server .dlg-dino-server {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.part-server select {
    width: 220px;
    margin-bottom: 0;
    margin-left: 10px;
    border-radius: 4px;
    line-height: normal;
    background: #fff;
    padding: 6px 15px 7px 10px;
}
#frmBuildDino .build-ready {
    display: none;
    padding: 8px 12px;
    font-size: 16px;
    text-align: center;
    background: #b1ef6924;
    color: #8BC34A;
    border-radius: 4px;
    margin-top: 50px;
}
#frmBuildDino .genom-chance {
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
    color: #FFC107;
    margin-bottom: 5px;
}                        
#frmBuildDino .build-no {
    display: none;
    padding: 8px 12px;
    font-size: 16px;
    text-align: center;
    background: #ff980017;
    color: #FF9800;
    border-radius: 4px;
    margin-top: 50px;
}
.part-server-list {
    display: flex;
    margin-bottom: 20px;
}
.part-server-item {
    color: #0073aa;
    cursor: pointer;
    margin-right: 8px;
    border-bottom: 1px dashed #0073aa;
}
.part-server-item.active {
    font-weight: bold;
}
#rename-name-value[readonly] {
    background-color: #f5f5f5;
    color: #888;
    cursor: not-allowed;
    border: 1px dashed #ccc;
}
.label-name {
    border: 1px solid #ededed;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 5px;
    text-align: left;
    box-shadow: 0px 5px 5px rgb(98 99 101 / 27%);
}
.label-name i {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}