
.edit-post-meta-boxes-area .postbox-header .handle-actions .handle-order-higher{
    display: none;
}
.edit-post-meta-boxes-area .postbox-header .handle-actions .handle-order-higher .order-higher-indicator,
.edit-post-meta-boxes-area .postbox-header .handle-actions .handle-order-lower .order-lower-indicator{
 color: #fff;
    padding: 2px 6px;
    display: inline-block;
    border-radius: 4px;
    transition: all ease 0.35s;
}
.edit-post-meta-boxes-area .postbox-header .handle-actions .handle-order-higher:focus,
.edit-post-meta-boxes-area .postbox-header .handle-actions .handle-order-lower:focus{
     box-shadow: none;
     outline: none;
}
.edit-post-meta-boxes-area .postbox-header .handle-actions .handle-order-higher:hover span,
.edit-post-meta-boxes-area .postbox-header .handle-actions .handle-order-lower:hover span{
     background-color: rgba(204,204,204,0.32);
}
.edit-post-meta-boxes-area .postbox-header .handle-actions .handle-order-lower .order-lower-indicator::before{
    transform: rotate(-90deg)
}
.edit-post-meta-boxes-area .postbox-header .handle-actions .handle-order-higher .order-higher-indicator::before{
    transform: rotate(-90deg)
}
.edit-post-meta-boxes-area.is-side .postbox-header .handle-actions .handle-order-higher .order-higher-indicator,
.edit-post-meta-boxes-area.is-side .postbox-header .handle-actions .handle-order-lower .order-lower-indicator{
 color: #1e1e1e;
}
.edit-post-meta-boxes-area.is-side .postbox-header .handle-actions .handle-order-higher .order-higher-indicator::before,
.edit-post-meta-boxes-area.is-side .postbox-header .handle-actions .handle-order-lower .order-lower-indicator::before,
.edit-post-meta-boxes-area.is-side .postbox-header .handle-actions .handlediv .toggle-indicator::before{
 font-size: 16px;
}
.edit-post-meta-boxes-area .postbox .postbox-header{
    background-color: #003262;
    color: #fff;
    border-color: #003262;
}

.edit-post-meta-boxes-area .handle-actions .handlediv .toggle-indicator::before{
    color: #fff;
    content: '\f343' !important;
    /* transform: rotate(180deg) */
}
.edit-post-meta-boxes-area .handle-actions .handlediv:focus{
    box-shadow: none;
}
.edit-post-meta-boxes-area .handle-actions .handlediv .toggle-indicator{
    padding: 2px 6px;
    display: inline-block;
    border-radius: 4px;
    transition: all ease 0.35s;
}

.edit-post-meta-boxes-area .handle-actions .handlediv .toggle-indicator:hover{
    background-color: rgba(204,204,204,0.32);
    
}
/* .postbox.close .handle-actions .handlediv .toggle-indicator::before{
    transform: rotate(0deg)
} */
.edit-post-meta-boxes-area .handle-actions .handlediv .toggle-indicator::before{
    transform: rotate(180deg);
}
.edit-post-meta-boxes-area .postbox.closed .handle-actions .handlediv .toggle-indicator::before{
    transform: rotate(0);
}

.edit-post-meta-boxes-area .postbox>.inside{
    background-color: rgba(204,204,204,0.2);
    margin-top: 0 !important;
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
}
.edit-post-meta-boxes-area .postbox>.inside p .button{
    color: #2563EB;
    border-color: #2563EB;
    transition: all ease 0.35s;
    padding: 2px 16px;
}
.edit-post-meta-boxes-area .postbox>.inside p .button:hover{
    background-color: #2563EB;
    color: #fff;
}
.edit-post-meta-boxes-area .postbox>.inside > label{
    margin-bottom: 12px;
    display: inline-block;
    color: #003262;
    font-weight: 500;
    font-size: 14px;
}
.edit-post-meta-boxes-area .postbox>.inside .select2{
    margin-bottom: 16px;
    display: inline-block;
}
.edit-post-meta-boxes-area .select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 3px solid #2563EB !important;
}
.edit-post-meta-boxes-area .select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #2563EB;
    color: #fff;
    padding: 6px 12px; 
    margin-top: 8px;
    border-color: #2563EB;
}

