html {
    scroll-behavior: smooth;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
    overflow-x: hidden;
}


a {
	padding: 0px;
	margin: 0px;
	outline: none;
    transition: all ease-in-out 0.3s;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul li {
	padding: 0px;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6, p {
    padding: 0px;
    margin: 0px;
}

a:hover {
	outline: none;
	text-decoration: none;
}

a:active {
	outline: none;
	text-decoration: none;
}
button:focus {
	outline: none;
	text-decoration: none;
}
a:focus {
	outline: none;
	text-decoration: none;
}


a:hover {
	text-decoration: none!important;
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}


.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}
.login{
    width: 100%;
    min-height: 100vh;
    background-color: #3D5586
}
.login_area{
    width: 490px;
    margin: 0 auto;
    display: table;
}
.login_logo{
    margin: 0 auto;
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    display: table;
}
.login_area h2{
    width: 100%;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    margin: 60px 0;
    text-align: center;
}
.loign_form{
    width: 100%;
    display: inline-block;
}
.login_input{
    width: 100%;
    display: inline-block;
    border-radius: 50px;
    line-height: 41px;
    background-color: #fff;
    padding: 0 25px;
    margin-bottom: 25px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #000;
    border: none;
}

.goBack{
    width: 36px;
    height: 36px;
    position: absolute;
    left: 30px;
    top: 15px;
    color: white;
    font-size: 30px;
}
.inner_header.affix-head .goBack{
    top: 20px;
}
.login_input:focus{
    outline: none;
}
.advanc_login{
    width: 100%;
    display: inline-block;
}
.select_privacy{
    width: 50%;
    position: relative;
    float: left;
}

.privacy input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.privacy:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.privacy input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.privacy input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.privacy .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.privacy {
    width: 100%;
    font-size: 14px;
    padding-left: 23px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    color: #fff;
}
.advanc_login a{
    width: 50%;
    float: right;
    display: block;
    text-align: right;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    transition: all ease-in-out 0.3s;
}
.advanc_login a:hover{
    text-decoration: underline !important;
}
.download_heading button{
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    top: 0;
    padding: 0 41px;
    right: 158px;
    border: none;
    display: inline-block;
    transition: all ease-in-out 0.3s;
    border-radius: 10px;
}
.login_submit{
    display: table;
    border-radius: 20px;
    line-height: 63px;
    background-color: #D12E26;
    padding: 0 35px;
    margin: 30px auto 0;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #fff;
    border: none;
    transition: all ease-in-out 0.3s;
}
.login_submit:hover{
    background-color: #283246;
}
header{
    width: 100%;
    display: inline-block;
    background-color: #3D5586;
    position: relative;
}
header a.logo {
    width: 280px;
    float: left;
    padding: 40px 20px;
    background-color: #fff;
}
header a.logo img{
    max-width: 100%;
}
.fixed-header-body{
    padding-bottom: 90px;
    padding-top: 90px;
}
.menu_nav.affix-head {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    background-color: #2548a0;
    width: 100%;
    padding: 12px 0;
    box-shadow: 0 6px 24px rgb(7 12 25 / 36%);
}
.affix-head a.logo {
    width: 200px;
    padding: 20px 20px;
}

.affix-head a.logo span{
    display: block;
}
header.affix-head {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
}
a.logo span{
    display: none;
}
.affix-head a.logo span img{
    display: block;
}
.affix-head .right_nav ul {
    margin: 0;
    padding: 26px 30px 0 0;
}

.right_nav {
    width: calc(100% - 280px);
    float: right;
    display: inline-block;
    position: relative;
}
.mobile_primary{
    width: 100%;
    float: right;
}
.right_nav ul {
    padding: 56px 30px 0px 0px;
    list-style-type: none;
    float: right;
    margin: 0;
}
.right_nav ul li{
    float: left;
    padding: 0 30px 0 0;
    margin: 0;
}
.right_nav ul li:last-child{
    padding: 0;
}
.right_nav ul li a{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    transition: all ease-in-out 0.3s;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.right_nav ul li.active a:after {
    position: absolute;
    width: 100%;
    content: "";
    background-color: #fff;
    height: 35px;
    left: 0;
    top: -56px;
}

.right_nav ul li a:hover{
    color: #CE1919;
}
ul.sub-menu{
    display: none;
}

ul.sub-menu.js-toggled {
    display: block;
}
/*header-end*/


.main_body {
    width: calc(100% - 60px);
    margin: 30px;
    display: inline-block;
}
.publicator_area {
    width: 100%;
    display: inline-block;
    padding: 10px 20px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.24);
    border-radius: 8px;
}
.publikator_head{
    width: 100%;
    display: inline-block;
}
.publikator_head h2 {
    width: 35%;
    float: left;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    position: relative;
    margin-top: 15px;
}
.publikator_right_head{
    width: 65%;
    float: right;
}
.publikator_right_head ul{
    float: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.publikator_right_head ul li{
    position: relative;
    float: left;
    margin-right: 15px;
}
.publikator_right_head ul li:last-child{
    margin-right: 0;
}
.publikator_right_head ul li a{
    display: block;
    padding: 0 30px;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 58px;
}
.publikator_right_head ul li:first-child a{
    background-color: #3D5586;
}
.publikator_right_head ul li:nth-child(2) a{
    background-color: #363636;
}
.publikator_right_head ul li:last-child a{
    background-color: #D12E26;
}
.publikator_search {
    float: right;
    width: calc(100% - 530px);
    padding-left: 30px;
    margin-top: 10px;
    position: relative;
}
.publikator_search input[type=text]{
    width: 100%;
    display: inline-block;
    line-height: 39px;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
    background-color: #F9F9F9;
    padding: 0 15px 0 40px;
    font-size: 14px;
    font-weight: 400;
    color: #737373;
    font-family: 'Montserrat', sans-serif;
}
.publikator_search input[type=submit] {
    width: 20px;
    height: 20px;
    background: url(../img/search_icon.png) 0 0 no-repeat;
    position: absolute;
    text-indent: -5555px;
    top: 11px;
    border: none;
    left: 40px;
}
.publikator_search_watcher {
    float: right;
    width: calc(100% - 530px);
    padding-left: 30px;
    margin-top: 10px;
    position: relative;
}
.publikator_search_watcher input[type=text]{
    width: 100%;
    display: inline-block;
    line-height: 39px;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
    background-color: #F9F9F9;
    padding: 0 15px 0 40px;
    font-size: 14px;
    font-weight: 400;
    color: #737373;
    font-family: 'Montserrat', sans-serif;
}
.publikator_search_watcher input[type=submit] {
    width: 20px;
    height: 20px;
    background: url(../img/search_icon.png) 0 0 no-repeat;
    position: absolute;
    text-indent: -5555px;
    top: 11px;
    border: none;
    left: 40px;
}
.publikator_listing table.dataTable thead .sorting:after {
    opacity: 1;
    content: "";
    background: url(../img/table_sorting.png) 0 0 no-repeat;
    top: 23px;
    width: 10px;
    height: 5px;
}
.publikator_listing table.dataTable thead .sorting_desc:after {
    opacity: 1;
    content: "";
    background: url(../img/table_sorting.png) 0 0 no-repeat;
    top: 23px;
    width: 10px;
    height: 5px;
    transform: rotate(180deg);
}
.publikator_listing table.dataTable thead .sorting_asc:after {
    opacity: 1;
    content: "";
    background: url(../img/table_sorting.png) 0 0 no-repeat;
    top: 23px;
    width: 10px;
    height: 5px;
}
.publikator_listing .dataTables_length{
    display: none;
}
.publikator_listing #example_filter{
    display: none;
}
.publikator_listing .table>thead>tr>th, .publikator_listing .table>tbody>tr>td {
    padding: 15px;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #C2C9D1;
}
.list_action{
    float: left;
}
.list_action ul{
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
}
.list_action ul li {
    float: left;
    cursor: pointer;
    margin-right: 20px;
    line-height: 13px;
}
.list_action ul li i{
    color: #363636;
    transition: all ease-in-out 0.3s;
}
.list_action ul li i:hover{
    color: #3d5486;
}
.publikator_listing .table {
    width: 100% !important;
    display: inline-block;
    border: none;
}
.publikator_listing .table>thead, .publikator_listing .table>thead>tr, .publikator_listing .table>tbody, .publikator_listing .table>tbody>tr{
    width: 100%;
    display: inline-block;
}
.publikator_listing .table>thead>tr>th:first-child, .publikator_listing .table>tbody>tr>td:first-child{
    width: 20% !important;
    float: left;
    padding: 15px;
}
.publikator_listing .table>thead>tr>th:nth-child(2), .publikator_listing .table>tbody>tr>td:nth-child(2){
    width: 52% !important;
    float: left;
    padding: 15px;
}
.publikator_listing .table>thead>tr>th:last-child, .publikator_listing .table>tbody>tr>td:last-child{
    width: 20% !important;
    float: left;
    padding: 15px;
}
.publikator_listing .table>thead>tr>th{
    font-size: 12px;
    font-weight: 500;
    color: #7F7F7F;
    font-family: 'Open Sans', sans-serif;
}
.publikator_listing .table>tbody>tr>td{
    font-size: 12px;
    font-weight: 400;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}
.publikator_listing #example_previous{
    display: none;
}
.publikator_listing #example_next{
    display: none;
}
.publikator_listing .pagination>.active>a, .publikator_listing .pagination>.active>a:focus, .publikator_listing .pagination>.active>a:hover, .publikator_listing .pagination>.active>span, .publikator_listing .pagination>.active>span:focus, .publikator_listing .pagination>.active>span:hover {
    z-index: 3;
    color: #3D5586;
    cursor: default;
    background-color: #ECEEF3;
    border-color: #ECEEF3;
}


