/**
 * @Author: Amirhosseinhpv
 * @Date:   2020/05/03 13:33:07
 * @Email:  its@hpv.im
 * @Last modified by:   Amirhosseinhpv
 * @Last modified time: 2021/08/28 22:51:30
 * @License: GPLv2
 * @Copyright: Copyright © 2020 Amirhosseinhpv, All rights reserved.
 */


@font-face {
    font-family: bodyfont;
    font-style: normal;
    font-weight: 400;
    src: url('96594ad4.woff2') format('woff2');
}

#setting-error-settings_updated {
    display: none;
}

.form-table tr {
    min-width: 100%;
    width: auto;
    display: flex;
}
.form-table th {
  width: auto;
  flex: 1;

}

@media only screen and (max-width: 960px) {
    .form-table tr {
      display: block;
    }
    .form-table th {
    	padding-top: 10px;
    	padding-bottom: 0;
    	border-bottom: 0;
    }
    .form-table td {
    	margin-bottom: 0;
    	padding-bottom: 6px;
    	padding-top: 4px;
    	padding-right: 0;
    }
}

.form-table td {
  display: flex;
  width: 100%;
  align-items: center;
  align-content: center;
  align-self: center;
  margin: 0;
  flex: 2;

}


.form-table td input.regular-text {
    border-radius: 4px;
    border: none !important;
    text-align: center;
    min-width: 100%;
    align-self: center;
}
.form-table td select {
min-width: 100%;
}
.form-table td input.regular-text:focus,
.form-table td input.regular-text:active {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

tbody {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.caqpde, .caqpde *:not(.fa){
    font-family: Menlo, Monaco, Consolas, 'Courier New', monospace !important;
}

.caqpde {
    padding: 16px !important;
    background: linear-gradient(to right, #f64f5940, #c471ed40, #12c2e940);
    background: -webkit-linear-gradient(to right,
            #f64f5940,
            #c471ed40,
            #12c2e940);
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    counter-reset: line;
    display: block;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    border-radius: 5px;
    border-left: 5px solid #424040;
}

.caqpde b::before {
    counter-increment: line;
    content: counter(line);
    display: inline-block;
    padding: 0 0.5em;
    margin-right: 0.5em;
    color: #888;
}

pre::nth-line(n)::before {
    content: counter(line) '. ';
    color: #999;
}

.wrap {
    margin-top: 5rem !important;
}

h1.had:lang('en-US') {
    left: -20px;
}

h1.had {
    font-family: bodyfont !important;
    font-weight: 800 !important;
    background: linear-gradient(to right, #4a00e0, #8e2de2);
    background: -webkit-linear-gradient(to right, #4a00e0, #8e2de2);
    color: white;
    height: 5rem;
    line-height: 3;
    margin: 0 !important;
    width: calc(100% + 20px);
    left: 0;
    text-align: center;
    position: absolute;
    -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}

.caqpde hr {
    background: linear-gradient(to right, #f64f59, #c471ed, #12c2e9);
    background: -webkit-linear-gradient(to right, #f64f59, #c471ed, #12c2e9);
    display: block;
    height: 1px;
    border: none !important;
    border-radius: 1rem;
}

hr.hr2 {
    background: linear-gradient(to right,
            transparent,
            #f64f5910,
            #f64f59,
            #c471ed,
            #12c2e9,
            #12c2e910,
            transparent);
    background: -webkit-linear-gradient(to right,
            transparent,
            #f64f5910,
            #f64f59,
            #c471ed,
            #12c2e9,
            #12c2e910,
            transparent);
    display: block;
    height: 3px;
    width: 100%;
    margin: 2rem 0;
    border: none !important;
    border-radius: 1rem;
}

.submt {
    padding: 1.3rem 3rem !important;
    line-height: 0 !important;
    margin: auto !important;
    display: inline-block !important;
}

.submtCC {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.submtCC * {
    margin: 10px !important;
}

.wp-picker-holder {
    position: absolute;
    z-index: 99999;
    margin-top: 0.5rem;
}

.wrap h4 {
    background: linear-gradient(to right, #4a00e0, #8e2de2);
    background: -webkit-linear-gradient(to right, #4a00e0, #8e2de2);
    color: white;
    text-align: center;
    padding: 1rem;
    line-height: 2;
    width: calc(100% + 20px);
    margin: 2rem -2rem;
    -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}

ul#adminmenu a.wp-has-current-submenu::after,
ul#adminmenu>li.current>a.current::after {
  /* border-left-color: transparent; */
}

.r180 {
    transform: rotate(180deg);
}

strong.tag {
    background: linear-gradient(to right,
            #f64f5980,
            #f64f5950,
            #c471ed50,
            #12c2e950,
            #12c2e980);
    background: -webkit-linear-gradient(to right,
            #f64f5980,
            #f64f5950,
            #c471ed50,
            #12c2e950,
            #12c2e980);
    border-radius: 4px;
    padding: 4px 10px;
    margin: 2px 0;
    display: inline-block;
}

dev {
    display: none;
}

#message {
    top: 1rem;
}
