@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 .page-id-7 header.wp-block-template-part{
    display: none;
}
.page-id-7 .wp-block-group-is-layout-constrained{
	margin: 0px !important;
    padding:0px !important;
}
.page-id-17 .wp-block-group-is-layout-constrained{
	margin: 0px !important;
    padding:0px !important;
}

.page-id-14 .wp-block-group-is-layout-constrained{
	margin: 0px !important;
    padding:0px !important;
}

 .page-id-7 .wp-block-group-is-layout-flow .wp-block-group-is-layout-constrained{
    display: none;
}
 .page-id-7 .wp-block-post-content-is-layout-constrained{
    padding: 0px !important;
    margin: 0px !important;
}
.page-id-14 header.wp-block-template-part{
    display: none;
}
.page-id-14 .wp-block-group-is-layout-flow .wp-block-group-is-layout-constrained{
    display: none;
}
.page-id-14 .wp-block-post-content-is-layout-constrained{
    padding: 0px !important;
    margin: 0px !important;
}
 .page-id-17 header.wp-block-template-part{
    display: none;
}
 .page-id-17 .wp-block-group-is-layout-flow .wp-block-group-is-layout-constrained{
    display: none;
}
 .page-id-17 .wp-block-post-content-is-layout-constrained{
    padding: 0px !important;
    margin: 0px !important;
}
.page-id-7 header.wp-block-template-part{
    display: none;
}
.page-id-17 .upl-br {
    width: 100%;
    max-width: 1430px;
    margin-top: 50px;
}

 .page-id-35 header.wp-block-template-part{
    display: none;
}
.page-id-35 .wp-block-group-is-layout-constrained{
	margin: 0px !important;
    padding:0px !important;
}
.page-id-35 .wp-block-group-is-layout-flow .wp-block-group-is-layout-constrained{
    display: none;
}
 .page-id-35 .wp-block-post-content-is-layout-constrained{
    padding: 0px !important;
    margin: 0px !important;
}
.page-id-35 header.wp-block-template-part{
    display: none;
}


.page-id-27 header.wp-block-template-part{
    display: none;
}
.page-id-27 .wp-block-group-is-layout-constrained{
	margin: 0px !important;
    padding:0px !important;
}
.page-id-27 .wp-block-group-is-layout-flow .wp-block-group-is-layout-constrained{
    display: none;
}
 .page-id-27 .wp-block-post-content-is-layout-constrained{
    padding: 0px !important;
    margin: 0px !important;
}
.page-id-27 header.wp-block-template-part{
    display: none;
}


.ctrr {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px 0px;
}
.scp-auth-form {
    max-width: 600px;
    padding: 60px 40px;
    border: 1px solid #f1f0f0;
    border-radius: 10px;
    background: white;
    text-align: center;
    box-shadow: 0px 0px 50px 4px #0000000F;
    width: 80%;
    margin: auto;
}
.scp-auth-form h2 {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    color: #191970;
    font-family: "Poppins", sans-serif;
}
.scp-auth-form p{
    margin-bottom: 45px;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #000;
    font-family: "Poppins", sans-serif;
}
form#scp-login-form {
    width: 85%;
    margin: auto;
}
.scp-auth-form input::placeholder {
    display: block;
    text-align: left;
    margin-bottom: 3px;
    font-size: 14px;
    color: black;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
.scp-auth-form input[type="text"],
.scp-auth-form input[type="email"],
.scp-auth-form input[type="password"] {
       width: 100%;
		padding: 14px 5px;
		margin-bottom: 25px;
		border: 1px solid #0000004D;
		border-radius: 10px;
		height: 45px;
		color: gray;
        padding: 0px 10px;
}
.scp-auth-form button {
    padding: 8px 32px;
    background-color: #191970;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #191970;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    width: 100%;
    margin-top: 20px;
}
a.frgt {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    float: right;
    text-decoration: none;
    cursor: pointer;
}
.by-frc{
    margin-bottom: 10px !important;
}
.scp-auth-form button:hover{
	border: 1px solid #191970;
	 background-color: white;
	color: #191970;
}
.scp-auth-form .scp-error {
    color: red;
}
.scp-auth-form .scp-success {
    color: green;
}
p.btm-text {
    font-family: 'Inter';
    font-weight: 400;
    color: black;
    font-size: 14px;
}
p.btm-text a{
	font-weight: 600;
	font-family: 'Inter';
	color: black
}
form#scp-register-form {
    width: 80%;
    margin: auto;
}
#uploadContainer {
    width: 100%;
    max-width: 600px;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 50px !important;
}