.edit-post-meta-boxes-area .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: inherit;
    transition: all ease 0.35s;
    font-size: 15px;
}
.edit-post-meta-boxes-area .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
    color: #ffd700; 
}
.edit-post-meta-boxes-area .postbox>.inside #gl-table-repeater{
    border-spacing: 0;
}
.edit-post-meta-boxes-area .postbox>.inside #gl-table-repeater thead{
    background-color: #cfdcf7;
}
.edit-post-meta-boxes-area .postbox>.inside #gl-table-repeater thead tr th{
    padding: 12px 24px;
    font-weight: 500;
    text-align: start;
    color: #2563EB;
    font-size: 14px;
}
.edit-post-meta-boxes-area .postbox>.inside #gl-table-repeater tbody tr{
    background-color: #fff;
}
.edit-post-meta-boxes-area .postbox>.inside #gl-table-repeater tbody tr:nth-child(odd) td{
    border-bottom: 1px solid #cfdcf7;
}
.edit-post-meta-boxes-area .postbox>.inside #gl-table-repeater tbody tr td{
    padding: 12px 24px;
}
.edit-post-meta-boxes-area .postbox>.inside #gl-table-repeater tbody label{
    font-size: 0;
    margin: 0;
}
.edit-post-meta-boxes-area .postbox>.inside #gl-table-repeater tbody td input{
    font-size: 13px;
    color: #555555 !important;
}
.edit-post-meta-boxes-area .gl-table-wrapper{
    border-radius: 4px;
    overflow-x: auto;
    margin-bottom: 22px;
}
.edit-post-meta-boxes-area .postbox>.inside #gl-table-repeater tbody .button.remove-row{
    color: #ff2c2c;
    border-color: #ff2c2c;
    background: transparent;
    transition: all ease 0.35s;
    padding: 2px 16px;
}
.edit-post-meta-boxes-area .postbox>.inside #gl-table-repeater tbody .button.remove-row:hover{
    background: #ff2c2c;
    color: #fff;
}

.edit-post-meta-boxes-area.is-side .postbox-header{
    background-color: #fff;
    color: #1e1e1e;
    border-width: 0;
    padding: 16px;
}
.edit-post-meta-boxes-area.is-side .postbox-header h2.hndle{
    font-size: 13px !important;
    padding: 0 !important;
}
.edit-post-meta-boxes-area.is-side .handle-order-lower{
    display: none;
}

.edit-post-meta-boxes-area.is-side .postbox-header .handle-actions .handle-order-higher{
    display: inline-block;
}
/* .edit-post-meta-boxes-area.is-side .postbox-header .handle-actions .handle-order-higher .order-higher-indicator{
    display: flex;
    justify-content: center;
    align-items: center;
} */
.edit-post-meta-boxes-area.is-side .postbox-header .handle-actions .handlediv .toggle-indicator::before{
    color: #1e1e1e;
}
.edit-post-meta-boxes-area.is-side .inside{
    padding: 16px;
}
.edit-post-meta-boxes-area.is-side .inside > label{
    font-size: 13px;
    font-weight: 400;
}

.edit-post-meta-boxes-area.is-side #gl-table-repeater thead tr th{
    font-size: 13px !important;
    font-weight: 400 !important;
    padding: 14px 16px !important
}
.edit-post-meta-boxes-area.is-side #gl-table-repeater tbody tr td{
    padding: 14px 16px !important;
}
.edit-post-meta-boxes-area.is-side .postbox .handle-order-higher .order-higher-indicator::before, 
.edit-post-meta-boxes-area.is-side .postbox .handle-order-lower .order-lower-indicator::before{
    height: 16px;
    width: 16px;
}
/* team single meta box */
.edit-post-meta-boxes-area .inside{
    background-color: #fff;
}
.edit-post-meta-boxes-area .inside .mp-meta-field{
    margin-bottom: 24px;
}
.edit-post-meta-boxes-area .inside .mp-meta-field .input_label{
    margin-bottom: 12px;
    display: inline-block;
    color: #003262;
    font-weight: 500;
    font-size: 14px;
}
.edit-post-meta-boxes-area.is-side .inside .mp-meta-field .input_label{
    font-weight: 400;
    font-size: 13px;
}
.edit-post-meta-boxes-area .inside .mp-meta-field input[type=text]{
    width: 100%;
    padding: 4px 12px
}

