@font-face {font-family:'Poppins'; src: url('../fonts/Poppins Bold.eot'); src: url('../fonts/Poppins Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins Bold.woff2') format('woff2'), url('../fonts/Poppins Bold.woff') format('woff'), url('../fonts/Poppins Bold.svg#Poppins Bold') format('svg'); font-weight:700;}

@font-face {font-family:'Poppins'; src: url('../fonts/Poppins.eot'); src: url('../fonts/Poppins.eot?#iefix') format('embedded-opentype'), url('Poppins.woff2') format('woff2'), url('../fonts/Poppins.woff') format('woff'), url('../fonts/Poppins.svg#Poppins') format('svg'); font-weight:400}

@font-face {font-family:'Poppins SemiBold'; src: url('../fonts/Poppins SemiBold.eot'); src: url('../fonts/Poppins SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins SemiBold.woff2') format('woff2'), url('../fonts/Poppins SemiBold.woff') format('woff'), url('Poppins SemiBold.svg#Poppins SemiBold') format('svg');}

@font-face {font-family:'Poppins Medium'; src: url('../fonts/Poppins Medium.eot'); src: url('../fonts/Poppins Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins Medium.woff2') format('woff2'), url('../fonts/Poppins Medium.woff') format('woff'), url('../fonts/Poppins Medium.svg#Poppins Medium') format('svg'); font-weight: 500; font-style: normal; font-stretch: normal}

@font-face {font-family: 'nunitobold'; src: url('../fonts/nunito-bold-webfont.woff2') format('woff2'), url('../fonts/nunito-bold-webfont.woff') format('woff'); font-weight: normal; font-style: normal;}

@font-face {font-family: 'nunitoregular'; src: url('../fonts/nunito-regular-webfont.woff2') format('woff2'), url('../fonts/nunito-regular-webfont.woff') format('woff'); font-weight: normal; font-style: normal;}

@font-face {font-family: 'nunitoitalic'; src: url('../fonts/nunito-italic-webfont.woff2') format('woff2'), url('../fonts/nunito-italic-webfont.woff') format('woff'); font-weight: normal; font-style: normal;}


