@font-face {
    font-family: 'EuroStyle';
    src: url('fonts/EuroStyleNormal.woff2') format('woff2'),
        url('fonts/EuroStyleNormal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Eurostile';
    src: url('fonts/Eurostile-Oblique.woff2') format('woff2'),
        url('fonts/Eurostile-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Eurostile Extended';
    src: url('fonts/EurostileExtended-Roman.woff2') format('woff2'),
        url('fonts/EurostileExtended-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Eurostile';
    src: url('fonts/EurostileBold.woff2') format('woff2'),
        url('fonts/EurostileBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Spantaran';
    src: url('fonts/Spantaran.woff2') format('woff2'),
        url('fonts/Spantaran.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*main css*/
body {
    padding: 0;
    margin: 0;
    font-family: 'EuroStyle';
    font-weight: normal;
    font-size: 16px;
    background-color: #031D44;
    line-height: initial;
}
p {

}
ul, li{
	margin:0;
	padding-left: 0;
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
    padding: 0;
}
a {
/*	color: inherit;*/
}
a:hover {
	text-decoration: none;
	/*color: inherit;*/
}
#loader, .text-loader {
    position: fixed !important;
    left: 60.4%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/public/images/Spin.gif) 50% 50% no-repeat rgb(255 13 13 / 0%);
    width: 70px;
    height: 100px;
    /* position: absolute; */
    background-size: contain;
    /* display: block !important; */
}
#loader.slider-loader, .slider-loader {
    left: 52%;
}
.main-btn, .btn, .border-btn {
    background: transparent linear-gradient(270deg, var(--unnamed-color-f28e42) 0%, #FC6D00 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(270deg, #F28E42 0%, #FC6D00 100%) 0% 0% no-repeat padding-box;
    font-size: 24px;
    border-radius: 8px;
    padding: 10px 12px !important;
    color: #fff;
    transition: all 0.6s ease 0s!important;
    border: 1px solid #fb7006 !important;
    font-family: 'EuroStyle' !important;
    font-weight: normal;
    min-width: 176px;
}
.border-btn {
    padding: 8px 65px !important;
}
/*.main-btn:hover, .btn:hover {
    background: transparent !important;
}*/

/*.border-btn {
    border: 1px solid #fb7006 !important;
    font-size: 24px;
    border-radius: 8px;
    padding: 8px 65px !important;
    color: #fff;
    transition: all 0.6s ease 0s!important;
    border: 1px solid #fb7006 !important;
    font-family: 'EuroStyle';
    font-weight: normal;
}*/
.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgb(82 161 225 / 0%);
}
.blue-btn, .video-form a.dz-remove {
    background: transparent linear-gradient(270deg, var(--unnamed-color-f28e42) 0%, #0a397f 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(270deg, #0a397f 0%, #0a397f 100%) 0% 0% no-repeat padding-box;
    font-size: 22px;
    border-radius: 8px;
    padding: 16px 29px;
    color: #fff;
    transition: all 0.6s ease 0s!important;
    border: 1px solid #0a397f !important;
    font-family: 'EuroStyle';
    display: inline-block !important;
}
/*.blue-btn:hover, .video-form a.dz-remove:hover {
    background: transparent !important;
}*/
.card-header {
    font-family: 'Eurostile';
}
.shadow {
    box-shadow: none !important;
}
.navbar-expand .navbar-nav {
    padding-right: 26px;
}
/*padding for sec*/
.organization-main, .Attack-main, .level-main, .buynow-main, .about-main, .dashboard-main {
    padding: 0 30px;
    padding-bottom: 60px;
}
/**********pages**********/
/*login form page*/
.login-page-sec {
    height: 100vh;
    display: flex;
    align-items: center;
}
.login-page-sec .card {
    background: transparent;
    max-width: 617px;
    max-width: 657px;    
    margin: 0 auto;
    border: 0;
}
.login-page-sec .card-header {
    font-size: 42px;
    text-align: center;
    color: #fff;
    background: transparent;
    border: 0;
    margin-bottom: 12px;
}
.login-page-sec .login-image {
    margin: 0 auto;
    width: 86%;
    margin-bottom: 15px;
}
.login-image img {
    width: 100%;
}
.login-page-sec .form-group {
    margin-bottom: 28px;
}
.login-page-sec .btn {
    font-size: 32px;
    width: 100%;
    display: block;
    padding: 8px 15px;
    letter-spacing: 0.96px;
}
.login-page-sec .form-control, .form-control{
    font-size: 22px;
    border-radius: 8px;
    color: #ffffff;
    background-color: #0A397F;
    padding: 8px 24px;
    border: 0;
    letter-spacing: 0.66px;
    height: 67px;
}
.login-page-sec .form-control:focus, .form-control:focus {
    box-shadow: 0 0 0 0px rgb(255 255 255 / 19%);
    background-color: #0A397F;
}
input:-internal-autofill-selected {
    background-color: #0A397F !important;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 100px #0a397f inset !important;
    -webkit-text-fill-color: #fff !important;
 
        transition: background-color 600000s 0s, color 600000s 0s;
}
.main-popup input:-internal-autofill-selected {
    background-color: #0A397F !important;
}
.main-popup input:-webkit-autofill, 
.main-popup input:-webkit-autofill:hover, 
.main-popup input:-webkit-autofill:focus, 
.main-popup input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 100px #031d44 inset !important;
    -webkit-text-fill-color: #fff !important;

        transition: background-color 600000s 0s, color 600000s 0s;
}


.login-page-sec .form-control::placeholder, .form-control::placeholder{
    color: #ffffff;
     font-family: 'EuroStyle';
    font-weight: normal;   
}
.login-page-sec .forgot-class {
    text-align: right;
    margin-bottom: 30px;
    margin-top: -8px;
}
.login-page-sec a {
    color: #f58129;
    font-size: 22px;
    transition: all 0.6s ease 0s!important;
}
.login-page-sec a:hover {
    color: #2065cb;
}
.icon-field {
    position: relative;
}
.icon-field input {
    padding-left: 58px !important;
}
.icon-field:before {
    position: absolute;
    content: "";
    background: orange;
    width: 26px;
    height: 26px;
    background-size: cover !important;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 18px;
    background-repeat: no-repeat !important;
}
.icon-field.icon-field-email:before {
    background: url(/../public/images/Icon-awesome-user-alt.png);
    width: 26px;
    height: 26px;
    background-size: cover !important;
}
.icon-field.icon-field-password:before {
    background: url(/../public/images/Icon-awesome-lock.png);
    width: 26px;
    height: 26px;
    background-size: contain !important;
}
/*.icon-field.icon-field-password:after{
     position: absolute;
    content: "";
    background: url(/../public/images/Icon-awesome-eye.png) !important;
    width: 36px;
    height: 23px;
    top: 50%;
    transform: translateY(-50%);
    right: 34px;
    background-size: contain !important;
    background-repeat: no-repeat !important;   
}
span.field_icon {
    width: 39px;
    height: 30px;
    position: absolute;
    right: 37px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}*/
.eye-open:before {
    position: absolute;
    content: "";
    background: url(/../public/images/Icon-awesome-eye.png) !important;
    width: 36px;
    height: 23px;
    top: 50%;
    transform: translateY(-50%);
    right: 34px;
    background-size: contain !important;
	background-repeat: no-repeat !important;
}
.toggle-password:before, .toggle-confirm-password:before {
    position: absolute;
    content: "";
    background-image: url(/../public/images/Icon-awesome-eye-cross.png);
    width: 36px;
    height: 23px;
    top: 50%;
    transform: translateY(-50%);
    right: 34px;
    background-size: contain  !important;
    background-repeat: no-repeat !important;
}
.login-page-sec ::selection{
    background-color:transparent;
}
body.modal-open .login-page-sec, body.modal-open section,  body.modal-open .sidebar {
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
}
/**main popup**/
.main-popup .modal-dialog {
    max-width: 660px;
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
}
.modal.show .modal-dialog {
    transform: none !important;
}
.main-popup .modal-body {
    margin-bottom: 20px;
}
.main-popup .modal-content {
    background: #0A397F;
    padding: 60px 23px 82px 23px;
    border-radius: 39px;
}
.main-popup .modal-title {
    font-size: 32px;
    font-weight: bold;
    font-family: 'Eurostile';
    color: #fff;
    line-height: inherit;
    margin-bottom: 36px;
}
.modal-content p {
    color: #fff;
    letter-spacing: 0.66px;
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 28px;
    /* line-height: inherit; */
}
.main-popup .btn {
    width: auto;
}

.main-popup .btn {
    border: 1px solid #fb7006 !important;
    font-size: 24px !important;
    border-radius: 8px;
    padding: 8px 65px !important;
    color: #fff;
    transition: all 0.6s ease 0s!important;
    border: 1px solid #fb7006 !important;
    box-shadow: none !important;
}
.main-popup button {
    margin: 0 10px;
    opacity: 1 !important;
    text-shadow: none;

}
.main-popup .border-btn {
    color: #fff !important;
    outline: 0;
}
.main-popup .border-btn:hover{
    color: #fff !important;	
    background: transparent linear-gradient(270deg, var(--unnamed-color-f28e42) 0%, #FC6D00 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(270deg, #F28E42 0%, #FC6D00 100%) 0% 0% no-repeat padding-box;   
}
.main-popup .form-control {
    height: 60px;
    color: #b7b7b7;
    background-color: #031D44;
}
.main-popup .form-control::placeholder {
    color: #b7b7b7;   
}
.main-popup div#timer {
    text-align: right;
    color: #fff;
    margin-top: 5px;
}
.otp-time {
    text-align: right;
}
.main-popup .md-form {
    margin-bottom: 10px !important;
}
.main-popup .resend-otp {
    margin-top: 13px;
    -webkit-appearance: none !important;
    border: 0;
    /* border-radius: 6px; */
    background: #031d4400;
    padding: 0 2px;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    border-bottom: 1px solid;
    line-height: initial;
    transition: all 0.6s ease 0s!important;    
}
.main-popup .resend-otp:hover {
    color: #fb6e02;
}
/*forget-popup*/
.forget-popup .modal-content p, .sign-in-popup  .modal-content p{
    margin-top: -10px;
}
/*Attack-add-popup & EDIT-ATTACK popup*/
.Attack-add-pop .modal-title, .attack-edit-pop .modal-title{
    margin-bottom: 36px;
}
.attack-upload-input img {
    width: 60px !important;
    height: 58px !important;
    object-fit: contain;
    /* background: #031d44; */
    margin-top: 10px;
    padding: 8px 8px;
    border-radius: 8px;
    border: 1px dashed #8b8787;
}
.main-popup .file-upload {
    width: 100%;
}
.main-popup .file-upload .file-select {
    display: block;
    border-bottom: 0px solid #e3e3e3;
    color: #34495e;
    cursor: pointer;
    line-height: inherit;
    text-align: left;
    background: transparent;
    overflow: hidden;
    position: relative;
    /* height: calc(2.6rem + 2px); */
    padding-left: 3px;
    align-items: center;
    width: 100%;
    display: flex;
    background: #031d44;
    padding: 0 10px;
    border-radius: 8px;
}
.main-popup .file-upload .file-select .file-select-button {
    padding: 0px 3px 0px 16px;
    display: inline-block;
    font-size: 22px;
    color: #ffffff;
    font-weight: 300;
    width: 36%;
    border: 0px solid #e3e3e3;
    border-right: 0;
    /* float: right; */
    height: 45px;
    line-height: 45px;
    border-radius: 6px;
    background: transparent linear-gradient(270deg, var(--unnamed-color-f28e42) 0%, #FC6D00 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(270deg, #F28E42 0%, #FC6D00 100%) 0% 0% no-repeat padding-box;
    order: 2;
    text-align: center;
}
.main-popup .file-upload .file-select .file-select-name {
    line-height: 60px;
    display: inline-block;
    padding: 0 5px;
    height: calc(2.4rem + 2px);
    width: 64%;
    border: 0px solid #e3e3e3;
    border-left: 0px solid #e3e3e3;
    padding-left: 23px;
    margin-left: 0px;
    padding-right: 0;
    /* float: left; */
    font-size: 22px;
    background: #031d44;
    height: 60px;
    color: #b1b2b3;
}
.main-popup .file-upload .file-select:hover {
    border-color: #d6d6d6;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
/*.main-popup .file-upload .file-select:hover .file-select-button {
    background: #f8f8f8;
    color: #1e1e1e;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}*/
.main-popup .file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.file-upload.active .file-select .file-select-button {
    background: transparent;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.main-popup .file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.main-popup .file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}
.main-popup .file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}
.main-popup .file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}
.main-popup .file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}
/*levels popup*/
.main-popup .modal-content .form-control {
    background-position: calc(100% - 20px) calc(1em + 4px), calc(100% - 15px) calc(1em + 2px), calc(100% - 0.5em) 0.5em;
}

/********dashboard page main**********/
/*sidebar*/
.sidebar {
    background-color: #0A397F!important;
}
.sidebar {
    width: 28rem!important;
}
.sidebar.toggled {
    width: 3.5rem!important;
}

 .sidebar.toggled #sidebarToggle {
    margin-right: 10px !important;
}
.nav-item .main-img {
    display: inline-block;
}
.nav-item.active img.main-img {
    display: none;
}
.sidebar .nav-item .hover-img{
  /*display: none;*/
     
    filter: brightness(1000);
}
.nav-item.active .hover-img {
    display: inline-block;
     filter: none;
}
.sidebar .sidebar-brand .sidebar-brand-text {
    margin-left: 11px !important;
    font-family: 'Spantaran';
    font-size: 34px;
    text-transform: initial;
    font-weight: 300;
}
.sidebar .sidebar-brand .sidebar-brand-text h2.main-side-header {
    font-weight: 300;
    font-family: 'Spantaran';
    font-size: 34px;
    text-transform: initial;
}
.sidebar-dark .nav-item .nav-link, .sidebar-dark .nav-item .nav-link i, .sidebar-dark .nav-item .nav-link[data-toggle=collapse]::after {
    color: #fff !important;
}

.sidebar-dark .nav-item .nav-link, .sidebar-dark .nav-item.active .nav-link {
    font-family: 'Eurostile';
    font-weight: bold;
    letter-spacing: 0.5px;
    align-items: center;
    display: flex;
    padding: 14px 5px 14px 18px !important;
    width: 17rem !important;
    height: 48px;
}
.sidebar.toggled .nav-item .nav-link {
    width: 6.5rem;
}
.sidebar.toggled .nav-item .nav-link span {
    /* display: none !important; */
    opacity: 0 !important;
    visibility: hidden !important;
}
.sidebar-dark .nav-item .nav-link span {
    font-size: 21px;
    padding-left: 11px;
    /* display: block!important; */
    visibility: visible !important;
    opacity: 1!important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sidebar .sidebar-brand .sidebar-brand-text h2.main-side-header{
    visibility: visible !important;
    opacity: 1!important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.3s ease-in-out;    
}
.sidebar.toggled .sidebar-brand .sidebar-brand-text h2.main-side-header{
    /* display: none !important; */
    opacity: 0 !important;
    visibility: hidden !important;
}
.logo-toggle {
    background: #0a397f;
    justify-content: space-between;
    margin-bottom: 14px;
}
.sidebar-brand img {
    max-width: 100%;
}
.topbar {
    background: #031D44;
}
#wrapper #content-wrapper {
    background-color: #031D44;
}
.sidebar #sidebarToggle {
    margin-right: 18px !important;
}
ul.sidebar li.active {
    background: transparent;
}
/*navbar*/
nav.navbar.topbar {
    padding: 15px 30px;
}
.navbar .navbar-nav .fa-user {
    background: transparent linear-gradient(269deg, var(--unnamed-color-f28e42) 0%, #FC6D00 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(269deg, #F28E42 0%, #FC6D00 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
}
.navbar .navbar-nav .dropdown-item {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Eurostile';
    transition: all 0.4s ease 0s!important;
    padding: 14px 28px;
}
.navbar .navbar-nav .dropdown-item:hover {
    background: transparent;
    color: #f97815;
}

.back-btn-div a {
    color: #fff;
    font-size: 23px;
    padding-right: 13px;
}
.back-btn-div h1 {
    font-family: 'Eurostile';
    font-weight: bold;
    font-size: 42px;
}
/******dashboard home page******/
.dashboard-header {
    border: 0;
    padding: 0;
}
.welcome-div {
    margin-bottom: 10px !important;
}
.welcome-div h1 {
    padding: 0 22px;
    font-size: 42px;
    font-family: 'Eurostile';
    padding-left: 0;
}
.dashboard-header h6 {
    color: #F28E42;
    font-size: 36px;
}
.dashboard-cards-body {
    padding-top: 8px;
    padding-left: 0;
    padding-right: 0;
}
.dashboard-cards-body .card .card-body {
    padding: 12px 0;
}
.dashboard-cards-body .card {
    background: #0A397F;
    color: #fff;
    border: 0;
    padding: 0 7px;
}
.dashboard-cards-body .no-gutters {
    justify-content: center;
}
.dashboard-cards-body .icons-cutoms {
    color: #f28e41;
}
.dashboard-cards-body .icons-cutoms h3 {
    font-size: 62px;
    margin: 0px;
    font-family: 'Eurostile';
    text-align: center;
    line-height: initial;
}
.dashboard-cards-body .icons-cutoms .h5 {
    font-size: 22px;
    color: #ffffff !important;
    font-family: 'Eurostile';
    text-align: center;
}
.video-dash-main {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 36px;
}
.video-dash-main i {
    width: 70px !important;
    height: 70px !important;
    line-height: 70px !important;
    font-size: 35px;
    display: block;
    margin: 0 auto !important;
    margin-bottom: 15px !important;
}

/******organizations page******/
.modalToken {
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    font-family: 'Eurostile';
    /* transition: all 0.6s ease 0s!important; */
    width: 18%;
    text-align: right;
}
.modalToken i {
    background: transparent linear-gradient(269deg, #F28E42 0%, #FC6D00 100%) 0% 0% no-repeat padding-box;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    transition: all 0.4s ease 0s!important;
    color: #fff !important;
}
.modalToken:hover i {
    background: #fff;
    color: #f68026 !important;
}
.modalToken:hover {
    color: #f68026;
}

.modalToken.user-sign-nav i {
    background: transparent;
    color: #f28e41 !important;
    margin-right: 0;
}

tr td:first-child { border-top-left-radius: 8px; }
tr td:last-child { border-top-right-radius: 8px; }
tr td:first-child { border-bottom-left-radius: 8px; }
tr td:last-child { border-bottom-right-radius: 8px; }
.dropdown-toggle {
    color: #fff;
}
.dropdown-toggle:hover {
    color: #fb740d;
}
.table-outer {
    overflow: auto;
    overflow-y: hidden;
    padding-bottom: 65px;
}
.table-outer table {
    border: 0px solid #a7a7a7;
    border-collapse: separate;
    border-spacing: 0 22px;
}
.table-outer table th {
    color: #fff;
    padding-top: 5px;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Eurostile';
    padding: 0px 10px !important;
}
.table-outer table thead th:last-child {
    text-align: right;
}
.table-outer table thead tr:first-child {
    background: none !important;
    border-bottom: 0px solid #a7a7a7;
}
.table-outer table td {
    font-size: 24px;
    padding: 12px 10px !important;
    color: #FFFFFF;
}
.table-outer table td img {
    padding-right: 6px;
    width: 21px;
}
.table-outer table td:first-child {
    font-weight: bold;
    font-family: 'Eurostile';
    font-size: 30px;
}
.table-outer table tr, .table-outer table tr:nth-child(odd) {
    background: #0D2A54 !important;
   /* width: 100% !important;*/
    border-bottom: 0px solid #a7a7a7;
    /*position: relative !important;*/
}

/*th.sorting {
    width: 160px !important;
}*/
/*table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px;
    width: 14% !important;
}*/
.ui-sortable-helper {
      display: table !important;
      width: 100% !important;
}

.sorting, .sorting_asc, .sorting_desc {
    background: none !important;
}
table.dataTable.no-footer {
    border-bottom: 0px solid #111;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0px solid #111;
}
.table-outer table thead tr {
    background: transparent !important;
}
.table-outer table .dropdown-toggle {
    text-align: right;
}
.table-outer table td a {
    color: #fff;
}
.table-outer table .dropdown-menu a {
    color: #000;
}
.table-outer .dropdown-item.active, .table-outer .dropdown-item:active{
    color: #fff;	
}
.table-outer table .dropdown .dropdown-menu {
    transform: inherit !important;
    left: auto !important;
    top: 30px !important;
    right: 6px !important;
    background: #0a397f;
    color: #fff;
    min-width: auto;
    padding: 5px 4px;
    border: 1px solid #605f5f;
}
.table-outer table .dropdown .dropdown-menu a {
    color: #fff;
    padding: 4px 8px;
    background-color: transparent;
}
.table-outer table .dropdown .dropdown-menu a:hover {
    color: #f97612;
    background-color: transparent;
}
.table-outer table .dropdown .dropdown-menu a i {
    color: #f97612!important;
    font-size: 14px;
    text-align: left;
    margin-right: 4px !important;
}
.table-outer table .dropdown .dropdown-menu a i.fa.fa-eye {
    font-size: 16px;
    margin-right: 0 !important;
}
/* width */
.table-outer::-webkit-scrollbar, .tox-edit-area__iframe::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
/* Track */
.table-outer::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px grey;
    border-radius: 10px;
}
/* Handle */
.table-outer::-webkit-scrollbar-thumb {
    background: #0a397f;
    border-radius: 15px;
}
/* Handle on hover */
.table-outer::-webkit-scrollbar-thumb:hover {
  background: #fa730d; 
}


.is-serial {
    width: 9% !important;
}
.is-level {
    width: 15%;
}
.is-org {
    width: 18%;
}
.is-subscribed {
    width: 20% !important;
}


/*****buy-now page*****/
.buynow-main p {
    font-family: 'Eurostile';
    font-weight: bold;
    color: #fff;
}
.tox-statusbar {
    display: none !important;
}
.buy-now-text-editor .tox {
    width: 100%;
    border: 2px solid #f77e21;
    border-radius: 24px;
}
.buy-now-body .table-outer {
    width: 100%;
    border: 2px solid #f77e21;
    border-radius: 24px;
    padding: 24px 22px;
}
.buy-now-text-editor iframe, .buy-now-text-editor .tox-statusbar {
    background-color: #0D2A54 !important;
}
.tox .tox-toolbar__overflow, .tox .tox-toolbar__primary {
    background: none !important;
    background-color: #0A397F !important;    
}
.tox .tox-statusbar a, .tox .tox-statusbar__path-item, .tox .tox-statusbar__wordcount, .tox .tox-tbtn {
    color: #fff !important;
}
.tox .tox-tbtn svg {
    fill: #4378C7 !important;
}
.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
    border-right: 0px solid #ccc!important;
}

