/**| copy right by https://wpdone.ir |**/
h2.wpdbk-title {
    display: block;
    font-size: 17px;
    font-family: vazir, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #1d2327;
}

.wpdbk-title-desc {
    color: #6a6a6a;
    margin-top: -13px;
    margin-bottom: 15px;
    font-size: 12px;
    font-family: vazir, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.wpdbk-list-container {
    display: flex !important;
    flex-direction: column;
    font-family: vazir;
}
.wpdbk-list-item {
    width: 98%;
    display: flex;
    flex-direction: row;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 1px 10px rgb(0 0 0 / 8%);
    padding: 20px 0;
    box-sizing: border-box;
    margin-bottom: 0;
    border-bottom: solid 1px #efefef;
}
.wpdbk-list-item-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30%;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 20px;
}
.wpdbk-list-item-action-div {
    padding: 0 7px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    font-size: 11px;
    padding-top: 5px;
    border-radius: 10px;
    transition: all 0.2s ease;
    margin-right: 9px;
}
.wpdbk-list-item-action-div:hover {
    background: #f7f7f7;
}
.wpdbk-list-item-action-div:active {
    background: #f1f1f1;
}
.wpdbk-list-item-action-div svg {
    width: 17px;
    height: 17px;
    display: block;
    margin: auto;
    padding-bottom: 6px;
    margin-bottom: 0px;
}
.wpdbk-list-item-action-div svg path {
    fill: #818181;
}
.wpdbk-list-item-action-tooltip {
    color: #878787;
    font-size: 9px;
    display: none;
}

.wpdbk-list-item-title {
    font-weight: bold;
}

.wpdbk-list-item-type span {
    display: inline-block;
    background: #777777;
    border-radius: 12px;
    color: #fff;
    padding: 2px 10px;
    font-size: 11px;
}

.wpdbk-list-item-type, .wpdbk-list-item-count, .wpdbk-list-item-status  {
    justify-content: left;
}

.wpdbk-list-item-action {
    justify-content: left;
    padding-left: 31px;
}
.wpdbk-list-item-title {
    justify-content: right;
    padding-right: 30px;
}
@media screen and (max-width: 1150px) {
    .wpdbk-list-item-type, .wpdbk-list-item-date {
        display: none;
    }
}

@media screen and (max-width: 560px) {
    .wpdbk-list-item-status, .wpdbk-list-item-count {
        display: none;
    }
    .wpdbk-list-item-div {
        width: 50%;
    }
    
}


.wpdbk-box1-container {
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    padding-left: 14px;
    display: flex !important;
}
.wpdbk-box1-c-wrapper {
    background: #fff;
    margin: 12px;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 15px;
    height: 330px;
}
.wpdbk-box1-c-container {width: 100%;}
.wpdbk-box1-c-container {
    user-select: none;
}
.wpdbk-box1-c-items {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 23px;
}
.wpdbk-box1-c-item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.wpdbk-box1-c-item-span1 {
    margin-right: 16px;
    margin-left: 21px;
}
.wpdbk-box1-c-item-span1 img {
    -webkit-user-drag: none;
    width: 42px;
    height: 42px;
    display: block;
    margin-bottom: 7px;
}
.wpdbk-box1-c-item-span2 {
    height: 13px;
    border-radius: 9px;
    min-width: 7px;
}
.wpdbk-box1-c-item-span3 {
    margin-left: 9px;
}