#dropZone {
 padding: 30px;
    margin-bottom: 20px;
    font-size: 12px;
    text-align: center;
}
#dropZone button {
    background: #191970;
    color: white;
    border-radius: 8px;
    padding: 12px 26px;
    border: 1px solid #191970;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
#dropZone.dragover {
    background-color: #2a00ffd6;
}

#fileInput {
    display: none;
}

.fileUploadContainer {
    margin-bottom: 20px;
    position: relative;
    text-align: left;
}

.fileName {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px;
}

.cancelButton {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ff4d4d;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    cursor: pointer;
}

.progressContainer {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 25px;
    height: 25px;
    overflow: hidden;
    margin-top: 5px;
}

.progressBar {
    height: 100%;
    background-color: #007bff;
    width: 0;
    transition: width 0.2s ease;
}

.progressText {
    margin-top: 5px;
    text-align: right;
}

/* Modal styles */
#cancelModal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
}

#cancelModalContent {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    max-width: 300px;
    margin: auto;
}

#cancelModalContent button {
    margin: 10px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#confirmCancel {
    background-color: #ff4d4d;
    color: white;
}

#dismissCancel {
    background-color: #ccc;
    color: black;
}


.logout-button {
     padding: 14px 32px;
    background-color: #2a00ffd6;
    color: #fff;
    border-radius: 40px;
    cursor: pointer;
    border: 1px solid #2a00ffd6;
    font-size: 18px;
    font-family: monospace;
    font-weight: 600;
	text-decoration: none;
	margin-top: 15px;
}

.logout-button:hover {
    background-color: white;
	color: #2a00ffd6;
		 border: 1px solid #2a00ffd6;
}
p.alignn {
    display: block;
    margin-bottom: 20px;
	text-align: right;
}
a.view-blk {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Inter';
    text-decoration: none;
    cursor: pointer;
}
p.rit-algn {
    text-align: right;
    margin: 0px;
}
h1.upld-head {
    font-size: 30px;
    line-height: 45px;
    color: black;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
h2.usr-fils{
	    font-size: 30px;
    font-family: 'Inter';
    font-weight: 700;
    line-height: 38px;
    color: black;
}
div#fileUploads {
    max-width: 1000px;
    width: 100%;
}
.spc-wd{
	max-width: 1000px !important;
}
#fileTable_wrapper label{
	  display: block;
    text-align: left;
    margin-bottom: 3px;
    font-size: 14px;
    color: black;
    font-weight: 600;
    font-family: monospace;
}
#fileTable_filter{
	margin-top: -5px;
}
#fileTable_filter input[type="search"]{
	padding: 10px 20px;
    border-radius: 12px;
    border: 1px solid #dfdddd; 
}
#fileTable_length select{
	padding: 10px;
    border-radius: 12px;
    border: 1px solid #dfdddd;
}
td.sorting_1 {
    font-size: 14px;
    font-family: 'Inter';
    font-weight: 500;
    text-transform: capitalize;
}
a.mgr-btns {
    background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
    color: #333 !important;
    border: 1px solid #eeeef4;
    padding: 6px 10px;
    border-radius: 7px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}
.cntr-mgr{
	text-align: center;
}
#fileTable_info{
	  font-size: 14px;
    font-family: 'Inter';
    font-weight: 500;
    text-transform: capitalize;
}
a.paginate_button{
	 font-size: 12px;
    font-family: 'Inter';
    font-weight: 400;
    text-transform: uppercase;
	text-decoration: underline;
}
#modal-1
{
display:none;
}
footer
{
display:none;
}

tr.odd {
    font-family: sans-serif;
    font-size: 11px;
    padding: 10px 0px !important;
}

tr.even {
    font-family: sans-serif;
    font-size: 11px;
    padding: 10px 0px !important;
}

td.sorting_1 {
    font-family: sans-serif;
    font-size: 11px;
}