.tox-toolbar__group {
    background-color: #0D2A54 !important;
    margin: 10px 6px !important;
    border-radius: 6px;
}
.tox-toolbar__primary .tox-toolbar__group:first-child {
    width: 25%;
    margin-right: 70px !important;
}

.tox-toolbar__primary .tox-toolbar__group:first-child button {
    width: 100%;
    /* text-align: left !important; */
    justify-content: left;
}
.tox-toolbar__primary .tox-toolbar__group:first-child button span.tox-tbtn__select-label {
    width: 100%;
}
.tox .tox-tbtn:hover, .tox .tox-tbtn:active, .tox .tox-tbtn:focus {
    background: transparent !important;
}
.cart-header-ttl h4 {
    padding-left: 0 !important;
}
.buynow-main .btn, .about-main .btn{
    width: 185px;
    margin-top: 28px;
}
.buynow-main .save-buy {
    width: auto;
    padding: 4px 8px !important;
    min-width: 117px;
    font-size: 20px;
}
.buynow-main .cart-header-ttl, .about-main .cart-header-ttl {
    margin-bottom: 0 !important;
}
.tox-editor-header, .tox .tox-toolbar-overlord{
    background-color: #0A397F !important;
}
.tox .tox-sidebar-wrap {
    background: #0d2a54;
}
.tox-sidebar-wrap, .tox-editor-header .tox-toolbar-overlord{
    padding: 0px 20px !important;
}
.buynow-main .cart-header-ttl h4, .about-main .cart-header-ttl h4{
    position: relative;
    top: 10px;
    font-size: 28px;
    font-family: 'Eurostile';
    font-weight: bold;
}
/****video form page *****/
select {
  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}