/* sidebar layout metabox */
/* .edit-post-meta-boxes-area .inside .sidebar-layout{
    display: flex;
    gap: 48px;
} */
.edit-post-meta-boxes-area .inside .sidebar-layout .sidebar-option{
    padding: 24px;
    padding-bottom: 0;
    border-radius: 6px;
    background-color: #D0D0D0;
    transition: all ease 0.35s;

}
.edit-post-meta-boxes-area .inside .sidebar-layout .sidebar-option input[type=radio]{
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.edit-post-meta-boxes-area .inside .sidebar-layout .sidebar-option:has(input[type=radio]:checked){
    background-color: #00326280;
}
.edit-post-meta-boxes-area .inside .sidebar-layout .sidebar-option img{
    border-radius: 6px 6px 0 0;
}
.edit-post-meta-boxes-area .inside .sidebar-layout .sidebar-option label.description{
    cursor: pointer;
    line-height: 0;
}

.edit-post-meta-boxes-area.is-side .inside .sidebar-layout .sidebar-option{
    padding: 4px;
    border-radius: 4px;
    padding-bottom: 0;
}

.edit-post-meta-boxes-area .inside .sidebar-layout{
    display: flex;
    gap: 48px;
}


.edit-post-meta-boxes-area.is-side .inside .sidebar-layout .sidebar-option img {
    border-radius: 4px 4px 0 0;
}

.edit-post-meta-boxes-area.is-side .inside .sidebar-layout{
    gap: 12px !important;
    flex-wrap: wrap;
}

.edit-post-meta-boxes-area.is-side .inside .sidebar-layout .sidebar-option{
    width: calc(50% - 14px);
}
.edit-post-meta-boxes-area .inside #constructionn_btn__wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}
.edit-post-meta-boxes-area .inside #constructionn_btn__wrapper .button{
    background: transparent;
    transition: all ease 0.35s;
    padding: 2px 16px;
    color: #2563EB;
    border-color: #2563EB;
}

.edit-post-meta-boxes-area .inside #constructionn_btn__wrapper #constructionn_remove_image_button{
    color: #ff2c2c;
    border-color: #ff2c2c;
}

.edit-post-meta-boxes-area .inside #constructionn_image_preview img {
    height: 110px; 
    width: 110px;
    object-fit: contain;
    margin-bottom: 10px;
}

.edit-post-meta-boxes-area #team_social_links .inside ul li{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.edit-post-meta-boxes-area #team_social_links .inside ul li input{
    max-width: 100%;
}

.edit-post-meta-boxes-area #team_contact_meta .inside .team-input-wrapper{
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}


.block-editor-block-list__layout h1, 
.block-editor-block-list__layout h2,
.block-editor-block-list__layout h3,
.block-editor-block-list__layout h4,
.block-editor-block-list__layout h5,
.block-editor-block-list__layout h6,
.block-editor-block-list__layout strong{
    color: #252525;
    font-weight: 700;
}
.block-editor-block-list__layout h1{
    margin: 32px 0;
    font-size: 38px;
    font-family: var(--medi-h1-font);
    font-weight: var(--medi-h1-fontWeight);
    text-transform: var(--medi-h1-textTransform);
} 

.block-editor-block-list__layout h2{
    margin: 32px 0;
    font-size: 32px;
    font-family: var(--medi-h2-font);
    font-weight: var(--medi-h2-fontWeight);
    text-transform: var(--medi-h2-textTransform);
} 