.publikator_listing .pagination>li>a, .publikator_listing .pagination>li>span {
    color: #7F7F7F;
    background-color: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    margin-right: 8px;
}
.publikator_listing .pagination>li>a:hover{
    color: #3D5586;
    background-color: #ECEEF3;
    border-color: #ECEEF3;
}
.publikator_right_head.media_head ul{
    float: right;
}
.media_listing{
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}
.media_listing ul{
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.media_listing ul li{
    float: left;
    width: auto;
    margin-right: 35px;
    cursor: pointer;
}
.media_listing ul li:last-child{
    margin-right: 0;
}
.media_listing ul li img {
    max-width: 100%;
    margin: 0 auto;
    display: table;
}
.media_listing ul li span{
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.publikator_right_head.administratora ul {
    /*margin-left: 26%;*/
    margin-left: 21%;
}
.publikator_listing.administratora .table>thead>tr>th:first-child, .publikator_listing.administratora .table>tbody>tr>td:first-child {
    width: 75% !important;
}
.publikator_listing.administratora .table>thead>tr>th:last-child, .publikator_listing.administratora .table>tbody>tr>td:last-child {
    width: 20% !important;
}
.publikator_head.administratora_detail h2{
    width: 100%;
}
.administratora_detail_area{
    width: 450px;
    float: left;
    margin-top: 50px;
}
.administratora_detail_input{
    width: 100%;
    display: inline-block;
    line-height: 50px;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
    background-color: #F9F9F9;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    color: #737373;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
}
.administratora_detail_submit{
    display: inline-block;
    line-height: 58px;
    border-radius: 5px;
    border: none;
    background-color: #D12E26;
    padding: 0 40px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-top: 15px;
    font-family: 'Montserrat', sans-serif;
    transition: all ease-in-out 0.3s;
}
.administratora_detail_submit:hover{
    background-color: #3d5486;
}
.publikator_right_head ul li a {
    border: none;
}

.publikator_head h2 span a {
    width: 24px;
    height: 32px;
    background: url(../img/return_icon.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
}
.publikator_head.inner_media h2{
    padding-bottom: 40px;
}
.inner_upload_media.modal{
    background-color: rgba(255,255,255,0.50);
}
.inner_upload_media .modal-content{
    width: 740px;
    padding: 30px 60px 0;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.50);
    border-radius: 0;
    min-height: 500px;
}
.inner_upload_media .modal-content h2{
    width: 100%;
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    color: #3D5586;
    text-align: center;
    margin-bottom: 30px;
}
.inner_upload_media label{
    padding: 0 30px;
    line-height: 58px;
    border-radius: 5px;
    background-color: #363636;
    font-size: 15px;
    color: #fff;
    margin: 0 auto 40px;
    display: table;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}
.inner_upload_media label:hover{
    background-color: #3D5586;
}
.inner_upload_media label input[type="file"] {
    display: none;
}
.drag_drop p{
  width: 100%;
  min-height: 190px;
  padding: 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  background-color: #C4C4C4;
}
.drag_drop input{
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  display: none;
}
.inner_upload_media .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
}
.file_submit{
    line-height: 58px;
    border-radius: 5px;
    border: none;
    background-color: #D12E26;
    padding: 0 40px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 20px auto 0;
    font-family: 'Montserrat', sans-serif;
    transition: all ease-in-out 0.3s;
}
.inner_publikator .publikator_right_head ul{
    float: right;
}
.inner_publikator .publikator_right_head{
    width: 40%;
}
.publikator_head.inner_publikator h2 {
    width: 60%;
}
.pop_up_input{
    width: 100%;
    display: inline-block;
    line-height: 50px;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
    background-color: #F9F9F9;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    color: #737373;
    font-family: 'Montserrat', sans-serif;
}
.inner_publikator_listing{
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}
.inner_publikator_col{
    width: 100%;
    display: inline-block;
    margin: 8px 0;
}
.inner_publikator_col a{
    float: left;
    padding: 0 30px;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 58px;
    background-color: #363636;
}
ul.adnc_optn{
    float: left;
    padding: 0;
    margin-left: 15px;
    list-style-type: none;
    margin-top: 20px;
}
ul.adnc_optn li{
    float: left;
    margin-right: 10px;
    cursor: pointer;
}
ul.adnc_optn li i{
    color: #3D5586;
    transition: all ease-in-out 0.3s;
}
ul.adnc_optn li i:hover{
    color: #363636;
}
.inner_publikator_col h4{
    float: left;
    color: #444343;
    font-size: 18px;
    margin-right: 20px;
    font-family: 'Montserrat', sans-serif;
    line-height: 58px;
    font-weight: 600;
}
.inner_publikator_col p{
    float: left;
    color: #737373;
    font-size: 16px;
    margin-right: 10px;
    font-family: 'Montserrat', sans-serif;
    line-height: 58px;
}
canvas {
  height: 40px;
  float: left;
  width: 40px;
  border: solid 1px #E5E5E5;
  margin-top: 8px;
  position: relative;
}
canvas {
  height: 40px;
  float: left;
  width: 40px;
  border: solid 1px #E5E5E5;
  margin-top: 8px;
  position: relative;
}

.color_picker:after {
    position: absolute;
    content: "Tło";
    font-size: 16px;
    color: #737373;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    top: -8px;
    right: 9px;
    line-height: 58px;
}
.color_picker:last-child:after {
    display: none;
}
.color_picker input#cp {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    opacity: 0;
}
.color_picker input#cp1 {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    opacity: 0;
}
.color_picker input.select_cp {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    opacity: 0;
}
.color_picker {
    float: left;
    position: relative;
    padding-right: 45px;
}
.link_input{
    width: 450px;
    float: left;
    line-height: 50px;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
    background-color: #F9F9F9;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    color: #737373;
    font-family: 'Montserrat', sans-serif;
}