#file-manager ul.folder-contents {
    list-style: none;
    padding: 0;
}

#file-manager li {
    margin: 5px 0;
    cursor: pointer;
}

#file-manager .folder {
    color: #007bff;
    font-weight: bold;
}

#file-manager .file a {
    color: #555;
    text-decoration: none;
}

#file-manager .file a:hover {
    text-decoration: underline;
}

#file-manager .back-button {
    color: #ff0000;
}


.file-item.folder {
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}

.file-item.folder:hover {
    background-color: #f0f0f0;
    transform: scale(1.05);
}

.file-item.folder.clicked {
    background-color: #d1e0ff;
    transform: scale(1.1);
    transition: background-color 0.3s ease, transform 0.3s ease;
}





* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    background-color: #fff;
    margin: 0;
}

.header {
    width: 100%;
    background-color: #191970;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    padding: 15px 40px;
}

.header h1 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
}

.header .logout {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.header .logout svg {
    width: 20px;
    height: 20px;
}

.main-container {
    width: 95%;
    margin: auto;
    margin-top: 50px;
    max-width: 1430px;
}

.sidebar {
    text-align: left;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
    color: #191970;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.search-bar {
    display: flex;
    align-items: center;
    gap: 0px;
    margin-bottom: 20px;
    width: 24%;
}
.page-id-11 .search-bar{
    justify-content: flex-end;
}
#uploadContainer span {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 400;
    width: 95%;
    margin: auto;
    text-align: center;
    display: block;
}
.search-bar input {
    width: 100%;
    max-width: 300px;
    padding: 10px;
    border: 2px solid #191970;
    border-radius: 7px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    font-size: 14px;
    height: 50px;
    border-right: 0px !important;
}
.search-bar input::placeholder{
    font-family: "Poppins", sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
.search-bar input:focus {
    outline: 2px solid #191970;
}

.search-bar button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: transparent;
    color: #191970;
    border: 2px solid #191970;
    border-left: 0px !important;
    border-radius: 7px;
    border-top-left-radius: 0px !important;
    font-size: 16px;
    cursor: pointer;
    border-bottom-left-radius: 0px !important;
    height: 50px;
}

.search-bar button svg {
    width: 20px;
    height: 20px;
}

.search-bar button:hover {
    background-color: #1A237E;
    color: #fff;
}