body{margin: 0; font-size: 16px;  font-weight: 400; line-height:24px; color: #515151; text-align: left; background-color: #fff;}
html{font-family: 'nunitoregular'; }

*{list-style:none; margin:0; padding:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
li{ display:list-item; padding:0; margin: 0; border:0; list-style:none}
::selection{background:#a4a4a4; color:#fff}
img{ padding:0; margin:0; line-height:0px;}
a{ color: #4ac65e; text-decoration:none; transition:all 0.3s ease-in 0s; cursor: pointer;}
a:hover, a:focus{ color:#201f30; text-decoration:none; outline:none}
h1,h2,h3,h4,h5,h6{margin:0; padding:0 0 10px; letter-spacing:0; font-weight:normal;line-height:normal;text-transform:none; font-family:'Poppins SemiBold'; color: #201f30; font-weight:600}
h1, h2{font-family:'Poppins'; font-weight:700}
h2{ font-size:35px; line-height: 43px;}
h3 {font-size:22px; line-height:32px;}
h4 {font-size:19px; line-height:29px;}
.container{max-width:1210px; margin: 0 auto; padding: 0 15px}
body{padding-top:80px}
.btn{ font-size:16px; text-transform: uppercase; color: #fff; line-height:22px; padding:12px 20px; margin: 0; font-family:'Poppins SemiBold'; background:#4ac65e; position: relative; min-width: 166px; text-align: center; overflow: hidden; z-index: 1; border:0px; box-shadow: 0 10px 15px 0 rgba(0,0,0,0.1) !important; }
.btn:before{ position: absolute; content:''; left: 100%;  top: 0; width:100%; height: 100%; background:#201f30; -moz-transition: all .4s linear;  -webkit-transition: all .4s linear; z-index: -1;}
.btn.small-btn{font-size:14px; min-width:100px; padding:6px 10px 4px; line-height:22px;}
/*.btn.btn-outline{border: 2px solid #4ac65e; color:#4ac65e; background:none }
.btn.btn-outline:hover{border-color:#201f30}*/
.btn.btn-danger{background:#e74c3c}
.btn:hover, .btn:focus{ color: #fff; outline: none}
.btn:hover:before, .btn:focus:before{left: 0}
select.form-control:not([size]):not([multiple]){height:auto;}
.link-btn{color:#1d1d1d; padding-right:8px; opacity:1}
.link-btn:hover{opacity:0.7;}
.link-btn.link-red{color:#e74c3c}

.header{position: absolute; left: 0; top: 0; padding:15px 0; background: url(../images/gatorskin_continuous.jpg) center top no-repeat; background-size:cover; color: #fff; z-index: 11; width:100%; border-bottom:3px solid #4ac65e}
.header .main-header{ display: table; width: 100%; clear: both;}
.header .main-header .header-logo, .header .main-header .header-right{ display: table-cell; vertical-align: middle;}
.header .main-header .header-logo img{ float: left;height: 44px;width: auto;}
.header .main-header .header-right .right-hdr-main{ float:right; display: flex; align-items: center;}
.header .main-header .header-right .header-nav .navbar-header{ display: none; }
.header .main-header .header-right .header-nav ul.navbar-nav{flex-direction: row; align-items: center;}
.header .main-header .header-right .header-nav ul li{padding:0 15px;position: relative;}
.header .main-header .header-right .header-nav ul li:before{position:absolute; content: ''; background: #97948e;
    font-size: 15px; right: 0; top: 3px; height: 19px; width: 1px;}
.header .main-header .header-right .header-nav ul li a{ color: #201f30; font-family:'Poppins Medium'; opacity:1}
.header .main-header .header-right .header-nav ul li a:hover, .header .main-header .header-right .header-nav ul li a:focus{text-decoration:underline;}
.header .main-header .header-right .header-nav ul li:last-child:before{display: none;}
.header .main-header .header-right .header-right-btn .btn{ min-width:120px; padding:8px 20px; border:2px solid #4ac65e; color:#4ac65e; background:#fff;}
.header .main-header .header-right .header-right-btn .btn:hover{border-color:#201f30; color: #fff;}
.header .main-header .dropdown-menu.show{transform: translate3d(0px, 0px, 0px) !important; right:0px !important; left: auto !important; }
.header .main-header .dropdown-menu li:before{ display:none }
.header .main-header .dropdown-menu{padding:10px 0px !important; box-shadow: 0 4px 20px 0 rgba(113,126,195,.25); border-radius: 0; padding:0px 0; border:0px; position: absolute; top:100% !important;}
.header .main-header .header-nav ul li ul.dropdown-menu li{padding: 5px 15px}
 
.header .main-header .header-nav ul li ul.dropdown-menu li a{color:#1f2532; line-height:24px; text-decoration: none}
.header .main-header .header-nav ul li ul.dropdown-menu li a:hover{ color:#4ac65e; text-decoration:none;}

/*.header .main-header .header-right .header-profile img{width:60px; height:60px; object-fit:cover; border-radius:100%}
.header .main-header .header-right .header-profile .dropdown-toggle::after{ display: none;}
.header .main-header .header-right .header-profile .dropdown-menu.show{transform: translate3d(0px, 0px, 0px) !important; right:0px !important; left: auto !important; top:73px !important;}
.header .main-header .header-right .header-profile .dropdown-menu{padding:0px; box-shadow: 0 4px 20px 0 rgba(113,126,195,.25); border-radius: 0; padding:0px 0; border:0px;}
.header .main-header .header-right .header-profile .dropdown-menu a{line-height:22px; padding:8px 15px; display: block; color:#1f2532}
.header .main-header .header-right .header-profile .dropdown-menu a:hover{ color:#fff; background:#4ac65e}*/

.section-white{width:100%; clear: both; padding: 70px 0}
.section-form{padding:70px 0} 
.section-form .right-form{ width: 100%; padding:0px 50px;/* background: url(../images/signin_form_bg.png) right bottom no-repeat; background-size: cover;*/}
.section-form .right-form .form-content{ width: 100%; text-align: center; max-width:490px; margin: 0 auto}
.section-form .right-form .form-content .form-logo{ width: 100%; text-align: center; padding-bottom:30px;}
.section-form .right-form .form-content .form-logo img{ max-width: 130px; margin: 0 auto}
.section-form .right-form .form-content .form-title{position: relative; margin-bottom:22px; padding-bottom:22px;}
.section-form .right-form .form-content .form-title:before{ position:absolute; content: ''; background:#4ac65e; width: 200px; height: 3px; left: 50%; transform:translateX(-50%); bottom:0;}

.section-form .right-form .form-content .title-desc{ color:#201f30}
.section-forgot.section-form .right-form .form-content .title-desc span{ display: block; font-size: 18px;}
.section-forgot.section-form .right-form .form-content .title-desc{ font-size: 16px;}

.form-control, select,.bootstrap-tagsinput, .dataTables_filter input, .content-form .select2-container{ height:48px !important; padding:10px 20px; border-radius:3px; border:1px solid #c5c5c5; font-size:16px; color: #000; width:100%}
select{height:46px !important}
.content-form .select2-container{height:auto !important; padding:6px 57px 6px 0px !important; }
.content-form .select2-container--default.select2-container--focus .select2-selection--multiple, .content-form .select2-container--default .select2-selection--multiple{border:0px !important}
.form-control:focus, select:focus, .bootstrap-tagsinput:focus, .dataTables_filter input:focus{outline: none; box-shadow: none; border-color:#4ac65e }
.form-group{ margin-bottom:20px;}
::-webkit-input-placeholder {color:#b3b3b3 !important;}
:-ms-input-placeholder {color:#b3b3b3 !important;}
::placeholder {color:#b3b3b3 !important;}

.select-field{position: relative;}
{position:absolute; content:''}
.select-field label{ width:100%; display: block;}
.sec-field{padding-bottom:15px;}
select.form-control{-webkit-appearance: none; -moz-appearance: none; appearance: none; padding:10px 56px 10px 20px;}

.checkbox .inpt_c{opacity: 0; width: 0; height: 0; margin: 0; display: none;}
.checkbox .inpt_c + .check-label{cursor: pointer; padding: 0; position: relative; padding-left: 30px; padding-top:0px; font-size: 16px; line-height:18px;}
.checkbox .inpt_c + .check-label:before{content: ''; margin-right: 10px; display: inline-block; vertical-align: text-top; width: 20px; height: 20px; border: 1px solid #b3b1b1;  position: absolute; left: 0;  top: 0; border-radius: 2px}

.checkbox .inpt_c:checked + .check-label:after{content: ''; position: absolute; left: 6px; top: 0px; background: transparent; width: 8px; height: 16px; transform: rotate(45deg); border: 2px solid; border-color: transparent #fff #fff transparent;}
.checkbox .inpt_c:checked + .check-label:before{background:#4ac65e; border-color:#4ac65e}
.section-form .right-form .form-content .checkbox{ float: left; width: auto; padding-right:10px}
.section-form .right-form .form-content .forgot-password{ float:right; width: auto; padding-left:10px; font-size:16px;}
.section-form .right-form .form-content .forgot-password a{text-decoration:underline;}
.section-form .right-form .form-content .submit-btn{ display: block; width: 100%; float: left; padding-top:15px}
.section-forgot.section-login .right-form .form-content .submit-btn{padding-top:30px;}
.section-form .right-form .form-content .form-group{text-align:left}
.form-group .field-label{font-family:'Poppins SemiBold'; font-size: 16px; color:#201f30; line-height:23px;}

.section-form .row{align-items:center;}
.section-form .left-img .img-full img { width: 100%}


.section-content{width:100%; clear: both; padding:50px 0; background: #fff;}

.sec-title{width:100%; clear: both; margin-bottom:30px; border-bottom:1px solid #dfdfdf; position: relative; float:left;}
.sec-title h2.content-title{position: relative; width: 100%; }
.sec-title:before, .select-field:before{content: "\f078"; display: inline-block; font-family: 'Font Awesome 5 Free'; font-weight: 600; position: absolute; bottom:15px; right:0px; color: #1f2532; font-size:26px;}

.select-field:before{font-size: 16px; line-height:46px; bottom:auto; top:31px; color: #fff; right:0px; width:48px; height: 48px; background:rgb(32, 89, 158); border-radius: 0px 3px 3px 0px; cursor:pointer; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; pointer-events: none; display: flex; justify-content: center;align-items: center; z-index: 10}
.content-body{width:100%; clear: both; background: #fff; padding:30px; margin-bottom:60px; box-shadow: 0 3px 10px 0 rgba(58,59,69,0.08)!important;}
.upload-box{width: 100%; min-height:150px; padding: 30px 15px; border: 3px dashed #DADFE3; border-radius: 15px; overflow: hidden; text-align: center; background: transparent; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out; margin: auto; position: relative;}
.upload-box .cont{ width:100%; height:auto; color:#201f30; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out; margin: auto; position: relative; text-align:center;}
.drop .cont i{font-size: 400%; color: #e6e6e6;  position: relative;}
.drop .cont .tit{ font-size:22px;}
span.or-text{color:#bbbbbb; padding: 7px 0; font-size: 17px; width: 100%; display: block;}

.gray-btn{ background: #e6e6e6; color:#201f30; box-shadow:none !important}
.gray-btn:hover{ color: #fff }

.drop input{width: 100%; height: 100%; cursor: pointer; background: red;  opacity: 0;  margin: auto; position: absolute;   top: 0;left: 0; bottom: 0; right: 0; z-index: 111;}
.m-top{margin-top:15px}
.m-bot{margin-bottom:15px}
.pad-bot{padding-bottom:15px}


.sec-manage-pdf{ width:100%; clear: both; }
.sec-manage-pdf .sec-title{padding-right:60px;}
.sec-manage-pdf .sec-title h2.content-title{float:left; width:auto;}
.sec-manage-pdf .manage-right-filter{float:right; display: flex; align-items:center; width:60%}
.sec-manage-pdf .manage-right-filter .select-field{width:40%; margin-right:20px}
.link{ color: #201f30 }
.link:hover, .link:focus{ color: #4ac65e }
.border-link.link{text-decoration:underline;}

.sec-manage-pdf .content-body{margin-bottom:0px;}
.sec-manage-pdf .pdf-box{padding-bottom:40px;}
.sec-manage-pdf .pdf-box .inner-box{width:100%; position: relative; -moz-transition: all .4s linear;  -webkit-transition: all .4s linear;}
.sec-manage-pdf .pdf-box .inner-box .box-img{ background:#bbb; width:100%; height:225px; position: relative; -moz-transition: all .4s linear;  -webkit-transition: all .4s linear; border-radius:5px; overflow:hidden; border:1px solid #dfdfdf;}
.sec-manage-pdf .pdf-box .inner-box .box-img .img-link{position:absolute; background:#4ac65e; width:100%; height:100%; left:0; top:0; z-index:1; opacity:0; -moz-transition: all .4s linear;  -webkit-transition: all .4s linear; cursor:pointer;}
.sec-manage-pdf .pdf-box .inner-box:hover .box-img .img-link{opacity:0.7}
.sec-manage-pdf .pdf-box .inner-box .box-img img{width:100%; height:100%; object-fit: cover;}
.sec-manage-pdf .pdf-box .inner-box .box-img a{ display: block; width: 100%; height:100%;}
.sec-manage-pdf .pdf-box .inner-box .link-group{position: absolute; right:6px; top:6px; z-index: 1; display:flex;}
.sec-manage-pdf .pdf-box .inner-box .link-group a{ width:36px; height:36px; background: #fff; text-align: center; line-height:33px; border-radius:100%; margin-left:6px; font-size:18px; border:2px solid transparent;}
.sec-manage-pdf .pdf-box .inner-box .link-group a:hover{ color:#fff; border-color: #fff; background:none}
.sec-manage-pdf .pdf-box .inner-box .link-group a.btn-play-video, .sec-manage-pdf .pdf-box .inner-box .link-group a.btn-play-audio{ font-size:15px }
.sec-manage-pdf .pdf-box .inner-box .link-group a.btn-play-video .fa, .sec-manage-pdf .pdf-box .inner-box .link-group a.btn-play-audio .fa{position:relative; left:2px}
.sec-manage-pdf .pdf-box .inner-box .box-info{ width: 100%; clear: both; padding-top:10px; position: relative;}

.sec-manage-pdf .pdf-box .box-info .pdf-title{ font-size:18px; line-height:20px; padding-bottom:5px; padding-top:3px; padding-right:100px;}
.sec-manage-pdf .pdf-box .box-info p{ font-size:15px; line-height:20px; margin-bottom:8px;}
.sec-manage-pdf .pdf-box .box-info .left-content{float:left; padding-right:10px; width: 100%;}
.sec-manage-pdf .pdf-box .box-info .right-content{float:right; padding-left:10px; text-align: right; position: absolute; right: 0px; top: 10px;}
.page-link{ color:#515151; box-shadow:none !important;}
.page-link:hover{ color:#fff; background:#4ac65e}

.page-item span{ color:#515151; display: block; padding: 0.5rem 0.75rem; margin-left: -1px; line-height: 1.25; border: 1px solid #dee2e6; background: #fff; }
.page-item.active span{border: 1px solid rgb(32, 89, 158); background: rgb(32, 89, 158); color:#fff }

.label-info{background:#4ac65e}
.label {display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline;  border-radius: .25em;}

.sec-manage-pdf .pdf-box .box-info .tag-box{width: 100%; clear: both;float:left; padding-top:5px}
.sec-manage-pdf .pdf-box .box-info .tag-box .tag-item{ padding:3px 8px; font-size:14px; line-height:20px;float:left; margin-right:7px; margin-bottom:7px; color:#fff; background-color:#4ac65e; border-radius:3px;  }

.pre-video, .pre-thumb{width: 100%; position: relative; padding-bottom:34%; }
.pre-video iframe, .pre-thumb img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}

.pre-thumb{width: 30%; margin: 0 auto; display: block;}

#thumblist, #filelist{
	width: 100%;
text-align: center;
position: relative;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
#thumblist span,#filelist span {
    height: 250px;
    width: 45% !important;
    /*overflow: hidden;*/
    position: relative;
    width: 100%;
    background-color: #e8e8e8;
    border: 1px solid #eaeaea;
    margin: 8px;
    display: inline-block;
    border-radius: 0px;
}
#thumblist span i:hover,#filelist span i:hover {
    opacity: 1;
}
#thumblist span i,#filelist span i {
    position: absolute;
    color: #4ac65e;
    background: #ffffff;
    padding: 5px;
    right: 0;
    border-bottom-left-radius: 5px;
    cursor: pointer;
    display: inline-block;
    z-index: 1;
    box-shadow: -2px 0 8px rgba(0,0,0,0.3);
    opacity: 1;
    transition: 0.4s all;
    font-size: 20px;
}
.upload-time-box {
    height: 100%;
    position: absolute;
    left: 0%;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    transition: 0.6s all;
}

.tag-list{ width: 100%; clear: both; padding:0px 0 40px }
.tag-list ul{padding: 0; margin: 0; display: flex; justify-content: center; flex-wrap: wrap;}
.tag-list ul li{ font-size:16px; padding:10px 0 }
.tag-list ul li .list-item{ padding: 0 5px; /*border-right: 1px solid #dfdfdf;*/ display: block; }
.tag-list ul li .list-item label{padding:6px 18px 8px !important; border: 2px solid rgba(0, 0, 0, 0.04); margin-bottom:0px; border-radius: 4px; display: block;}
.tag-list ul li .list-item label.show{color:#4ac65e; border-color:#4ac65e; font-weight:400 }
.tag-list ul li .list-item label:before, .tag-list ul li .list-item label:after{ display: none !important }
.tag-list ul li:last-child .list-item{border-right: 0px;}

.sub-btn-group{float: right;}

.sec-manage-pdf .pdf-box .inner-box .link-group a.check-link{line-height:14px;}
.sec-manage-pdf .pdf-box .inner-box .link-group a.check-link .checkbox .inpt_c + .check-label{padding-left:20px;}
/*.sec-manage-pdf .pdf-box .inner-box .link-group a.check-link .checkbox .inpt_c + .check-label:before{border:0px; width:36px; height:36px; border-radius:100%; background:none}
.sec-manage-pdf .pdf-box .inner-box .link-group a.check-link .checkbox .inpt_c:checked + .check-label:before{background:none; border-color:none}
.sec-manage-pdf .pdf-box .inner-box .link-group a.check-link .checkbox .inpt_c:checked + .check-label:after{border-color: transparent #4ac65e #4ac65e transparent; left: 6px; top:4px; width:10px; height:19px}
.sec-manage-pdf .pdf-box .inner-box .link-group a.check-link:hover .checkbox .inpt_c:checked + .check-label:after{border-color: transparent #fff #fff transparent;}*/

.color-table.inverse-table thead th{background-color:#f7f7f7; color: #000;}
.left-part{width:50%;}

#videoModel.modal .modal-dialog, #audioModel.modal .modal-dialog{max-width: 644px; margin-top: 0; position: absolute; left: 50%; top: 50%; margin: auto;transform: translate(-50%, -50%); width:100%; background:#fff }
#videoModel.modal .modal-body, #audioModel.modal .modal-body{padding:20px; position: relative; background:#fff}
#videoModel.modal .modal-body button.close, #audioModel.modal .modal-body button.close{position:absolute; right:-20px; top:-25px; color:#fff; font-size:30px; opacity:1}
#videoModel.modal .modal-body button.close:focus, #audioModel.modal .modal-body button.close{outline:none; border:0px;}
#videoModel.modal .modal-body #video-ifream{position:relative; width:100%; clear: both; padding-bottom:56%}
#videoModel.modal .modal-body #video-ifream iframe{position:absolute; left: 0; top: 0; width:100%; height:100%; object-fit:cover;}

#audioModel.modal .modal-content{background:none; border: 0px;} 
#audioModel.modal .modal-content audio{width:100%;}
#audioModel.modal .modal-content audio:focus{outline:none; border:0px;}

.dataTables_filter input{line-height: 1.5; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
.content-form .dataTables_wrapper .dataTables_filter label{ align-items:center;}
.content-form .dataTables_wrapper .dataTables_length{width: 50%; float: left;}
.content-form .dataTables_wrapper .dataTables_filter{width: 50%; float:right;}
.content-form .dataTables_wrapper .dataTables_filter input, .content-form .dataTables_wrapper .dataTables_length select{height:38px !important; padding:5px 12px}

.dataTables_paginate .paginate_button{color: #6c757d; border-color: #dee2e6; padding: 0.5rem 0.75rem; line-height: 1.25; border: 1px solid #dee2e6; margin-left:-1px; }
.dataTables_paginate .paginate_button:hover{ background:#4ac65e; color:#fff }
.dataTables_paginate .paginate_button.previous{border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem;}
.dataTables_paginate .paginate_button.next{border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem;}
.dataTables_paginate .paginate_button.current{background: rgb(32, 89, 158); color:#fff}    

.loader {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    text-align: center;
    z-index: 1111111111
}

.loader img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.section-auido-list{width:100%; background: #4ac65e; padding:20px 15px; margin-top:15px}
.section-auido-list ul.section-auido-list{padding:0; margin:0; background:#fff; counter-reset: my-awesome-counter;}
.section-auido-list ul.section-auido-list li a.audio-link{font-size:13px; color:#4ac65e; padding: 5px 5px 5px 25px; line-height:20px; position:relative; counter-increment: my-awesome-counter; display: block; border-bottom: 1px solid #bbbbbb}
.section-auido-list ul.section-auido-list li a.audio-link:hover, .section-auido-list ul.section-auido-list li a.audio-link:focus, .section-auido-list ul.section-auido-list li.active a{ background:#70de70; color:#fff;border-bottom-color:#fff}
.section-auido-list ul.section-auido-list li a.audio-link:before{position:absolute; content: counter(my-awesome-counter) ". "; font-size:12px; color:#4ac65e; left:8px; top:5px;}
.section-auido-list ul.section-auido-list li a.audio-link:hover:before, .section-auido-list ul.section-auido-list li.active a:before{color: #fff}
.section-auido-list ul.section-auido-list li:last-child a{border-bottom:0px;}
.section-auido-list ul.section-auido-list li{position:relative;}
.section-auido-list ul.section-auido-list li i{position:absolute; top:8px; right:8px; color:#4ac65e; font-size:13px;cursor:pointer; z-index:1}
.section-auido-list ul.section-auido-list li.active i{color:#fff}


#audioModel.modal{margin:0}
#audioModel.modal .modal-dialog{left: 0; top: 0; margin: auto; transform: translate(0%); right: 0; bottom: 0; background:none; padding:15px}
#audioModel.modal .modal-content{background:#fff}
#audioModel.modal .modal-content .modal-header .modal-title{padding-bottom:0px}
#audioModel.modal .modal-content .add-bottom{margin-bottom:0px !important}
#audioModel.modal .modal-content #plwrap ul{margin-bottom:0px}
#audioModel.modal .modal-content #nowPlay span#npTitle{padding: 12px 21px}
#audioModel.modal .modal-content .plyr--audio .plyr__controls{padding: 14px 20px 14px 13px;}
#audioModel.modal .modal-content #tracks a{margin-bottom:20px}

/*Start Eye Icon on Password Field Css*/
.password-container {
    position: relative;
}

.password-input-container {
    display: flex;
    align-items: center;
    position: relative;
}

#password {
    flex: 1;
    padding-right: 35px; /* Adjust this value as needed */
}

.field-img {
    margin-right: 10px; /* Adjust this value as needed */
}

.password-toggle {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
}
/* media screen */

@media only screen and (max-width:1024px){

}

@media only screen and (max-width:1024px){

}

@media only screen and (max-width:991px){
.sec-title h2.content-title, h2{font-size:26px; line-height:33px}
.section-form .left-img .img-full{ max-width:500px; margin:0 auto }
.section-form .left-img{ padding-bottom:30px; }
.header .main-header .header-nav ul.navbar-nav{flex-direction:column; display: block;}
.header .main-header .header-nav ul.navbar-nav li{ display: block; }
.header .main-header .header-right .header-nav ul li:before{ display:none; }
.header .main-header .header-right .header-nav .navbar-header{ display: block; position: absolute; right:1px; top:10px;  z-index:1}
.header .header-nav .navbar-header button.navbar-toggler{ display: block; width:30px; height:30px; padding:0;}
.header .header-nav .navbar-header button.navbar-toggler:focus{outline:none}
.header .header-nav .navbar-header button.navbar-toggler .icon-bar{ width:30px; height:3px; display: block; background:#4ac65e; transition: all 0.1s ease-in 0s;  }
.header .header-nav .navbar-header button.navbar-toggler .icon-bar.line2{margin:7px 0px;}
.header .header-nav.open .navbar-header button.navbar-toggler .icon-bar.line3{-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg); -transform: rotate-45deg); margin-top: -9px;}
.header .header-nav.open .navbar-header button.navbar-toggler .icon-bar.line2{-ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); transform: rotate(-45deg); margin-top: -4px;}
.header .header-nav.open .navbar-header button.navbar-toggler .icon-bar.line1{visibility: hidden;}

.header .header-nav .navbar-collapse{position:fixed; left:-100%; right:auto; max-width:320px; top:0; width:100%; height:100%; box-shadow: 0 0 20px 0 rgba(0,0,0,0.2); display: block; -moz-transition: all .2s linear; -webkit-transition: all .2s linear; padding:0; z-index:11; background: #fff;}
.header .header-nav.open .navbar-collapse{left:0}
.header .main-header .header-right .header-nav ul li{padding: 0px; font-size:15px; text-align:left;}
.header .main-header .header-right .header-nav ul li a{padding: 14px 20px;  display: block; border-bottom:1px solid #dfdfdf}
.header .main-header .header-right .header-nav ul li a:hover{background:#4ac65e; color: #fff}
.header .main-header .header-right .header-nav ul li:last-child a{ border-bottom:0px;}
.header .main-header .header-right{padding-right:48px; position: relative;}
}

@media only screen and (max-width:767px){
.sec-manage-pdf .manage-right-filter{width: 100%; padding-bottom:20px}
.sec-manage-pdf .sec-title{padding-right:0px;}
.sec-manage-pdf .sec-title:before{display:none}
.sec-manage-pdf .manage-right-filter .select-field { width: 38%;}
.section-form{padding:50px 0}
body table{display: block; overflow-x:auto;}

#videoModel.modal .modal-body button.close, #audioModel.modal .modal-body button.close{right:0; top:-31px;}
}

@media only screen and (max-width:599px){
body{padding-top:70px}
.sec-manage-pdf .manage-right-filter{display:block;}
.sec-manage-pdf .manage-right-filter .select-field{ width:100%; margin-right:0px; margin-bottom:15px; }
.sec-manage-pdf .pdf-box{padding-bottom: 20px;}
.content-body{margin-bottom:40px;}
.header .main-header .header-logo img{ width:100%; max-width:230px; }
.section-content{padding:35px 0}
.header .main-header .header-right .header-nav .navbar-header{top:5px;}
body table .link-btn{padding-bottom:0px; padding-right:0px; font-size:12px;}
#videoModel.modal .modal-body, #audioModel.modal .modal-body{padding:5px}
.dataTables_info{width: 100%; clear: both; padding-bottom: 17px;}
.dataTables_paginate{ width:100%; clear: both; }

}

@media only screen and (max-width:479px){
body{padding-top:60px}
.header .main-header .header-logo img{ width:100%; max-width:200px; }
.sec-title h2.content-title, h2{font-size: 22px; line-height: 30px;}
.content-body{padding:20px}
.btn{padding: 10px 16px; font-size:14px;}
.drop .cont .tit {font-size: 18px;}
.sub-btn{ text-align: center; }
.header .main-header{ display:table; }
.section-form{padding:40px 0}
.section-form .right-form{padding:0 15px;}
.section-form .right-form .form-content .form-title{padding-bottom:10px;}
.header .main-header .header-right .header-right-btn .btn{min-width: 86px; padding: 3px 10px 2px; line-height: 24px;}
.header .header-nav .navbar-collapse{max-width:250px}
.header .main-header .header-right{padding-right:40px;}
.header .main-header .header-right .header-nav .navbar-header{top:1px}
.content-form .dataTables_wrapper .dataTables_length, .content-form .dataTables_wrapper .dataTables_filter{ width:100%}
.content-form .dataTables_wrapper .dataTables_length label{display:flex; align-items:center; width:100%}
.content-form .dataTables_wrapper .dataTables_length select{padding: 4px 9px; width:100%; margin: 0 10px; height:38px !important}
.content-form .dataTables_wrapper .dataTables_filter input{height:38px !important; width:100% !important; padding: 4px 15px}
.content-form .dataTables_wrapper .dataTables_filter label{width:100%; display: flex;}
body .pagination{justify-content:center; flex-wrap:wrap;}
}

@media only screen and (max-width:360px){
.header .main-header .header-logo img{max-width: 140px;}
}

/* report page css code start */
.right-filter .filter-box.report-card {
    width: 50%;
}

.right-filter .filter-box.report-card .box-info .box-img {
    width: 150px;
    height: 150px;
}

.right-filter .filter-box.report-card .report-card-body p.pdf-title {
    font-size: 20px;
    text-align: start;
    padding-top: 0px;
}
.right-filter .filter-box.report-card .report-card-body p.date-title {
    text-align: start;
    font-size: 14px;
    padding-top: 8px;
    color: #777;
}
.btn-expert {
    font-size: 14px !important;
    text-align: center;
    margin: 0px;
    box-shadow: 0 10px 15px 0 rgba(0,0,0,0.1) !important;
    border: 0px;
    padding: 6px 10px 4px;
    color: #fff;
    text-decoration: none !important;
    background-color: #4ac65e;
    position: relative;
    overflow: hidden;
    border-radius: 0.25rem;
    line-height: 22px;
  z-index: 1;
}

.btn-expert:hover, .btn-expert:focus, .btn-expert:active{
    color: #fff;
}

.btn-expert:hover::before, .btn-expert:focus::before {
  left: 0;
  color: #fff;
}

.btn-expert::before {
  position: absolute;
  content: '';
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #201f30;
  -moz-transition: all .4s linear;
  -webkit-transition: all .4s linear;
  z-index: -1;
}
/* report page css code over */