@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'BrandonText';
    src: url("fonts/BrandonText-Medium.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'WaskNew';
    font-weight: bold;
    src: url("fonts/WaskNew-Bold.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'WaskNew';
    font-weight: bold;
    font-style: italic;
    src: url("fonts/WaskNew-BoldItalic.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.hywd-error-container{
    display: block;
    width: 100%;
    text-align: center;
    margin: 40vh auto auto;
}

.hywd-plugin-manager-container{
    margin-top: 60px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 30px;
}

.hywd-plugin-manager-container .hywd-pm-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.hywd-plugin-manager-container .hywd-pm-header .pm-left-header-content h1{
    color: #767676;
    font-family: "WaskNew", sans-serif;
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
    line-height: 30px;
}

.hywd-plugin-manager-container .hywd-pm-header .pm-left-header-content p{
    color: #767676;
    font-family: "BrandonText", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 420;
    line-height: 25px;
}

.hywd-plugin-manager-container .hywd-pm-header .pm-right-header-content{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.hywd-plugin-manager-container .hywd-pm-header .pm-right-header-content .hywd-pm-btn-green{
    border-radius: 100px;
    background: #ABCE4A;
    padding: 14px 24px;
    color: #000;
    font-family: "WaskNew", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    text-decoration: none;
    height: fit-content;
}

.hywd-plugin-manager-container .hywd-pm-table-container{
    margin-top: 40px;
}

.hywd-plugin-manager-container .hywd-pm-table-container table{
    border-radius: 6px;
    border-collapse: collapse;
    background: #32323A;
    color: #FCFCFC;
    width: 100%;
}

.hywd-plugin-manager-container .hywd-pm-table-container table .hywd-pm-table-header{
    background-color: #EFEFEF;
}

.hywd-plugin-manager-container .hywd-pm-table-container table .hywd-pm-table-header th{
    color: #767676;
    font-family: "BrandonText", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 420;
    line-height: 25px;
    padding: 16px 25px;
    text-align: left;
}

.hywd-plugin-manager-container .hywd-pm-table-container table td{
    padding: 16px;
}

.hywd-plugin-manager-container .hywd-pm-table-container table .hywd-pm-table-plugin-info .hywd-plugin-name-tab .hywd-name-icon{
    /*width: 25%;*/
    display: flex;
    align-items: center;
    gap: 10px;
}

.hywd-plugin-manager-container .hywd-pm-table-container table .hywd-pm-table-plugin-info .hywd-plugin-name-tab .hywd-plugin-name{
    color: #FCFCFC;
    font-family: "BrandonText", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 420;
    line-height: 16.7px;
}

.hywd-plugin-manager-container .hywd-pm-table-container table .hywd-pm-table-plugin-info .hywd-plugin-name-tab .hywd-plugin-logo, .hywd-plugin-manager-container .hywd-pm-table-container table .hywd-pm-table-plugin-info .hywd-plugin-name-tab .hywd-plugin-logo svg{
    width: 60px;
    height: 60px;
    fill: #ABCE4A;
}

.hywd-plugin-manager-container .hywd-pm-table-container table .hywd-pm-table-plugin-info .hywd-plugin-info{
    width: 5%;
    text-align: center;
}

.hywd-plugin-manager-container .hywd-pm-table-container table .hywd-pm-table-plugin-info .hywd-plugin-license-form{
    width: 35%;
}
.hywd-plugin-manager-container .hywd-pm-table-container table .hywd-pm-table-plugin-info .hywd-plugin-switch{
    width: 5%;
}
.hywd-plugin-manager-container .hywd-pm-table-container table .hywd-pm-table-plugin-info .hywd-plugin-shop{
    width: 15%;
}

.hywd-plugin-manager-container .hywd-pm-table-container table .hywd-pm-table-plugin-info .hywd-plugin-shop .hywd-pm-btn-transparent{
    border-radius: 40px;
    border: 1px solid #ABCE4A;
}

.hywd-plugin-manager-container .hywd-pm-table-container table .hywd-pm-table-plugin-info .hywd-plugin-shop .hywd-pm-btn-transparent .hywd-shop-link{
    color: #ABCE4A;
    text-align: center;
    font-family: "WaskNew", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}

.hywd-plugin-manager-container .hywd-pm-table-container table .hywd-pm-table-plugin-info .hywd-plugin-license-form .hywd-license-verification-form{
    display: flex;
    margin: 0;
    position: relative;
    top: 10px;
    align-items: center;
}

.hywd-plugin-manager-container .hywd-pm-table-container table .hywd-pm-table-plugin-info .hywd-plugin-license-form input[type="text"]{
    background: #232324;
    color: #AEB2B7;
    font-family: "BrandonText", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 420;
    line-height: 16.7px;
    width: 76%;
    height: 30px;
}

.hywd-plugin-manager-container .hywd-pm-table-container table .hywd-pm-table-plugin-info .hywd-plugin-license-form .hywd-license-response-success, .hywd-plugin-manager-container .hywd-plugin-license-form .hywd-license-response-error{
    color: #AEB2B7;
    font-family: "BrandonText", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 420;
    line-height: 16.7px; /* 139.167% */
    margin: 0;
    display: block;
    position: relative;
    left: 8px;
    top: 14px;
}

.hywd-plugin-manager-container .hywd-pm-table-container table .hywd-pm-table-plugin-info:last-child td{
    padding-bottom: 30px;
}

.hywd-plugin-manager-container .hywd-pm-table-container table .hywd-pm-table-plugin-info .hywd-plugin-license-form .hywd-license-input-disabled{
    cursor: not-allowed;
}


.hywd-plugin-manager-container .hywd-plugin-license-form .hywd-license-response-error{
    color: #d25058;
    display: none;
}

.hywd-plugin-manager-container .hywd-pm-table-container table .hywd-pm-table-plugin-info .hywd-plugin-license-form .license-verify-btn {
    width: 20%;
    background: unset;
    border: unset;
    cursor: pointer;
}
.hywd-plugin-manager-container .hywd-pm-table-container table .hywd-pm-table-plugin-info .hywd-plugin-license-form .license-verify-btn.normal-cursor{
    cursor: initial;
}

@media only screen and (min-width: 1700px){
    .hywd-plugin-manager-container .hywd-pm-table-container table .hywd-pm-table-plugin-info .hywd-plugin-license-form .license-verify-btn{
        width: 8%;
        /*margin-right: 10px;*/
    }
    .hywd-plugin-manager-container .hywd-pm-table-container table .hywd-pm-table-plugin-info .hywd-plugin-license-form .license-verify-btn.right-arrow{
        /*margin-right: 25px;*/
        /*margin-left: -15px;*/
    }

    .hywd-plugin-manager-container .hywd-pm-table-container table .hywd-pm-table-plugin-info .hywd-plugin-license-form input[type="text"]{
        margin-right: 15px;
    }
}

@media only screen and (max-width: 1300px) {
    .hywd-plugin-manager-container .hywd-pm-table-container table .hywd-pm-table-plugin-info .hywd-plugin-license-form .license-verify-btn{
        width: auto;
    }

    .hywd-plugin-manager-container .hywd-pm-table-container table .hywd-pm-table-plugin-info .hywd-plugin-license-form input[type="text"] {
        width: auto;
    }
}

.hywd-plugin-manager-container .hywd-pm-table-container .hywd-plugin-info-popup[data-title] {
    position: relative;
}

.hywd-plugin-manager-container .hywd-pm-table-container .hywd-plugin-info-popup[data-title]:hover::before {
    content: attr(data-title);
    position: absolute;
    display: inline-block !important;
    padding: 20px;
    left: 50px;
    top: -100%;
    bottom: 0;

    color: #232324;
    /* HYWD DT - Copy */
    font-family: "BrandonText", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 420;
    line-height: 25px;
    background: #FCFCFC;
    box-shadow: 7px 7px 10px -1px rgba(0, 0, 0, 0.25);
    height: fit-content;
    z-index: 9;
    width: 500px;
    text-align: left;
}

.hywd-plugin-manager-container .hywd-pm-table-container .hywd-plugin-info-popup[data-title]:hover::after {
    content: '';
    position: absolute;
    left: 35px;
    display: inline-block !important;
    color: #fff;
    border: 8px solid transparent;
    border-right: 8px solid #FCFCFC;
    z-index: 9;
}

.hywd-plugin-manager-container .hywd-pm-table-container .hywd-plugin-info-popup.tooltip-hidden[data-title]:hover::before {
    display: none !important;
}
.hywd-plugin-manager-container .hywd-pm-table-container .hywd-plugin-info-popup.tooltip-hidden[data-title]:hover::after {
    display: none !important;
}

.hywd-plugin-manager-container .hywd-pm-table-container .hywd-plugin-info-popup.left-popup[data-title]:hover::before{
    left: unset;
    right: 60px;
}

.hywd-plugin-manager-container .hywd-pm-table-container .hywd-plugin-info-popup.left-popup[data-title]:hover::after {
    transform: rotate(180deg);
    left: unset;
    right: 45px;
}

.hywd-plugin-manager-container .hywd-pm-table-container .hywd-plugin-status{
    width: 12%;
   /* display: flex;
    flex-direction: column;*/
}

.hywd-plugin-manager-container .hywd-pm-table-container .hywd-plugin-status .hywd-plugin-install-status{
    color: #FCFCFC;
    font-family: "BrandonText", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 420;
    line-height: 16.7px; /* 139.167% */
    margin: 0;
}

.hywd-plugin-manager-container .hywd-pm-table-container .hywd-plugin-status .hywd-plugin-license-status{
    color: #767676;
    font-family: "BrandonText", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 420;
    line-height: 16.7px; /* 139.167% */
    margin: 0;
}

.hywd-plugin-manager-container .hywd-pm-table-container .hywd-plugin-switch form.hywd_switch_btn{
    position: relative;
    /*top: -10px;*/
}
.hywd-plugin-manager-container .hywd-pm-table-container .hywd-plugin-switch .hywd_plugin_active_sts{
    visibility: hidden;
}

.hywd-plugin-manager-container .hywd-pm-table-container .hywd-plugin-switch #hywd_toggle_switch {
    background-color: transparent;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #767676;
    -webkit-transition: .4s;
    border-radius: 34px;
    transition: .4s;
    height: 27px;
    margin: auto;
    width: 55px;
}

.hywd-plugin-manager-container .hywd-pm-table-container .hywd-plugin-switch #hywd_toggle_switch:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 2px;
    /*bottom: 0.5px;*/
    bottom: 6%;
    background-color: #767676;
    -webkit-transition: .4s;
    border-radius: 50%;
    transition: .4s;
}

.hywd-plugin-manager-container .hywd-pm-table-container .hywd-plugin-switch input:checked + #hywd_toggle_switch {
    border-color: #ABCE4A;
}