ul.capital_text {
    float: left;
    padding: 0;
    margin-left: 15px;
    list-style-type: none;
    margin-top: 20px;
}
ul.capital_text li {
    float: left;
    margin-right: 10px;
    cursor: pointer;
    background: url(../img/aa.svg) 0 0 no-repeat;
    width: 24px;
    height: 16px;
}
.number_input{
    width: 40px;
    float: left;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
    background-color: #F9F9F9;
    padding: 0 5px;
    font-size: 12px;
    font-weight: 600;
    color: #737373;
    font-family: 'Montserrat', sans-serif;
    margin-left: 10px;
    margin-right: 15px;
    margin-top: 8px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.footer_input{
    width: calc(100% - 190px);
    float: left;
    line-height: 50px;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
    background-color: #F9F9F9;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    color: #737373;
    font-family: 'Montserrat', sans-serif;
}
ul.adnc_optn li.link i{
    color: #363636;
}
ul.adnc_optn li.link i:hover{
    color: #3D5586;
}
.add_category{
    width: 100%;
    display: inline-block;
}
.accordion2{
    width: 100%;
    display: inline-block;

}
.inner_publikator_col h3 {
    float: left;
    color: #363636;
    font-size: 12px;
    margin-right: 20px;
    font-family: 'Montserrat', sans-serif;
    line-height: 58px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}

.inner_publikator_col .accordion2 {
    display: inline-block;
    width: 100%;
    padding: 10px 20px 10px 50px;
    background-color: #F6F6F6 !important;
    border-radius: 10px;
    margin-top: 10px;
    position: relative;
    cursor: pointer;
}

.inner_publikator_col h3 span {
    position: absolute;
    width: 46px;
    height: 46px;
    background: url(../img/add_btn_icon.png) 0 0 no-repeat;
    right: -60px;
    top: 5px;
    content: "";
}
.acco-n {
    background: url(../img/accordian_down_arrow.png) center right 15px no-repeat;
    padding: 15px;
    margin: 10px 0;
    cursor: pointer;
}
.acco-n.active{
    background: url(../img/accordian_up_arrow.png) center right 15px no-repeat;
}

.inner_publikator_col.add_new .accordion2.active {
    height: 87px;
    overflow: hidden;
}
.inner_publikator_col h5 {
    float: left;
    color: #363636;
    font-size: 12px;
    margin-right: 20px;
    font-family: 'Montserrat', sans-serif;
    line-height: 58px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}
.inner_publikator_col h5 span {
    position: absolute;
    width: 46px;
    height: 46px;
    background: url(../img/add_btn_icon.png) 0 0 no-repeat;
    right: -60px;
    top: 5px;
    content: "";
}
.pro_category_col{
    width: 100%;
    display: inline-block;
}

.accordian_contant{
    display: none;
    padding-left: 15px;
}

.inner_publikator_col .pro_category_col {
    display: inline-block;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    margin-top: 15px;
}
.add_category ul{
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 15px 0 0 0;
    list-style-type: none;
}
.add_category ul li{
    width: 160px;
    float: left;
    margin-right: 20px;
}
.addMaterialLi{
    margin-right: 0;
    cursor: pointer;
    background: url(../img/add_media_plus.png) center center no-repeat #C4C4C4;
    height: 150px;
    border: none;
    border-radius: 0;
}
.pro_category_col_image{
    width: 100%;
    display: inline-block;
    height: 150px;
    position: relative; /* Dodane, aby umożliwić pozycjonowanie ikonki */
    border: 1px solid #919191;
    border-radius: 19px;
}
.pro_category_col_image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pro_category_col_image::after {
    content: '▶';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px; /* Dostosuj do potrzeb */
    color: white; /* Kolor wewnętrzny ikony - może być dowolny */
    text-shadow:
            -1px -1px 0 #000,
            1px -1px 0 #000,
            -1px  1px 0 #000,
            1px  1px 0 #000; /* Czarny obramowanie */
    opacity: 0; /* Ustaw przezroczystość na 0, aby domyślnie element był niewidoczny */
    width: 60px; /* Dostosuj do potrzeb */
    height: 60px; /* Dostosuj do potrzeb */
    background-color: rgba(255, 255, 255, 0.9); /* Tło koła */
    border-radius: 50%; /* Okrągłe tło */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s ease, opacity 0.5s ease; /* Dodaj przejście dla przezroczystości */
}

.pro_category_col_image:hover::after {
    opacity: 0.9; /* Zmień przezroczystość na 0.7, aby element stał się widoczny podczas hover */
}


.pro_category_col_image:hover::after {
    transform: translate(-50%, -50%) scale(1.1); /* Lekkie powiększenie i pulsowanie */
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

.pro_category_col ul li h2 {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #444343;
    font-size: 13px;
    margin-top: 15px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.pro_category_col h6 {
    float: left;
    color: #3D5586;
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
    font-family: 'Montserrat', sans-serif;
}
.pro_category_col ul.adnc_optn {
    margin-left: 5px;
    margin-top: 0;
}
.pro_category_col ul.adnc_optn li i{
    color: #D12E26;
}
.inner_media_col {
    background-color: #f6f6f6;
    padding: 10px;
    margin: 0;
}

.inner_media_col .accordion2 {
    display: block;
    position: relative;
    margin: 0;
    width: 100%;
    float: left;
}
.accordion2.last_row{
    display: inline-block;
    width: 100%;
    position: relative;
}
.inner_media_col .accordian_contant{
    padding-left: 30px;
}

.upload_media .modal-dialog {
    width: 550px;
    float: right;
    margin: 0;
}
.upload_media .modal-content {
    width: 550px;
    min-height: 100vh;
    border-radius: 0;
    padding-left: 30px;
}
.upload_media{
    padding-right: 0 !important;
}
.upload_media_col .pop_up_input {
    width: calc(100% - 114px);
    float: left;
}
.upload_media_col {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
}
.pop_up_textarea{
    width: calc(100% - 114px);
    float: left;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
    background-color: #F9F9F9;
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #737373;
    font-family: 'Montserrat', sans-serif;
    resize: none;
}

/* Hide the browser's default radio button */
.choose_file_col input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.choose_file_col .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.choose_file_col:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.choose_file_col input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.choose_file_col input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.choose_file_col .checkmark:after {
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background: #3D5586;
}
.choose_file_col {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #737373;
    float: left;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin-right: 18px;
}
.choose_file_col:last-child{
    margin-right: 0;
}
.choose_file_type{
    width: 100%;
    display: inline-block;
    margin: 10px 0 0 0;
}
.hide {
  display: none;
}
.index_logo {
    /*width: 600px;*/
    /*margin: 0 auto;*/
    display: flex;
    /*background-color: #fff;*/
    /*border-radius: 50%;*/
    /*padding: 15px;*/
    /*height: 185px;*/
    /*margin-top: -30px;*/
    align-items: center;
    justify-content: center;
}
.index_logo img {
    /*max-width: 100%;*/
    /*margin: 30px auto 0;*/
    /*display: table;*/
    /*overflow: hidden;*/
    /*border-radius: 15%;*/
    max-width: 100%;
    /*margin: 20px auto 0;*/
    display: table;
    /*height: fit-content;*/
    overflow: hidden;
    /*border-radius: 15%;*/
    /*max-height: 120px;*/
}
.inner_header{
    /*max-height: 128px;*/
    overflow: hidden;
}


.inner_header.affix-head .index_logo {
    /*width: 300px;*/
    /*height: 125px;*/
}

.inner_header.affix-head .index_logo img {
    width: auto;
    /*max-width: 240px;*/
    /*margin: 15px auto 0;*/
    /*height: 75px;*/
}


.inner_header.affix-head {
    /*max-height: 78px;*/
}
.query {
    width: 36px;
    height: 36px;
    background: url(../img/query_icon.png) 0 0 no-repeat, black;
    position: absolute;
    border-radius: 50%;
    right: 30px;
    top: 15px;
    box-shadow: 3px 2px 4px rgba(2, 0, 0, 0.5);
}
.query:hover{
    opacity: 0.8;
}
.inner_header.affix-head .query {
    top: 20px;
}
.index_body {
    width: 100%;
    display: block;
    margin-top: 0;
}
.categories{
    width: 100%;
    display: inline;
}
.categories ul{
    padding: 40px 50px 0px 60px;
    margin: 0;
    list-style-type: none;
    width: 100%;
    display: inline-block;
}
.categories ul li{
    width: 16.666%;
    float: left;
    background-color: #fff;
    padding: 1px 15px 1px 15px;
    position: relative;
    transition: all ease-in-out 0.3s;
}
.categories ul li a{
    display: block;
    background-size: cover;
    width: 100%;
    height: 97px;
}
.categories ul li a span{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    /*background-color: #3D5586;*/
    padding: 0 15px;
    transition: all ease-in-out 0.3s;
}
/*.categories ul li:hover span{*/
/*    background-color: rgba(61,85,134,0.70);*/
/*}*/

.categories ul li.active span{
    color: #3D5586;
}
.materials_listing .accordion2{
    display: inline-block;
    width: 100%;
    padding: 15px 30px;
    border-radius: 10px;
}
.materials_listing {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    padding: 0 30px;
}
h3.sec_heading{
    width: 100%;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #444343;
    margin-bottom: 10px;
    text-align: center;
}


.materials_listing .accordion2 h3 {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #3D5586;
    text-align: left;
}

/*.materials_listing .accordion2 .add_category ul li:hover h2 {*/
/*    background-color: #fff;*/
/*    padding: 15px 8px;*/
/*    border-radius: 15px;*/
/*    color: #444343;*/
/*    font-size: 10px;*/
/*    position: relative;*/
/*    z-index: 99;*/
/*    margin-top: 0px;*/
/*    top: -70px;*/
/*    margin: 0px 10px;*/
/*    width: calc(100% - 20px);*/
/*}*/
.materials_listing .accordion2 h2 {
    width: 100%;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #444343;
    text-align: center;
    margin: 5px 0;
    transition: all ease-in-out 0.3s;
}
a.cat_sub_btn{
    font-size: 14px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: center;
    padding: 0 35px;
    line-height: 44px;
    background-color: #3D5586;
    margin: 0 auto;
    display: none;
    border-radius: 10px;
}
a.cat_sub_btn:hover{
    background-color: #d54440;
    color: white;
}
.material_h2{
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 25px;
}
.materials_listing .accordion2 .add_category ul li {
    /*width: 12.5%;*/
    /*padding-right: 20px;*/
    margin-right: 5px;
    height: auto;
    margin-bottom: 20px;
}
.materials_listing .accordion2 .add_category ul li:last-child{
    padding-right: 0;
}
.materials_listing .accordian_contant {
    padding-left: 0;
}
.materials_listing .acco-n{
    border-radius: 10px;
    background-color: #F6F6F6;
}
.materials_listing .add_category ul li:last-child{
    background-color: transparent;
}
.last_footer{
    width: 100%;
    display: inline-block;
    padding-top: 15px;
    text-align: center;
    margin-top: 0px;
}
.last_footer img{
    max-width: 100%;
}
.last_footer p{
    width: 100%;
    display: inline-block;
    font-weight: 600;
    color: #444343;
    font-size: 13px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    float: left;
}
.last_footer p span a{
    color: #3D5586;
}
.last_footer p span {
    margin-left: 20px;
}
.last_footer p span a:hover{
    color: #d54440;
}
/*.materials_listing .accordion2 .add_category ul li:hover h2 {*/
/*    background-color: #ffffff9e;*/
/*    padding: 15px 8px;*/
/*    border-radius: 15px;*/
/*    color: #444343;*/
/*    font-size: 10px;*/
/*    position: relative;*/
/*    z-index: 99;*/
/*    margin-top: 0;*/
/*    top: -70px;*/
/*    margin: 0 10px;*/
/*    width: calc(100% - 20px);*/
/*}*/
.add_category ul li:hover a.cat_sub_btn {
    position: relative;
    top: -40px;
}
.show_metarial{
    width: 100%;
    display: inline-block;
    padding: 0 30px;
    margin-top: 20px;
}
.show_metarial_heading{
    width: 100%;
    display: inline-block;
}
.show_metarial_heading ul{
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.show_metarial_heading ul li{
    float: left;
    width: 240px;
}
.show_metarial_heading ul li:nth-child(2){
    float: left;
    width: calc(100% - 480px);
    padding: 0 15px;
}
.show_metarial_heading ul li:last-child a {
    width: 100%;
    padding: 10px 30px 10px 10px;
    background: url(../img/next_metarial_arrow.png) center right 12px no-repeat #3D5586;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
}
.show_metarial_heading ul li:first-child a {
    width: 100%;
    padding: 10px 10px 10px 30px;
    background: url(../img/prev_metarial_arrow.png) center left 12px no-repeat #3D5586;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
}
.show_metarial_heading ul li:first-child a:hover {
    background: url(../img/prev_metarial_arrow.png) center left 12px no-repeat;
    box-shadow: 3px 2px 4px rgba(2, 0, 0, 0.5);
}
.show_metarial_heading ul li:last-child a:hover {
    background: url(../img/next_metarial_arrow.png) center right 12px no-repeat;
    box-shadow: 3px 2px 4px rgba(2, 0, 0, 0.5);
}
.show_metarial_heading ul li h3{
    width: 100%;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #3D5586;
    text-align: center;
    margin: 20px 0;
}
.download_heading{
    width: 100%;
    display: inline-block;
    position: relative;
}
.download_heading h2{
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 15px 310px;
}
.download_heading h2 span {
    font-size: 18px;
    font-weight: 600;
    color: #444343;
    text-align: center;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    display: table;
    position: relative;
}
.download_heading.flash h2 span{
    padding-left: 40px;
}
.download_heading.flash h2 span:after {
    position: absolute;
    content: "";
    width: 27px;
    height: 24px;
    background: url(../img/speaker.png) 0 0 no-repeat;
    top: -1px;
    left: 0;
    cursor: pointer;
}
.download_heading a {
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 44px;
    background-color: #3D5586;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    top: 0;
    padding: 0 41px;
    right: 0;
    display: inline-block;
    transition: all ease-in-out 0.3s;
    border-radius: 10px;
}
.download_heading a:hover{
    background-color: #d12e27;
    color: white;
}
.category_show_box{
    width: 100%;
    display: inline-block;
    margin-top: 40px;
    /*max-height: 615px;*/
}
.category_show_box img{
    max-width: 100%;
    margin: 0 auto;
    display: table;
}
.category_show_box.pdf{
    width: 100%;
    height: 594px;
}
.category_show_box.youtube{
    width: 100%;
    height: 594px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category_show_box.audio{
    width: 100%;
    height: 200px;
}
.category_show_box.audio audio{
    margin: 0 auto;
    display: table;
}
.file_upload label{
    float: left;
    padding: 0 30px;
    border-radius: 6px;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 58px;
    background-color: #363636;
    cursor: pointer;
}
.file_upload input[type=file]{
    display: none;
}

@media (max-width: 1400px) {
    .pop_up_input {
    line-height: 40px;
}
ul.capital_text {
    margin-top: 12px;
}
.number_input {
    margin-top: 0;
}
.inner_publikator_col a {
    font-size: 14px;
    line-height: 40px;
}
.file_upload label{
    font-size: 14px;
    line-height: 40px;
}
ul.adnc_optn {
    margin-top: 10px;
}

.choose_file_col {
    font-size: 14px;
}
.link_input {
    line-height: 40px;
}
.footer_input {
    line-height: 40px;
}
.inner_publikator_col h4 {
    line-height: 40px;
}
.inner_publikator_col p {
    line-height: 40px;
}

canvas {
    margin-top: 0;
}
.inner_publikator_col h3 {
    line-height: 40px;
}
.inner_publikator_col h3 span {
    width: 30px;
    height: 30px;
    right: -40px;
    background-size: 30px;
}
.pro_category_col h6 {
    font-size: 14px;
}
.pro_category_col ul.adnc_optn {
    margin-left: 5px;
    margin-top: -3px;
}
.inner_publikator_col h5 span {
    width: 30px;
    height: 30px;
    right: -40px;
    background-size: 30px;
}
.inner_publikator_col h5 {
    line-height: 40px;
}
.materials_listing .pro_category_col_image {
    height: 100px;
}
.materials_listing .accordion2 .add_category ul li {
    height: auto;
}
}
@media (max-width: 1199px) {
.login_logo {
    width: 200px;
    padding: 20px;
}
.login_logo img{
    width: 100%;
}
.login_submit {
    line-height: 49px;
    padding: 0 35px;
    font-size: 16px;
}
.right_nav ul li a {
    font-size: 18px;
}
.publikator_listing .table>thead>tr>th:last-child, .publikator_listing .table>tbody>tr>td:last-child {
    width: 25% !important;
}
.publikator_right_head ul li a {
    padding: 0 20px;
    font-size: 15px;
    line-height: 40px;
}
.publikator_listing .table>thead>tr>th:nth-child(2), .publikator_listing .table>tbody>tr>td:nth-child(2) {
    width: 40% !important;
    float: left;
    padding: 15px;
}
.publikator_search {
    width: calc(100% - 417px);
    padding-left: 20px;
    margin-top: 0px;
}
.publikator_right_head.administratora ul {
    margin-left: 27%;
}
.administratora .publikator_search {
    margin-top: 0;
}
.publikator_listing.administratora .table>thead>tr>th:first-child, .publikator_listing.administratora .table>tbody>tr>td:first-child {
    width: 73% !important;
}
.administratora_detail_submit {
    line-height: 48px;
    padding: 0 30px;
    font-size: 16px;
}
.administratora_detail_input {
    line-height: 40px;
}
ul.adnc_optn {
    margin-top: 8px;
}
.pro_category_col ul.adnc_optn {
    margin-left: 5px;
    margin-top: -3px;
}
.upload_media .modal-content {
    width: 500px;
    /*height: 125vh;*/
}
.upload_media .modal-dialog {
    width: 500px;
}
.file_submit {
    line-height: 46px;
    padding: 0 30px;
    font-size: 15px;
}
.categories ul li a span {
    font-size: 14px;
}
.materials_listing .accordion2 h3 {
    font-size: 16px;
}
.materials_listing .accordion2 .add_category ul li {
    width: 16.666%;
    margin-bottom: 20px;
}
}
@media (max-width: 1024px) {
    .right_nav ul li a {
    font-size: 16px;
}
.publikator_search {
    width: 100%;
    margin-top: 15px;
    padding: 0;
}
.publikator_search_watcher {
    width: 100%;
    margin-top: 15px;
    padding: 0;
}
.publikator_right_head {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.publikator_search input[type=submit] {
    left: 12px;
}
.publikator_search_watcher input[type=submit] {
    left: 12px;
}
.publikator_head h2 {
    width: 100%;
    font-size: 18px;
}
.media_head {
    width: 50%;
    float: right;
    margin-top: 0;
    position: relative;
    top: -24px;
}
.publikator_right_head.administratora ul {
    margin-left: 0;
    float: right;
    position: relative;
    margin-top: 0;
    top: -53px;
}
.publikator_right_head.media_head.inner_media ul {
    float: right;
    position: relative;
    top: -49px;
}
.publikator_head h2 span a {
    bottom: 0;
}
.inner_upload_media .modal-content h2 {
    font-size: 20px;
}
.inner_upload_media label {
    padding: 0 20px;
    line-height: 48px;
    font-size: 13px;
    margin: 0 auto 20px;
}
.drag_drop p {
    min-height: 110px;
    font-size: 16px;
}
.inner_upload_media .modal-content {
    width: 590px;
}
.file_submit {
    line-height: 46px;
    padding: 0 30px;
    font-size: 15px;
}
.link_input {
    line-height: 40px;
    width: 100%;
    margin-bottom: 25px;
}
}
@media (max-width: 992px) {
.publikator_listing.administratora .table>thead>tr>th:first-child, .publikator_listing.administratora .table>tbody>tr>td:first-child {
    width: 71% !important;
}
.materials_listing .accordion2 .add_category ul li {
    width: 25%;
}
.categories ul li {
    width: 25%;
}
.show_metarial_heading ul li {
    float: left;
    width: 30px;
}
.show_metarial_heading ul li:first-child a {
    padding: 0;
    background: url(../img/prev_metarial_arrow.png) center center no-repeat #3D5586;
    font-size: 0;
    line-height: 40px;
}
.show_metarial_heading ul li:last-child a {
    padding: 0;
    background: url(../img/next_metarial_arrow.png) center center no-repeat #3D5586;
    font-size: 0;
    line-height: 40px;
}
.show_metarial_heading ul li:nth-child(2) {
    width: calc(100% - 60px);
}
.download_heading a {
    position: relative;
    font-size: 14px;
    line-height: 40px;
    padding: 0 41px;
    margin: 15px auto 0;
    display: table;
    border-radius: 10px;
}
.download_heading button {
    position: relative;
    font-size: 14px;
    line-height: 40px;
    padding: 0 41px;
    margin: 15px auto 0;
    right: auto;
    display: table;
    border-radius: 10px;
}
.download_heading h2 {
    padding: 15px;
}
.show_metarial_heading ul li h3 {
    margin: 10px 0;
}
}
@media (max-width: 767px) {
    header.affix-head{
        position: relative;
    }
    .right_nav {
    width: 50px;
    float: right;
}
.toggle-menu {
    float: right;
    background: url(../img/mobile_menu_icon.png) 0 0 no-repeat;
    height: 49px;
    background-position: right 9px;
    z-index: 999;
    margin-top: 20px;
    width: 100%;
    margin-right: 15px;
}
.right_nav ul {
    margin: 0;
    width: 100%;
    position: fixed;
    top: 96px;
    right: 0;
    height: 100vh;
    background-color: #c01a1f;
    display: none;
    z-index: 99999;
    padding: 0;
}
.mobile_menu_open .right_nav ul {
    display: block;
}
.right_nav ul li a {
    color: #FF7062;
}
header.affix-head .right_nav ul {
    margin: 13px 0 0 0;
}
.right_nav ul li.active a {
    color: #ffffff;
}
.toggle-menu.close{
    opacity: 1;
}
.right_nav ul li {
    float: none;
    padding: 20px;
    margin: 0;
    width: 100%;
    display: inline-block;
}
.right_nav ul li:last-child {
     padding: 20px;
}
.right_nav ul li a {
    font-size: 16px;
    width: 100%;
    text-align: left;
    color: #efefef;
    display: inline-block;
}
.affix-head .mobile_primary {
    height: 49px;
    background-position: right 14px;
    margin-top: 0;
}
.affix-head .right_nav ul {
    margin: 0px 0 0 0;
    top: 71px;
}
header a.logo {
    top: unset;
    position: relative;
    left: unset;
    margin-left: unset;
    float: left;
    width: 200px;
    padding: 20px;
}
header {
    background-color: #ffffff;
}

.nav-tabs:after {
    width: 290px;
    height: 284px;
    background-size: 290px;
}
.right_nav ul li.active a:after {
    display: none;
}
.publikator_listing .table>thead{
    display: none;
}
.publikator_listing .table>thead>tr>th:first-child, .publikator_listing .table>tbody>tr>td:first-child {
    width: 100% !important;
    padding: 5px 0;
}
.publikator_listing .table>thead>tr>th:nth-child(2), .publikator_listing .table>tbody>tr>td:nth-child(2) {
    width: 100% !important;
    padding: 6px 0;
}
.publikator_listing .table>thead>tr>th:last-child, .publikator_listing .table>tbody>tr>td:last-child {
    width: 100% !important;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding: 5px 0;
    margin-top: 8px;
}
.publikator_listing .table>thead>tr>th, .publikator_listing .table>tbody>tr>td{
    border: none;
}
.publikator_listing.administratora .table>thead>tr>th:last-child, .publikator_listing.administratora .table>tbody>tr>td:last-child {
    width: 100% !important;
    padding-bottom: 9px;
    margin-top: 10px;
}
.publikator_listing.administratora .table>thead>tr>th:first-child, .publikator_listing.administratora .table>tbody>tr>td:first-child {
    width: 100% !important;
}
.administratora_detail_area {
    margin-top: 30px;
}
.inner_header{
    /*background-color: #3D5586;*/
}
.index_logo {
    /*width: 300px;*/
    /*height: 125px;*/
}
.inner_header {
    min-height: 78px;
}
.index_logo img {
    /*width: 240px;*/
    /*margin: 27px auto 0;*/
}
.query {
    top: 24px;
    background-size: 22px;
    width: 22px;
    height: 22px;
}
.inner_header.affix-head .query {
    top: 24px;
}
.category_show_box.youtube{
    width: 100%;
    height: 350px;
}


}
@media (max-width: 599px) {

.goBack{
    top: 10px;
}
.inner_header.affix-head .goBack{
    top: 10px;
}
.right_nav ul li a {
    font-size: 14px;
}
.right_nav ul li {
    padding: 15px 20px;
}
.login_area {
    width: 100%;
    padding: 0 15px;
}
.login_input {
    padding: 0 15px;
    font-size: 14px;
}
.login_submit {
    line-height: 44px;
    padding: 0 30px;
    font-size: 14px;
}
.login_area h2 {
    font-size: 18px;
    margin: 40px 0;
}


.affix-head .mobile_primary {
    height: 34px;
    background-position: right 5px;
}

.mobile_primary {
    width: 37px;
    height: 49px;
    background-size: 100%;
    background-position: right 5px;
}
header.affix-head .right_nav ul {
    margin: 43px 0 0 0;
}
.logo_nav {
    margin: 10px 0 10px 0;
}
.right_nav ul {
    top: 96px;
    margin: 0;
    width: 100%;
    right: 0;
}
.logo_nav {
    margin: 10px 0 10px 0;
}
.right_nav {
    width: 37px;
}
.affix-head a.logo span {
    width: 160px;
}
.affix-head .mobile_primary {
    height: 29px;
    background-position: right 6px;
}
.affix-head .right_nav ul {
    top: 53px;
}
header a.logo img {
    margin-top: 13px;
}
.affix-head a.logo span img{
    margin-top: 0;
}
.toggle-menu {
    margin-top: 28px;
}
.publikator_head h2 {
    font-size: 16px;
}
.main_body {
    width: calc(100% - 30px);
    margin: 15px;
}
.publikator_right_head ul li {
    margin-right: 3px;
}
.publikator_right_head ul li a {
    padding: 0 8px;
    font-size: 11px;
    line-height: 35px;
}
.media_listing ul li img {
    /*max-width: 40px;*/
    margin: 0 auto;
    display: table;
}
.media_listing ul li span {
    font-size: 13px;
}
.publikator_right_head.administratora ul {
    top: unset;
    margin-bottom: 20px;
    float: left;
}
.administratora_detail_area {
    width: 100%;
}
.administratora_detail_submit {
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
}
.publikator_right_head.media_head.inner_media ul {
    top: 0;
}
.publikator_head h2 span a {
    background-size: 10px;
    bottom: -44px;
}
.publikator_head.inner_media h2 {
    padding-bottom: 0;
}
.inner_upload_media .modal-content {
    width: 100%;
    padding: 30px 20px 0;
    min-height: 360px;
}
.inner_upload_media label {
    line-height: 40px;
    font-size: 11px;
}
.drag_drop p {
    min-height: 110px;
    font-size: 13px;
}
.file_submit{
    line-height: 40px;
    font-size: 11px;
}
.inner_upload_media .modal-content h2 {
    font-size: 18px;
    margin-bottom: 15px;
}
.pop_up_input {
    line-height: 36px;
}
.publikator_head.inner_publikator h2 {
    width: 100%;
}
.inner_publikator .publikator_right_head {
    width: 100%;
    float: left;
}
.inner_publikator .publikator_right_head ul {
    float: left;
}
.inner_publikator_col h4 {
    margin-right: 8px;
    font-size: 15px;

}
ul.adnc_optn {
    margin-left: 9px;
}
.footer_input {
    width: calc(100% - 23px);
    margin-bottom: 15px;
}
.link_input {
    line-height: 40px;
    width: calc(100% - 21px);
    margin-bottom: 25px;
}
.acco-n {
    background: url(../img/accordian_down_arrow.png) top 7px right 10px no-repeat;
}
.acco-n.active {
    background: url(../img/accordian_up_arrow.png) top 7px right 10px no-repeat;
}
.inner_media_col .accordian_contant {
    padding-left: 0;
}
.pro_category_col_image {
    height: 70px;
}
.add_category ul li {
    width: 70px;
}
.add_category ul li:last-child {
    height: 70px;
}
.pro_category_col ul.adnc_optn {
    margin-top: 0;
}
.upload_media .modal-dialog {
    width: 100%;
    padding: 15px;
}
.upload_media .modal-content {
    width: 100%;
    padding-left: 0;
}
.choose_file_col .checkmark {
    height: 18px;
    width: 18px;
}
.choose_file_col .checkmark:after {
    width: 18px;
    height: 18px;
}
.choose_file_col {
    font-size: 12px;
    padding-left: 22px;
    margin-right: 8px;
}

.color_picker:after {
    top: 0;
    line-height: 41px;
    font-size: 12px;
    right: 14px;
}
canvas {
    height: 20px;
    width: 20px;
    margin-top: 10px;
}
.color_picker input#cp {
    width: 20px;
    height: 20px;
}
.materials_listing {
    padding: 0 15px;
}
.categories ul li {
    width: 33.333%;
}
.categories ul li a span {
    font-size: 11px;
    padding: 0 10px;
}
.index_logo {
    /*width: 200px;*/
    /*height: 90px;*/
    /*margin-top: -24px;*/
}
.index_logo img {
    /*width: 145px;*/
    /*margin: 19px auto 0;*/
}
.inner_header {
    min-height: 48px;
}
.query {
    top: 12px;
    right: 12px;
}

.affix-head .index_logo {
    /*width: 200px !important;*/
    /*height: 90px !important;*/
    /*margin-top: -24px;*/
}
.affix-head .index_logo img {
    /*width: 145px !important;*/
    /*margin: 19px auto 0 !important;*/
}
.inner_header.affix-head {
    /*max-height: 48px;*/
}
.inner_header.affix-head .query {
    top: 12px;
}
.materials_listing .accordion2 .add_category ul li {
    width: 50%;
    padding: 5px;
}
.materials_listing .accordion2 {
    padding: 10px;
}
a.cat_sub_btn{
    font-size: 12px;
    padding: 0 25px;
    line-height: 34px;
    border-radius: 10px;
}
h3.sec_heading {
    font-size: 16px;
}
.last_footer p span {
    margin: 10px auto 0;
    width: 100%;
    display: table;
}
.materials_listing .acco-n {
    background: url(../img/accordian_down_arrow.png) top 20px right 15px no-repeat;
}
.materials_listing .acco-n.active {
    background: url(../img/accordian_up_arrow.png) top 20px right 15px no-repeat;
}
.materials_listing .accordion2 .add_category ul li:last-child {
    padding: 5px;
}
.show_metarial {
    margin-top: 20px;
}
.show_metarial_heading ul li {
    margin-top: 15px;
}
.show_metarial_heading ul li:nth-child(2){
    margin-top: 0;
}
.show_metarial_heading ul li h3 {
    font-size: 15px;
}
.download_heading.flash h2 span {
    padding-left: 0;
    padding-top: 30px;
}
.download_heading h2 span {
    font-size: 14px;
}
.download_heading.flash h2 span:after {
    top: 0;
    left: 50%;
    margin-left: -13px;
}
.download_heading a {
    font-size: 12px;
    line-height: 36px;
    padding: 0 26px;
    margin: 10px auto 0;
    border-radius: 10px;
}
.download_heading button {
    font-size: 12px;
    line-height: 36px;
    padding: 0 26px;
    margin: 10px auto 0;
    border-radius: 10px;
}
.category_show_box.pdf {
    height: 400px;
}
.category_show_box.youtube{
    width: 100%;
    height: 250px;
}
.category_show_box.audio audio{
    width: 250px;
}
.category_show_box.audio {
    height: 80px;
}
}
.publikator_listing.administratora .table>tbody>tr>td.dataTables_empty{
    width: 98% !important;
}
.table-striped>tbody>tr:nth-of-type(odd){
    background-color: white;
}
.show_metarial_heading ul li:last-child a,.show_metarial_heading ul li:first-child a{
    position: relative;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    display: flex;
    background:none;
}


.show_metarial_heading ul li:last-child a i,.show_metarial_heading ul li:first-child a i{
    position: absolute;
    top: 20px;
    font-size: 17px;
    font-weight: bolder;
}
.show_metarial_heading ul li:last-child a i{
    right: 11px;
}
.show_metarial_heading ul li:first-child a i{
    left: 11px;
}
i.fas.fa-home{
    background-color: #fff;
    padding: 5px;
    color: #000000;
    border-radius: 50%;
    box-shadow: 3px 2px 4px rgba(2, 0, 0, 0.5);
}
.box-shadow {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}
.box-shadow:hover {
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
}