.block-editor-block-list__layout h3{
    margin: 24px 0;
    font-size: 28px;
    font-family: var(--medi-h3-font);
    font-weight: var(--medi-h3-fontWeight);
    text-transform: var(--medi-h3-textTransform);
} 
.block-editor-block-list__layout h4{
    margin: 16px 0;
    font-size: 24px ;
    font-family: var(--medi-h4-font);
    font-weight: var(--medi-h4-fontWeight);
    text-transform: var(--medi-h4-textTransform);
} 
.block-editor-block-list__layout h5{
    margin: 16px 0;
    font-size: 20px ;
    font-family: var(--medi-h5-font);
    font-weight: var(--medi-h5-fontWeight);
    text-transform: var(--medi-h5-textTransform);
} 
.block-editor-block-list__layout h6{
    margin: 16px 0;
    font-size: 18px;
    font-family: var(--medi-h6-font);
    font-weight: var(--medi-h6-fontWeight);
    text-transform: var(--medi-h6-textTransform);
} 


@media screen and (min-width: 480px) {
    .block-editor-block-list__layout h1{
        font-size: 44px;
    }
    .block-editor-block-list__layout h2{
        font-size: 34px;
    }
    
}
@media screen and (min-width: 767px) {
    .block-editor-block-list__layout h1{
        font-size: 48px;
    }
    .block-editor-block-list__layout h2{
        font-size: 36px;
    }
}
@media screen and (min-width: 974px) {
    .block-editor-block-list__layout h1{
        font-size: 52px;
    }
    .block-editor-block-list__layout h2{
        font-size: 40px;
    }
    .block-editor-block-list__layout h3{
        font-size: 32px;
    }
    
}

/* admin notice style */
.gl-custom-admin-notice{
    display: flex;
    overflow: hidden;
}
.gl-custom-admin-notice h2 {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 12px;
}
.gl-custom-admin-notice p , .gl-custom-admin-notice li{
    color: #717171;
    font-size: 16px;
    z-index: 11;
}
.gl-custom-admin-notice .col-left{
    max-width: 800px;
    margin-bottom: 38px;
    margin-left: 38px;
}
.gl-custom-admin-notice .col-left ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 24px 0;
    row-gap: 12px;
    column-gap: 48px;
}
.gl-custom-admin-notice .col-left ul li{
    margin-left: 30px;
    margin-bottom: 0;
    width: max-content;
    position: relative;
}
.gl-custom-admin-notice .col-left ul li::before {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url('data:image/svg+xml,<svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><mask id="mask0_3_16" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="18" height="17"><rect y="0.449219" width="18" height="16.1016" fill="url(%23pattern0_3_16)"/></mask><g mask="url(%23mask0_3_16)"><rect y="0.449219" width="18" height="16.0988" fill="%231ED500"/></g><defs><pattern id="pattern0_3_16" patternContentUnits="objectBoundingBox" width="1" height="1"><use xlink:href="%23image0_3_16" transform="scale(0.00195312 0.00218341)"/></pattern><image id="image0_3_16" width="512" height="458" xlink:href="data:image/png;base64,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"/></defs></svg>');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -25px;
}
.gl-custom-admin-notice .col-left button{
    background-color: #13297E;
    padding: 12px 28px;
    border-radius: 4px;
    color: #fff;
    border: none;
    z-index: 11;
}
.gl-custom-admin-notice{
    position: relative;
}
.gl-custom-admin-notice .col-right img {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 400px;
}
@media screen and (max-width:1024px) {
    .gl-custom-admin-notice .col-left ul{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width:768px) {
    .gl-custom-admin-notice .col-left ul{
        grid-template-columns: repeat(1, 1fr);
    }
    .gl-custom-admin-notice .col-left{
        margin-left: 12px;
    }
    .gl-custom-admin-notice h2 {
        font-size: 28px;
    }
}

@media screen and (max-width:1300px) {
    .gl-custom-admin-notice .col-right img{
        display: none;
    }
}