select.form-control {
    background-image: url(/public/images/select-down-arrow.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: calc(100% - 20px) calc(1em + -1px), calc(100% - 15px) calc(1em + 2px), calc(100% - 0.5em) 0.5em;
    background-repeat: no-repeat;
}
select.form-control {
    padding-right: 50px;
}

.label {
    font-size: 28px;
    color: #fff;
    letter-spacing: 0px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 27px;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0A397F;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 4px;
    bottom: 4px;
    background-color: #FFFFFF;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 24px;
}
input:checked + .slider {
    background-color: #0a397f;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(33px);
    -ms-transform: translateX(33px);
    transform: translateX(33px);
    background: transparent linear-gradient(270deg, var(--unnamed-color-f28e42) 0%, #FC6D00 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(270deg, #F28E42 0%, #FC6D00 100%) 0% 0% no-repeat padding-box;
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.video-form .dropzone {
    border: 2px dashed #0A397F;
    background: transparent;
    border-radius: 9px;
    width: 80%;
    margin: 32px auto 50px auto;
    padding: 44px 20px;
}
.video-form .dropzone .dz-message {
    color: #fff;
    margin: 0;
}
.video-form h3 {
    font-size: 26px;
    font-family: 'EuroStyle';
    font-weight: normal;
    margin: 12px 0;
}
.video-form button {
    padding: 7px 30px;
    margin: 0px 0 0px 0;
    font-family: 'Eurostile';
}
.video-form .form-control {
    height: 54px;
    color: #7e8b9f;
}
.video-form .form-control::placeholder {
    color: #7e8b9f;
}
.outer-icons-btn {
    display: flex;
    align-items: center;
}
.outer-icons-btn a i {
    color: #F28E42 !important;
}
.outer-icons-btn a i:hover {
    opacity:0.7;
}
.video-form .dz-image {
    width: 100%;
}
.video-form a.dz-remove {
    color: #fff;
    margin-top: 12px;
    font-size: 19px !important;
}
.video-form .dropzone .dz-preview .dz-image {
    width: 100%;
    background: transparent linear-gradient(269deg, var(--unnamed-color-f28e42) 0%, #FC6D00 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(269deg, #F28E42 0%, #FC6D00 100%) 0% 0% no-repeat padding-box;
}
.video-form .dropzone.dz-clickable span {
    color: #fff;
    font-size: 22px;
    background-color: transparent !important;
}
.video-form textarea.form-control {
    height: auto;
}
.vide-link {
    margin-top: 0px;
}
.vide-url-link label {
    color: #fa7611;
}
/*.video-form .dropzone .dz-preview .dz-success-mark svg, .video-form .dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 27px;
    height: 27px;
}*/
.dropzone .dz-preview .dz-progress .dz-upload {
    background: linear-gradient(to bottom, #0a397f, #031d44);
}
.dropzone .dz-preview .dz-progress {
    margin-top: 0px;
}
.video-form .label {
    letter-spacing: 0.84px;
}
.video-form .form-group {
    margin-bottom: 30px;
}
.form-group.vide-link {
    margin-bottom: 0px;
}
.dropzone .dz-preview {
    width: 48%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.dropzone .dz-preview .dz-remove {
    text-decoration: initial !important;
}
.switch-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0 !important;
    margin-top: 15px;
}
.switch-group .label, .switch-group .switch{
    margin-bottom: 0;
}

/*********videos table page**********/
.color-dot {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
}

.search-div {
    display: flex;
    align-items: center;
    width: 60%;
}
.search-div input {
    height: 54px;
    color: #b7b7b7;
    background-color: #0A397F;
    display: flex;
    border: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 15px;
    width: 82%;
    outline: none;
}
.search-div input::placeholder{
    color: #cfcfcf;
}
.search-div .img-div {
    background-color: #0A397F;
    height: 54px;
    line-height: 52px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-right: 15px;
    padding-left: 15px;
}
#imgSearch {
    margin-left: 9px;
}
/*********videos view page**********/
video::-webkit-media-controls-play-button {
    display: none!important;
}
.actions-btn-div a {
    display: inline-block !important;
    width: auto;
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    font-family: 'Eurostile';
    padding: 0 16px;
}
.actions-btn-div a:hover, .actions-btn-div a:focus {
    background-color: transparent;
}

.actions-btn-div a:hover i {
    color: #fa720b !important;
}
.video-view-main .main-video {
    width: 100%;
}


.video-view-main {
    display: flex;
    margin: 0 auto;
    margin-bottom: 60px;
    border: 2px solid #F48735;
    width: 75%;
}
.video-view-main .vid-text {
    width: 290px;
    position: relative;
}
.video-inner {
    display: flex;
    width: 100%;
}
.video-view-main .vid-text .title-shape {
    min-height: 95px;
    clip-path: polygon(0% 0%, 100% 0, 100% 82%, 50% 100%, 0 82%);
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 32px;
    font-family: 'Eurostile';
    font-weight: bold;
    padding: 22px 10px;
    word-break: break-word;
}
.video-view-main .play-vid {
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.video-view-main .vid-duration {
    color: #fff;
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 21px;
    text-align: center;
    background: transparent linear-gradient(269deg, var(--unnamed-color-f28e42) 0%, #FC6D00 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(269deg, #F28E42 0%, #FC6D00 100%) 0% 0% no-repeat padding-box;
    border: 0px solid #fff;
    border-style: groove;
    border-radius: 50%;
    margin-top: 16px;
    position: relative;
}
.video-view-main .vid-duration:before {
    content: "";
    position: absolute;
    border: 2px solid #fff;
    width: 78px;
    height: 78px;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.video-view-main .vid-text .pause-img {
    display: none;
}
/**/
.vid-info-main {
    width: 93%;
    margin: 0 auto;
    margin-bottom: 55px;
}
.vid-info-main li {
    margin-bottom: 18px !important;
    display: flex;
}
.vid-info-main span {
    font-size: 24px;
    color: #fff;
    display: inline-block;
    word-break: break-word;
}

.vid-info-main .ttl {
    font-family: 'Eurostile';
    font-weight: bold;
    padding-right: 12px;
    width: 60%;
    display: inline-block;
    margin-top: -4px;
}
.pause-div .pause-img {
    display: block !important;
    margin: 0 auto;
}
.pause-div .play-img {
    display: none;
}
#data_table_wrapper label {
    color: white;
}
.dataTables_filter input {
    height: 40px;
    width: 180px;
    border: none;
    border-radius: 6px;
    padding: 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff !important;
}
.dataTables_length select {
    height: 40px;
    padding: 0px 10px;
}
#data_table_wrapper .dataTables_length {
    display: none;
}

#data_table_wrapper .dataTables_filter {
    display: none;
}
.datatable-cust-length label {
    display: flex;
    align-items: center;
    color: #fff;
}
.datatable-cust-length label select {
    margin: 0px 9px;
    width: 60px;
    padding: 11px 0px 10px 9px;
    background-image: url(/public/images/select-down-arrow.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 83% 50%;
    background-repeat: no-repeat;
    border-radius: 10px;
    letter-spacing: 2px;
}
.datatable-cust-length {
    width: 20%;
}