.uploaded-files {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.uploaded-files h3 {
    font-size: 18px;
    color: #1A237E;
}

.file-item .actions {
    display: flex;
    gap: 10px;
    margin-top: 5px;
}

.file-item .actions svg {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.myicons {
    display: flex;
    align-items: center;
   margin-right: -85px;
}
:where(.wp-site-blocks *:focus) {
    outline-width: 0px !important;
    outline-style: solid;
}
.myicons a{
    border: none;
    
}

/*.file-item .actions svg:hover {*/
/*    fill: #1A237E;*/
/*}*/
.upl-br {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/*avatar*/
 .avatar-container {
            position: relative;
            display: inline-block;
            cursor: pointer;
        }

        /* SVG Avatar Styling */
        .avatar svg {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            border: 2px solid #ccc;
            background-color: #fff;
            display: block;
        }

        /* Dropdown Menu */
        .dropdown-menu {
            display: none;
            position: absolute;
            top: 35px;
            right: 0;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 5px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            z-index: 1000;
            width: 150px;
            padding: 8px 0px;
        }

        .dropdown-menu a {
            display: flex;
            align-items: flex-end;
            padding: 10px;
            text-align: left;
            font-size: 16px;
            line-height: 16px;
            color: #191970;
            font-weight: 500;
            font-family: "Poppins", sans-serif;
            text-decoration: none;
        }

        .dropdown-menu a:hover {
            background-color: #f7f7f7;
        }

        /* Show Dropdown on Hover */
        .avatar-container:hover .dropdown-menu {
            display: block;
        }
/*avatar*/


/*edit profile*/
  h2.edit-head {
            text-align: left;
            font-size: 24px;
            line-height: 36px;
            margin-bottom: 20px;
            color: #191970;
            font-weight: 700;
            font-family: "Poppins", sans-serif;
        }

       label.forgot-pp{
            font-family: "Poppins", sans-serif;
        color: #191970;
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
       }

        input#forgot-password {
            width: 100%;
            max-width: 305px;
            padding: 10px;
            border: 2px solid #191970;
            border-radius: 7px;
            font-size: 14px;
            height: 50px;
        }
        
         input#re-forgot-password {
            width: 100%;
            max-width: 305px;
            padding: 10px;
            border: 2px solid #191970;
            border-radius: 7px;
            font-size: 14px;
            height: 50px;
        }

        button.nw-ppsd {
            padding: 10px 32px;
            background-color: #191970;
            color: #fff;
            border-radius: 10px;
            cursor: pointer;
            border: 1px solid #191970;
            font-size: 16px;
            font-family: "Poppins", sans-serif;
            font-weight: 600;
            width: 9%;
            margin: -3px;
            max-width: 290px;
}

button.nw-ppsd:hover {
    border: 1px solid #191970;
    background-color: white;
    color: #191970;
}
        .edit-frm{
            display: flex;
            flex-direction: column;
            gap: 13px;
        }

/*edit profile*/



button.swal2-confirm
{
			background-color: #191970;
            color: #fff;
            border-radius: 10px;
            cursor: pointer;
            border: 1px solid #191970;
            font-size: 16px;
            font-family: "Poppins", sans-serif;
}

button.swal2-confirm:hover {
    border: 1px solid #191970;
    background-color: white !important;
    color: #191970;
}

h2.swal2-title
{
			font-size: 24px;
            color: #191970;
            font-weight: 700;
            font-family: "Poppins", sans-serif;
}
div.swal2-html-container
{
 		font-family: "Poppins", sans-serif !important;
        color: #191970 !important;
        font-weight: 500 !important;
}

div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover
{
background-image: linear-gradient(#fff, #fff) !important;
}



.files-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start; /* Align items to the left */
}

.file-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 20%;
    text-align: center;
}
a.video-preview {
    margin-right: -60px;
}
.file-item img {
    width: 60%;
    min-height: 160px;
    object-fit: contain;
    background: white;
    box-shadow: 0px 4px 20px 0px #0000000D;
    padding: 20px 40px;
    border-radius: 10px;
    position: relative;
}

.file-item span {
    font-size: 18px;
    color: black;
    text-align: center;
    overflow-wrap: break-word;
    font-family: "Poppins", sans-serif;
    line-height: 26px;
    margin-top: 12px;
    min-height: 53px;
}


.file-item .actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 5px;
}

.file-item .actions a {
    padding: 1px 4px;

}

/*.file-item .actions a:hover {*/
/*    background-color: #1A237E;*/
/*    color: #fff;*/
/*}*/

.file-item .actions svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.actions{
    position: absolute;
}

.breadcrumbs {
    margin-bottom: 20px;
    font-size: 14px;
    color: #1A237E;
}

.breadcrumbs a {
    text-decoration: none;
    color: #1A237E;
    font-weight: bold;
    margin-right: 5px;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs a:not(:last-child)::after {
    content: '>';
    margin-left: 5px;
}
.uploaded-files p{
    font-family: "Poppins", sans-serif;
    color: #191970;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}
.dropdown-menu a>svg{
	margin-right: 10px;
    fill: #191970 !important;
}
@media screen and (max-width: 601px){
    .scp-auth-form h2 {
        font-size: 18px;
        line-height: 29px;
    }
    .scp-auth-form {
        max-width: 600px;
        padding: 40px 20px;
    }
    .scp-auth-form p {
        margin-bottom: 30px;
        font-size: 12px;
        line-height: 18px;
    }
    a.frgt {
        font-size: 12px;
        line-height: 14px;
    }
    .scp-auth-form input[type="text"], .scp-auth-form input[type="email"], .scp-auth-form input[type="password"] {
        margin-bottom: 18px;
        height: 40px;
    }
    .scp-auth-form button {
        font-size: 16px;
    }
    .page-id-15 .header img {
        width: 60%;
    }
    .header {
        padding: 15px 12px;
    }
    .upl-br {
        flex-direction: column;
    }
    .sidebar {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .search-bar {
        width: 95%;
    }
    .uploaded-files p {
        font-size: 16px;
        width: 90%;
        margin: auto;
    }
}