.wpdbk-box1-c-item-1 .wpdbk-box1-c-item-span2 {background-color: #4caf50;}
.wpdbk-box1-c-item-2 .wpdbk-box1-c-item-span2 {background-color: #03a9f4;}
.wpdbk-box1-c-item-3 .wpdbk-box1-c-item-span2 {background-color: #ff9800;}
.wpdbk-box1-c-item-4 .wpdbk-box1-c-item-span2 {background-color: #ffeb3b;}
.wpdbk-box1-c-item-5 .wpdbk-box1-c-item-span2 {background-color: #f44336;}

@media screen and (max-width: 1300px) {
    .wpdbk-box1-container {
        flex-direction: column-reverse;
    }
    .wpdbk-box1-c-wrapper {
        padding: 0;
        margin: 0;
        margin-left: 18px;
    }
    .wpdbk-box1-c-container {
        margin-bottom: 16px;
    }
}

.wpdbk-box2-items-container {
    padding: 40px;
    display: grid;
    grid-template-columns: repeat(5, 20%);
    gap: 0;
}
@media screen and (max-width: 1270px) {
    .wpdbk-box2-items-container {
        grid-template-columns: repeat(4, 25%);
    }
}
@media screen and (max-width: 1110px) {
    .wpdbk-box2-items-container {
        grid-template-columns: repeat(2, 50%);
    }
}
@media screen and (max-width: 500px) {
    .wpdbk-box2-items-container {
        grid-template-columns: repeat(1, 100%);
    }
}
.wpdbk-box2-item {
    /* width: 25%; */
    /* width: 100%; */
}

.wpdbk-box2-item-wrapper {
    background: #fff;
    margin: 9px;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 2%);
    min-height: 118px;
    padding-top: 17px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.wpdbk-box2-item-wrapper-1 {border-top: solid 3px #f44336;}
.wpdbk-box2-item-wrapper-2 {border-top: solid 3px #ffeb3b;}
.wpdbk-box2-item-wrapper-3 {border-top: solid 3px #ff9800;}
.wpdbk-box2-item-wrapper-4 {border-top: solid 3px #03a9f4;}
.wpdbk-box2-item-wrapper-5 {border-top: solid 3px #4caf50;}

.wpdbk-box2-item-content {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;

}
.wpdbk-box2-item-content-img {
    width: 55px;
}
.wpdbk-box2-item-content-img img {
    width: 35px;
    height: 35px;
    display: block;
    -webkit-user-drag: none;
    user-select: none;
}
.wpdbk-box2-item-content-date {
    font-size: 12px;
    color: #000;
    direction: rtl;
    user-select: none;
}
.wpdbk-box2-item-content-delete {padding-right: 32px;}
.wpdbk-box2-item-content-delete button {
    cursor: pointer;
}
.wpdbk-box2-item-content-delete button svg {
    width: 10px;
    height: 10px;
}
.wpdbk-box2-item-content-delete button svg path {
    fill: #5e5e5e;
}

.wpdbk-box2-item-comment {
    padding: 7px;
    font-size: 11px;
    color: #727272;
    text-align: justify;
    border-top: solid 1px #f7f7f7;
    margin-top: 17px;
    padding-top: 17px;
}

.wpdbk-box2-item-ip {
    text-align: right;
    border-top: solid 1px #f7f7f7;
    padding-top: 8px;
    margin-top: 12px;
    font-size: 12px;
}

.wpdbk-settings-container {
    padding-left: 20px;
    background: #fff;
    margin-left: 14px;
    padding: 10px;
    border-radius: 8px;
    font-family: vazir, tahoma;
    display: block !important;
}
.wpdbk-settings-tab-container {
    display: flex;
    flex-direction: row;
    border-bottom: solid 1px #f3f3f3;
    margin-bottom: 11px;
}
.wpdbk-settings-tab-item {
    padding: 12px 7px;
    margin-left: 8px;
    cursor: pointer;
    user-select: none;
    border-bottom: solid 1px transparent;
    margin-bottom: -1px;
    color: #979797;
}
.wpdbk-settings-tab-item.wpdbk-selected {
    border-color: #000;
    font-weight: bold;
    color: #000;
}
.wpdbk-settings-tabs-contents-container {
    float: right;
    width: 60%;
    max-height: 500px;
    overflow: auto;
    background: #f9f9f9;
    border-radius: 10px;
    padding-right: 19px;
    padding-left: 19px;
    min-height: 500px;
    box-sizing: border-box;
}
.wpdbk-settings-tabs-content-item {
    display: none;
    font-size: 13px;
    padding: 10px;
    padding-right: 4px;
}
.wpdbk-settings-preview-container {
    float: left;
    width: 40%;
    height: 500px;
    position: relative;
}
.wpdbk-settings-preview-container iframe {
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border: none;
}
.wpdbk-settings-save-button {
    float: left;
}
.wpdbk-settings-save-button button {}

.wpdbk-settings-preview-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    display: none;
}
.wpdbk-settings-preview-loading span {
    width: 40px;
    height: 40px;
    border: solid 2px #e5e5e5;
    border-top-color: #707070;
    display: block;
    border-radius: 100%;
    margin: 190px auto;
    animation: loadingRotateToast 0.5s linear 0s infinite;
}
@keyframes loadingRotateToast {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

.wpdbk-settings-preview-loading.wpdbk-on {
    display: block;
}
.wpdbk-settings-preview-loading.wpdbk-on span {}

.wpdbk-settings-tabs-content-item label {
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 100;
    color: #000;
    margin-top: 5px;
}
.wpdbk-settings-tabs-content-item input[type=text],
.wpdbk-settings-tabs-content-item select,
.wpdbk-settings-tabs-content-item textarea {
    display: block;
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 15px;
    border: solid 1px #e3e2e2;
    background: #fff;
    box-shadow: 0 1px 7px rgb(0 0 0 / 2%);
    color: #000;
    font-size: 14px;
    font-weight: 300;
    margin-top: 3px;
    border-radius: 7px;
    max-width: 100%;
    box-sizing: border-box;
}

.wpdbk-settings-tabs-content-item textarea {
    resize: vertical;
    min-height: 120px;
}

.wpdbk-settings-tabs-content-item input[type=text]:focus,
.wpdbk-settings-tabs-content-item textarea:focus {
    border-color: #03a9f4;
}

.wpdbk-settings-tabs-content-item hr {
    background: #efefef;
    height: 1px;
    width: 100%;
    border: none;
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
}