﻿.editorPopup{width:100%;height:100%;background:rgba(216,210,194,.25);display:block;z-index:100;position:fixed;top:0;left:0;}.editorPopup .content{background:#fff;min-width:50%;max-width:50%;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding:0;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;border:1px solid rgba(64,60,67,.35);-webkit-box-shadow:0 2px 5px 1px var(--sisal);-moz-box-shadow:0 2px 5px 1px var(--sisal);box-shadow:0 2px 5px 1px var(--sisal);}.editorPopup .content .header{padding:5px 15px;background:var(--fuscousGray);color:#fff;-webkit-border-top-left-radius:6px;-moz-border-radius-topleft:6px;border-top-left-radius:6px;-webkit-border-top-right-radius:6px;-moz-border-radius-topright:6px;border-top-right-radius:6px;display:flex;align-items:center;}@media screen and (max-width:1367px){.editorPopup .content .header{padding:0 15px;}}.editorPopup .content .header .icon{display:inline-block;margin-right:10px;}.editorPopup .content .header .icon i{font-size:16px;}@media screen and (max-width:1367px){.editorPopup .content .header .icon i{font-size:14px;}}.editorPopup .content .header h3{font-size:14px;}@media screen and (max-width:1367px){.editorPopup .content .header h3{font-size:12px;}}.editorPopup .content .modal-body{padding:5px 15px;width:100%;}.editorPopup .content .modal-body fieldset{border:0;margin:0;padding:0;}.editorPopup .content .modal-body fieldset .row{display:flex;margin-bottom:20px;}@media screen and (max-width:1367px){.editorPopup .content .modal-body fieldset .row{margin-bottom:10px;}}.editorPopup .content .modal-body fieldset .row .col{display:inline-flex;flex-direction:column;flex-grow:1;flex-shrink:1;margin-right:10px;}.editorPopup .content .modal-body fieldset .row .col:last-of-type{margin-right:0;}.editorPopup .content .modal-body fieldset .row .col .label{color:var(--fuscousGray);display:block;font-size:14px;font-weight:600;text-align:left;white-space:normal;}@media screen and (max-width:1367px){.editorPopup .content .modal-body fieldset .row .col .label{font-size:12px;}}.editorPopup .content .modal-body fieldset .row .col input{width:100%;padding:5px 10px;height:auto;margin-bottom:0;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;border:1px solid var(--fuscousGray);-webkit-box-shadow:3px 3px 0 0 var(--sisal);-moz-box-shadow:3px 3px 0 0 var(--sisal);box-shadow:3px 3px 0 0 var(--sisal);font-size:14px;}@media screen and (max-width:1367px){.editorPopup .content .modal-body fieldset .row .col input{font-size:12px;padding:2.5px 10px;}}.editorPopup .content .modal-body fieldset .row table{max-height:600px;overflow:scroll;}.editorPopup .content .modal-body .row{display:flex;}.editorPopup .content .modal-body .row .listTable{width:100%;height:auto;min-height:600px;max-height:600px;position:relative;overflow:auto;padding:0;margin:0;}@media screen and (max-width:1367px){.editorPopup .content .modal-body .row .listTable{min-height:250px;max-height:250px;}}.editorPopup .content .modal-body .row .listTable::-webkit-scrollbar-track{background-color:var(--merino);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}.editorPopup .content .modal-body .row .listTable::-webkit-scrollbar{width:10px;background-color:var(--merino);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}.editorPopup .content .modal-body .row .listTable::-webkit-scrollbar-thumb{background-color:var(--santaFe);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}.editorPopup .content .modal-body .row .listTable table{position:relative;border-collapse:collapse;width:100%;max-width:100%;}.editorPopup .content .modal-body .row .listTable table thead{border-bottom:1px solid var(--sisal);}.editorPopup .content .modal-body .row .listTable table thead tr{width:100%;cursor:pointer;min-height:25px;max-height:25px;height:25px;}.editorPopup .content .modal-body .row .listTable table thead tr th{padding:5px 10px;white-space:nowrap;text-align:left;vertical-align:top;cursor:pointer;z-index:99;background:var(--sisal);top:0;position:sticky;z-index:9;}.editorPopup .content .modal-body .row .listTable table thead tr th input{display:block;width:100%;padding:5px 10px;margin:0;font-size:14px;color:var(--fuscousGray);background-color:#fff;background-image:none;border:1px solid var(--fuscousGray);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;}@media screen and (max-width:1367px){.editorPopup .content .modal-body .row .listTable table thead tr th input{font-size:12px;}}.editorPopup .content .modal-body .row .listTable table thead tr th h5{font-size:14px;font-weight:600;line-height:1;color:var(--fuscousGray);}@media screen and (max-width:1367px){.editorPopup .content .modal-body .row .listTable table thead tr th h5{font-size:12px;}}.editorPopup .content .modal-body .row .listTable table thead tr th h5:after{content:"";font-family:"FontAwesome";margin-left:5px;}.editorPopup .content .modal-body .row .listTable table thead tr th:first-child h5:after{content:"";}.editorPopup .content .modal-body .row .listTable table thead tr th:first-of-type{position:-webkit-sticky;position:sticky;top:0;left:0;background:rgba(216,210,194,.8);border-right:1px solid var(--merino);box-sizing:content-box;z-index:10;}.editorPopup .content .modal-body .row .listTable table tbody tr{width:100%;cursor:pointer;min-height:25px;max-height:25px;height:25px;}.editorPopup .content .modal-body .row .listTable table tbody tr:nth-child(2n+1){background:var(--merino);}.editorPopup .content .modal-body .row .listTable table tbody tr td{padding:5px;white-space:nowrap;text-align:left;font-size:14px;overflow:hidden;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}@media screen and (max-width:1367px){.editorPopup .content .modal-body .row .listTable table tbody tr td{font-size:12px;padding:2.5px 5px;}}.editorPopup .content .modal-body .row .listTable table tbody tr td img{width:250px;height:auto;}.editorPopup .content .modal-body .row .listTable table tbody tr td a{margin-right:10px;cursor:pointer;color:var(--fuscousGray);}.editorPopup .content .modal-body .row .listTable table tbody tr td a:hover{color:var(--merino);}.editorPopup .content .modal-body .row .listTable table tbody tr td a i{font-size:16px;color:var(--fuscousGray);}@media screen and (max-width:1367px){.editorPopup .content .modal-body .row .listTable table tbody tr td a i{font-size:14px;}}.editorPopup .content .modal-body .row .listTable table tbody .selected{background:var(--santaFe)!important;color:#fff;}.editorPopup .content footer{background:var(--merino);border-bottom:1px solid var(--fuscousGray);display:flex;padding:15px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-bottomright:6px;border-bottom-right-radius:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-bottomleft:6px;border-bottom-left-radius:6px;justify-content:flex-end;align-content:center;align-items:center;z-index:10;}@media screen and (max-width:1367px){.editorPopup .content footer{padding:5px 15px;}}.editorPopup .content footer button{display:inline-block;margin-right:20px;max-width:200px;padding:10px 20px;border-style:unset;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;cursor:pointer;font-size:14px;}@media screen and (max-width:1367px){.editorPopup .content footer button{font-size:12px;padding:5px 15px;}}.editorPopup .content footer button:last-of-type{margin-right:0;}.editorPopup .form-content{background:#fff;min-width:1200px;max-height:800px;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding:0;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;border:1px solid rgba(64,60,67,.35);-webkit-box-shadow:0 2px 5px 1px var(--sisal);-moz-box-shadow:0 2px 5px 1px var(--sisal);box-shadow:0 2px 5px 1px var(--sisal);}.editorPopup .form-content .header{padding:5px 15px;background:var(--fuscousGray);color:#fff;-webkit-border-top-left-radius:6px;-moz-border-radius-topleft:6px;border-top-left-radius:6px;-webkit-border-top-right-radius:6px;-moz-border-radius-topright:6px;border-top-right-radius:6px;display:flex;align-items:center;}.editorPopup .form-content .header .icon{display:inline-block;width:24px;height:24px;margin-right:10px;}.editorPopup .form-content .header .icon i{font-size:16px;}@media screen and (max-width:1367px){.editorPopup .form-content .header .icon i{font-size:14px;}}.editorPopup .form-content .header h3{font-size:14px;}@media screen and (max-width:1367px){.editorPopup .form-content .header h3{font-size:12px;}}.editorPopup .form-content .form{padding:10px 0;overflow-y:auto;overflow-x:hidden;max-height:660px;}.editorPopup .form-content .form .sub-heading{font-size:14px;width:100%;text-align:left;display:block;color:#fff;background:var(--fuscousGray);border-bottom:1px solid var(--sisal);border-top:1px solid var(--sisal);}@media screen and (max-width:1367px){.editorPopup .form-content .form .sub-heading{font-size:12px;}}.editorPopup .form-content .form .row{display:flex;padding:5px 15px;}.editorPopup .form-content .form .row .col{display:inline-flex;flex-direction:column;flex-grow:1;flex-shrink:1;margin-right:10px;}.editorPopup .form-content .form .row .col:last-of-type{margin-right:0;}.editorPopup .form-content .form .row .col .label{color:var(--fuscousGray);display:block;font-size:14px;font-weight:600;line-height:19px;margin-bottom:6px;text-align:left;white-space:normal;}@media screen and (max-width:1367px){.editorPopup .form-content .form .row .col .label{font-size:12px;}}.editorPopup .form-content .form .row .col .input-wrapper{margin:0 0 10px 0;font-weight:400;position:relative;cursor:pointer;}.editorPopup .form-content .form .row .col .input-wrapper a{position:absolute;right:3px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);}.editorPopup .form-content .form .row .col .input-wrapper a i{font-size:16px;color:var(--santaFe);}@media screen and (max-width:1367px){.editorPopup .form-content .form .row .col .input-wrapper a i{font-size:14px;}}.editorPopup .form-content .form .row .col input,.editorPopup .form-content .form .row .col textarea,.editorPopup .form-content .form .row .col select{width:100%;padding:5px 10px;height:auto;margin-bottom:0;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;border:1px solid var(--fuscousGray);-webkit-box-shadow:3px 3px 0 0 var(--sisal);-moz-box-shadow:3px 3px 0 0 var(--sisal);box-shadow:3px 3px 0 0 var(--sisal);}.editorPopup .form-content .form .row .col input:disabled,.editorPopup .form-content .form .row .col textarea:disabled,.editorPopup .form-content .form .row .col select:disabled{background-color:var(--merino);}.editorPopup .form-content .form .row .col textarea{resize:none;}.editorPopup .form-content .form .row .col button{display:inline-block;margin-right:20px;max-width:200px;padding:10px 20px;border-style:unset;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;cursor:pointer;background:transparent;text-decoration:underline;color:#4a4947;font-size:14px;font-weight:500;}@media screen and (max-width:1367px){.editorPopup .form-content .form .row .col button{font-size:12px;}}.editorPopup .form-content .form .social-wrapper{display:flex;flex-direction:column;padding:5px 15px;margin-bottom:15px;}.editorPopup .form-content .form .social-wrapper .social-row{display:flex;flex-wrap:nowrap;}.editorPopup .form-content .form .social-wrapper .social-row .label{color:var(--fuscousGray);display:block;font-size:14px;font-weight:600;line-height:19px;margin-bottom:6px;text-align:left;white-space:normal;}@media screen and (max-width:1367px){.editorPopup .form-content .form .social-wrapper .social-row .label{font-size:12px;}}.editorPopup .form-content .form .social-wrapper .social-row .social-item{flex:1 1 0;padding:5px 5px 5px 0;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.editorPopup .form-content .form .social-wrapper .social-row .social-item .checkbox-label{margin-left:30px;}.editorPopup .form-content .form .social-wrapper .social-row .social-item input[type=checkbox]{position:absolute;top:50%;left:0;opacity:0;cursor:pointer;height:25px;width:25px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);z-index:1;}.editorPopup .form-content .form .social-wrapper .social-row .social-item input[type=checkbox]:checked~.checkmark{background-color:var(--santaFe);}.editorPopup .form-content .form .social-wrapper .social-row .social-item input[type=checkbox]:checked~.checkmark:after{display:block;left:8px;top:5px;width:8px;height:10px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}.editorPopup .form-content .form .social-wrapper .social-row .social-item .checkmark{position:absolute;top:50%;left:0;height:25px;width:25px;background-color:var(--sisal);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);}.editorPopup .form-content .form .social-wrapper .social-row .social-item .checkmark:after{content:"";position:absolute;display:none;}.editorPopup .form-content .form .file-drop{min-height:250px;justify-content:center;align-items:center;border:1px dotted var(--sisal);}.editorPopup .form-content .form .file-card{width:100%;position:relative;border:1px solid var(--sisal);margin-bottom:10px;padding:10px;font-size:14px;}@media screen and (max-width:1367px){.editorPopup .form-content .form .file-card{font-size:12px;}}.editorPopup .form-content .form .file-card a{position:absolute;right:-10px;top:-10px;background:var(--sisal);font-size:24px;width:24px;height:24px;line-height:1;text-align:center;border:1px solid var(--fuscousGray);-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;cursor:pointer;}.editorPopup .form-content .form .file-card .label{color:var(--fuscousGray);display:block;font-size:14px;font-weight:600;line-height:19px;margin-bottom:6px;text-align:left;white-space:normal;width:100%;}@media screen and (max-width:1367px){.editorPopup .form-content .form .file-card .label{font-size:12px;}}.editorPopup .form-content .form .file-card input{width:100%;font-size:14px;}@media screen and (max-width:1367px){.editorPopup .form-content .form .file-card input{font-size:12px;}}.editorPopup .form-content footer{background:var(--merino);border-bottom:1px solid var(--fuscousGray);display:flex;padding:15px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-bottomright:6px;border-bottom-right-radius:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-bottomleft:6px;border-bottom-left-radius:6px;justify-content:flex-end;align-content:center;align-items:center;z-index:10;}.editorPopup .form-content footer button{display:inline-block;margin-right:20px;max-width:200px;padding:10px 20px;border-style:unset;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;cursor:pointer;}.editorPopup .form-content footer button:last-of-type{margin-right:0;}.editorPopup-right{width:100vw;height:100vh;background:rgba(216,210,194,.4);display:block;z-index:100;position:fixed;top:0;left:0;}.editorPopup-right .form-content{background:#fff;position:absolute;height:100%;width:50%;right:0;top:0;padding:0;-webkit-border-top-left-radius:6px;-moz-border-radius-topleft:6px;border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-bottomleft:6px;border-bottom-left-radius:6px;border:1px solid rgba(64,60,67,.35);-webkit-box-shadow:0 2px 5px 1px var(--sisal);-moz-box-shadow:0 2px 5px 1px var(--sisal);box-shadow:0 2px 5px 1px var(--sisal);}.editorPopup-right .form-content .header{padding:5px 15px;background:var(--fuscousGray);color:#fff;-webkit-border-top-left-radius:6px;-moz-border-radius-topleft:6px;border-top-left-radius:6px;display:flex;align-items:center;}.editorPopup-right .form-content .header .icon{display:inline-flex;flex-wrap:wrap;align-content:center;justify-content:flex-start;width:24px;height:24px;margin-right:10px;}.editorPopup-right .form-content .header .icon i{font-size:16px;}@media screen and (max-width:1367px){.editorPopup-right .form-content .header .icon i{font-size:14px;}}.editorPopup-right .form-content .header h3{font-size:14px;margin:5px;}@media screen and (max-width:1367px){.editorPopup-right .form-content .header h3{font-size:12px;}}.editorPopup-right .form-content .form{padding:10px 0;overflow-y:auto;overflow-x:hidden;max-height:100%;}.editorPopup-right .form-content .form .sub-heading{font-size:14px;font-weight:600;width:100%;text-align:left;display:block;color:var(--fuscousGray);background:var(--merino);border-bottom:1px solid var(--sisal);border-top:1px solid var(--sisal);}@media screen and (max-width:1367px){.editorPopup-right .form-content .form .sub-heading{font-size:12px;}}.editorPopup-right .form-content .form .row{display:flex;padding:5px 15px;}.editorPopup-right .form-content .form .row p{margin:0;font-size:14px;line-height:1;}@media screen and (max-width:1367px){.editorPopup-right .form-content .form .row p{font-size:12px;}}.editorPopup-right .form-content .form .row .file-card{width:25%;display:flex;flex-wrap:wrap;justify-content:center;align-content:center;flex-direction:column;margin-right:15px;font-size:14px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}@media screen and (max-width:1367px){.editorPopup-right .form-content .form .row .file-card{font-size:12px;}}.editorPopup-right .form-content .form .row .file-card p{margin-bottom:5px;text-align:center;}.editorPopup-right .form-content .form .row .file-card img{width:auto;cursor:zoom-in;max-width:calc(100% - 15px);}.editorPopup-right .form-content .form .row .file-card a{color:var(--fuscousGray);}.editorPopup-right .form-content .form .row .file-card a i{font-size:16px;vertical-align:middle;color:#fff;}@media screen and (max-width:1367px){.editorPopup-right .form-content .form .row .file-card a i{font-size:14px;}}.editorPopup-right .form-content .form .row .col{display:inline-flex;flex-direction:column;flex-grow:1;flex-shrink:1;margin-right:10px;}.editorPopup-right .form-content .form .row .col:last-of-type{margin-right:0;}.editorPopup-right .form-content .form .row .col .label{color:var(--fuscousGray);display:block;font-size:14px;font-weight:600;line-height:19px;margin-bottom:6px;text-align:left;white-space:normal;}@media screen and (max-width:1367px){.editorPopup-right .form-content .form .row .col .label{font-size:12px;}}.editorPopup-right .form-content .form .row .col .input-wrapper{margin:0 0 10px 0;font-weight:400;position:relative;cursor:pointer;font-size:14px;}@media screen and (max-width:1367px){.editorPopup-right .form-content .form .row .col .input-wrapper{font-size:12px;}}.editorPopup-right .form-content .form .row .col .input-wrapper a{position:absolute;right:3px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);}.editorPopup-right .form-content .form .row .col .input-wrapper a i{font-size:16px;color:var(--santaFe);}@media screen and (max-width:1367px){.editorPopup-right .form-content .form .row .col .input-wrapper a i{font-size:14px;}}.editorPopup-right .form-content .form .row .col input,.editorPopup-right .form-content .form .row .col textarea,.editorPopup-right .form-content .form .row .col select{width:100%;padding:5px 10px;height:auto;margin-bottom:0;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;border:1px solid var(--fuscousGray);-webkit-box-shadow:3px 3px 0 0 var(--sisal);-moz-box-shadow:3px 3px 0 0 var(--sisal);box-shadow:3px 3px 0 0 var(--sisal);font-size:14px;}@media screen and (max-width:1367px){.editorPopup-right .form-content .form .row .col input,.editorPopup-right .form-content .form .row .col textarea,.editorPopup-right .form-content .form .row .col select{font-size:12px;}}.editorPopup-right .form-content .form .row .col input:disabled,.editorPopup-right .form-content .form .row .col textarea:disabled,.editorPopup-right .form-content .form .row .col select:disabled{background-color:var(--merino);}.editorPopup-right .form-content .form .row .col textarea{resize:none;}.editorPopup-right .form-content .form .row .col button{display:inline-block;margin-right:20px;max-width:200px;padding:10px 20px;border-style:unset;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;cursor:pointer;background:transparent;text-decoration:underline;color:#4a4947;font-size:14px;font-weight:500;}@media screen and (max-width:1367px){.editorPopup-right .form-content .form .row .col button{font-size:12px;}}.editorPopup-right .form-content .form .social-wrapper{display:flex;flex-direction:column;padding:5px 15px;margin-bottom:15px;}.editorPopup-right .form-content .form .social-wrapper .social-row{display:flex;flex-wrap:wrap;}.editorPopup-right .form-content .form .social-wrapper .social-row .label{color:var(--fuscousGray);display:block;font-size:14px;font-weight:600;line-height:19px;margin-bottom:6px;text-align:left;white-space:normal;justify-content:space-evenly;}@media screen and (max-width:1367px){.editorPopup-right .form-content .form .social-wrapper .social-row .label{font-size:12px;}}.editorPopup-right .form-content .form .social-wrapper .social-row .social-item{flex:1 1 15;padding:5px 5px 5px 0;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.editorPopup-right .form-content .form .social-wrapper .social-row .social-item .checkbox-label{margin-left:30px;}.editorPopup-right .form-content .form .social-wrapper .social-row .social-item input[type=checkbox]{position:absolute;top:50%;left:0;opacity:0;cursor:pointer;height:25px;width:25px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);z-index:1;}.editorPopup-right .form-content .form .social-wrapper .social-row .social-item input[type=checkbox]:checked~.checkmark{background-color:var(--santaFe);}.editorPopup-right .form-content .form .social-wrapper .social-row .social-item input[type=checkbox]:checked~.checkmark:after{display:block;left:8px;top:5px;width:8px;height:10px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}.editorPopup-right .form-content .form .social-wrapper .social-row .social-item .checkmark{position:absolute;top:50%;left:0;height:25px;width:25px;background-color:var(--sisal);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);}.editorPopup-right .form-content .form .social-wrapper .social-row .social-item .checkmark:after{content:"";position:absolute;display:none;}.editorPopup-right .form-content .form .file-drop{min-height:250px;justify-content:center;align-items:center;border:1px dotted var(--sisal);}.editorPopup-right .form-content .form .file-card{width:100%;position:relative;border:1px solid var(--sisal);margin-bottom:10px;padding:10px;}.editorPopup-right .form-content .form .file-card .remove{position:absolute;right:0;top:0;width:2em;height:2em;background:var(--santaFe);line-height:1.5;text-align:center;border:1px solid var(--santaFe);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;cursor:pointer;}.editorPopup-right .form-content .form .file-card .remove i{font-size:16px;vertical-align:middle;color:#fff;}@media screen and (max-width:1367px){.editorPopup-right .form-content .form .file-card .remove i{font-size:14px;}}.editorPopup-right .form-content .form .file-card .label{color:var(--fuscousGray);display:block;font-size:14px;font-weight:600;line-height:19px;margin-bottom:6px;text-align:left;white-space:normal;width:100%;}@media screen and (max-width:1367px){.editorPopup-right .form-content .form .file-card .label{font-size:12px;}}.editorPopup-right .form-content .form .file-card input{width:100%;font-size:14px;}@media screen and (max-width:1367px){.editorPopup-right .form-content .form .file-card input{font-size:12px;}}.editorPopup-right .form-content footer{background:var(--merino);border-bottom:1px solid var(--fuscousGray);display:flex;padding:15px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-bottomright:6px;border-bottom-right-radius:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-bottomleft:6px;border-bottom-left-radius:6px;justify-content:flex-start;align-content:center;align-items:center;width:100%;position:absolute;left:0;bottom:0;z-index:10;}.editorPopup-right .form-content footer button{display:inline-block;margin-right:20px;max-width:200px;padding:10px 20px;border-style:unset;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;cursor:pointer;font-size:14px;}@media screen and (max-width:1367px){.editorPopup-right .form-content footer button{font-size:12px;}}.editorPopup-right .form-content footer button:last-of-type{margin-right:0;}.alert-area{width:auto;height:auto;display:flex;justify-content:center;align-items:center;padding:15px;background:var(--santaFe);color:#fff;position:fixed;top:50%;right:20px;z-index:999;-webkit-box-shadow:0 2px 5px 1px var(--sisal);-moz-box-shadow:0 2px 5px 1px var(--sisal);box-shadow:0 2px 5px 1px var(--sisal);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible;}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible;}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}.slideInRight{-webkit-animation:slideInRight 1s;-moz-animation:slideInRight 1s;animation:slideInRight 1s;}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}to{visibility:hidden;-webkit-transform:translate3d(120%,0,0);transform:translate3d(120%,0,0);}}.slideOutRight{-webkit-animation:slideOutRight 1s;-moz-animation:slideOutRight 1s;animation:slideOutRight 1s;}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3);}50%{opacity:1;}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3);}50%{opacity:1;}}.zoomIn{-webkit-animation:zoomIn 1s;-moz-animation:zoomIn 1s;animation:zoomIn 1s;}