.hywd-plugin-manager-container .hywd-pm-table-container .hywd-plugin-switch input:focus + #hywd_toggle_switch {
    box-shadow: 0 0 1px #2196F3;
}

.hywd-plugin-manager-container .hywd-pm-table-container .hywd-plugin-switch input:checked + #hywd_toggle_switch:before {
    -webkit-transform: translateX(28px);
    -ms-transform: translateX(28px);
    transform: translateX(28px);
    background: #ABCE4A;
}

.hywd-plugin-manager-container .hywd-pm-table-container .hywd-pm-table-plugin-info.plugin-not-installed #hywd_toggle_switch {
    border-color: #434349;
    cursor: not-allowed;
    pointer-events: none;
}

.hywd-plugin-manager-container .hywd-pm-table-container .hywd-pm-table-plugin-info.plugin-not-installed #hywd_toggle_switch:before{
    background-color: #434349;
}

.hywd-plugin-manager-container .hywd-pm-table-container table .hywd-pm-table-plugin-info.plugin-not-installed .hywd-plugin-license-form input[type="text"]{
    background-color: #32323A;
    border-color: #434349;
    pointer-events: none;
}

.hywd-plugin-manager-container .hywd-pm-table-container table .hywd-pm-table-plugin-info.plugin-not-installed .hywd-plugin-license-form .license-verify-btn{
    pointer-events: none;
}

.hywd-plugin-manager-container .hywd-pm-table-container table .hywd-pm-table-plugin-info.plugin-not-installed .hywd-plugin-license-form .license-verify-btn svg path{
    fill: #434349;
}

.hywd-plugin-manager-container .hywd-pm-table-container table .hywd-pm-table-plugin-info.plugin-not-installed .hywd-plugin-license-form input[type="text"]::placeholder {
    visibility: hidden;
}


@media only screen and (max-width: 768px) {
    .hywd-plugin-manager-container .hywd-pm-header {
        flex-direction: column;
    }

    .hywd-plugin-manager-container .hywd-pm-table-container table .hywd-pm-table-plugin-info .hywd-plugin-shop .hywd-pm-btn-transparent .hywd-shop-link {
        font-size: 18px;
    }
}

@media only screen and (max-width: 480px) {
    .hywd-plugin-manager-container .hywd-pm-header .pm-right-header-content {
        flex-direction: column;
    }

    .hywd-plugin-manager-container .hywd-pm-header .pm-right-header-content .hywd-pm-btn-green{
        width: 100%;
        text-align: center;
    }
}