@import url('https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
.mainBg:after {
    position: absolute;
    background: #fff;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
section.home-sec {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    z-index: 999;
}
.mainBg {
    background: url(./images/login-bg.jpg);
    background-size: cover !important;
    background-position: center center;
    /* height: 100vh; */
    padding: 30px 0 0;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
}
.header-img {
    background: #fff;
    overflow: hidden;
}
.header-img img{
    height: 200px;
    display: block;
    margin: 0 auto;
}
/* .header-img {
    padding: 10px;
    margin: 0px auto;
    height: 200px;
    background: #fff;
    overflow: hidden;
} */

.logout-btn {
    padding-top: 80px;
    text-align: end;
}

.logout-btn a {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.5s;
}

.logout-btn a:hover {
    text-decoration: none;
    color: #0056b3;
    background-color: #333;
}
.dashbord {
    padding: 30px 20px;
    margin: 0px 0px;
}
.logout-btn span:before {
    content: "\f08b";
    font-family: 'FontAwesome';
    color: white;
    cursor: pointer;
}

.sec-row {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-top: 3px solid #007bff;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0px 5px 12px 2px #e8e8e8;
    background-color: white !important;
    position: relative;
}

.main-select {
    margin: 0px 0px;
}

.main-select h4 {
    padding-top: 0px;
    font-weight: 700;
    margin-bottom: 15px;
}

.dropdown {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

select.dropdown {
    height: 50px !important;
    margin-bottom: 20px;
}

.table-container h4 {
    padding-top: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

.logout-btn a:hover span:before {
    color: #0056b3;
}

.logout-btn a:focus {
    outline: 0;
}

.main-select select.dropdown:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.add-user-btn a:hover {
    text-decoration: none;
    color: white;
}
.add-user-btn a {
    border: 0px;
    color: #222222;
    background-color: #007bff;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
    margin-right: 10px;
}
.add-user-btn span:before {
    content: "\f067";
    font-family: 'FontAwesome';
    color: white;
    padding: 0px 5px;
}
#add-user .modal-body h2 {
    text-align: center;
    padding-top: 30px;
}
#add-user .modal-body h2 span {
    color: #007bff;
}
.modal-content{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.modal-dialog:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: #1057c4;
    z-index: 9;
    left: 0px;
    border-radius: 80px 80px 0px 50px;
}
.modal-dialog2:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: #1057c4;
    z-index: 9;
    left: 0px;
    border-radius: 80px 80px 0px 50px;
}
.modal-dialog2 {
    position: relative;
    max-width: 800px !important;
    margin: 1.75rem auto;
}
.modal-dialog {
    position: relative;
    max-width: 800px !important;
    margin: 1.75rem auto;
}
#add-user .modal-body p {
    padding-top: 20px;
    margin-bottom: 0;
    font-weight: 600;
}
#add-user .modal-body form input {
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1.5px solid #cccccc;
    width: 100%;
}
#add-user .modal-body form button {
    background-color: #1c6be2;
    padding: 15px;
    border-radius: 4px;
    border: 0px;
    color: white;
    width: 100%;
}
.text-center {
    text-align: center!important;
}
.deletebtndiv a {
    width: auto;
}

.deletebtndiv a {
    border: 1px solid black;
    padding: 20px 10px;
}
select.form-control.myselect {
    height: 50px!important;
    margin-bottom: 10px;
}
.remove-user-btn a:hover {
    text-decoration: none;
    color: white;
}

.remove-user-btn a {
    border: 1px;
    color: #222222;
    background-color: #df1717 ;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
}
.remove-user-btn span:before {
    content: "\f068";
    font-family: 'FontAwesome';
    color: white;
    padding: 0px 5px;
}
.add-user-btn {
    display: inline-block;
}

.remove-user-btn {
    display: inline-block;
}

.addBox {
    text-align: right;
}
.dashbord h3 {
    padding-top: 30px;
    color: #007bff;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}

.dataTables_length {
    width: 30%;
}

#example_filter label {
    float: right;
}

label {
    display: inline-block;
    /* margin-bottom: 0.5rem; */
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.dataTables_length select {
    float: left;
}

.dataTables_length label {
    margin: 0px;
}

.main-table {
    padding: 20px;
}

.table-data {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 30px;
}
.table-data th span i{
    padding: 10px;
}
.table-data th span i:hover{
    cursor: pointer;
}
.table-data .table td a {
    padding: 7px 6px;
    background-color: #007bff;
    border-radius: 5px;
    color: white;
    display: inline-block;
    font-size: 12px;
    transition: 0.5s;
}

.document_is_published {
    width: 65px;
    text-align: center;
}

.table-data .table td {
    padding-right: 0px;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}

.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table-data .table a.deleted {
    background-color: #df1717 !important;
    padding: 7px 14px;
    border-radius: 4px;
    color: white;
}

.table-data .table td a:hover {
    text-decoration: none;
    background: #9d9d9d;
    transition: 0.5s;
}

.btnchangecolorpublished {
    background-color: #9d9d9d !important;
}

.dataTables_paginate .pagination {
    float: right;
    border: none;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.dataTables_paginate .pagination li {
    padding-right: 0px;
    border: #007bff 1.5px solid;
    border-radius: 3px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.CategoryMainBox {
    padding: 50px 0;
    text-align: -webkit-center;
}
.maintabsList {
    display: table;
    margin: 0px auto;
}
.maintabsList ul {
    margin: 0px auto;
    list-style: none;
}
.maintabsList ul li {
    margin: 0 20px;
}
.maintabsList ul li button.active {
    background: #007bff;
    color: #fff;
}
.maintabsList ul li button {
    display: block;
    padding: 10px 0;
    width: 190px;
    border: 0;
    border-radius: 5px;
    background: #e7e7e7;
    color: #404040;
    font-weight: 600;
}
.fade.show {
    opacity: 1;
}
.accordion {
    overflow-anchor: none;
}
.FirstTabSection, .SecondTabSection, .ThirdTabSection {
    padding: 30px 15px;
    background: #f9f9f9;
    border-radius: 40px;
    margin: 20px 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.tab-content>.active {
    display: block;
}
.SubmitnBtnMain {
    display: block;
    padding: 10px 0;
    width: 90px;
    border: 0;
    border-radius: 5px;
    background: #007bff;
    color: #fff;
    transition: 1s;
    font-weight: 600;
    margin: 0px 7px;
}
.layout-save {
    float: right;
}
.SubmitnBtnMain:hover {
    transition: 1s;
    background: #e7e7e7;
    color: #666;
}
.my_submissions {
    width: 175px;
    text-align: center;
    display: block;
    padding: 10px 0;
    border: 0;
    border-radius: 5px;
    background: #007bff;
    color: #fff;
    transition: 1s;
    font-weight: 600;
    margin: 0px 7px;
}
.my_submissions:hover {
    transition: 1s;
    background: #e7e7e7;
    color: #666;
    text-decoration: none;
}
.layout h3 {
    font-size: 1.75rem;
    margin: 0 0 30px;
}
.layout {
    width: 100%;
    text-align: center;
    clear: both;
    margin: 0px auto;
    padding-top: 30px;
}
.layout-content {
    width: 100%;
    border: 2px dashed #d1d1d1;
}
.layout-content h4 {
    border-bottom: 0px solid white;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 100%;
    text-align: center;
    padding: 10px 30px;
}
.diva {
    height: 288px;
    width: 384px;
    border: 1px solid #cfcfcf;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 0 10px;
    display: flex;
    position: relative;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    background: #007bff;
    align-items: center;
}
.flex-container {
    display: inline-flex;
    width: 95%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}
.diva .numbering {
    text-align: left;
    display: block;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 0 0 10px 0;
    width: 70px;
    color: #fff;
    position: absolute;
    line-height: 25px;
    height: 30px;
    left: 0;
    top: 0;
    text-align: center;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.content-holder {
    background: #007bff;
    margin: 0px auto;
}
.diva .content-holder a.previewBtn:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.content-holder a.previewBtn:hover {
    background: #000;
}
.content-holder a.previewBtn {
    background: #007bff;
    color: #fff;
    padding: 10px;
    /* margin: 43px 0px 0px 0px; */
    display: block;
}
.inchBox {
    width: 288px;
    height: 192px;
    background: #fff;
    margin: 0px auto;
    display: flex;
    align-items: center;
}
.diva h3 {
    font-size: 18px;
    margin: 0 0 0px;
    color: #999;
    line-height: 30px;
    width: 100%;
}
.content-holder p {
    margin-top: 0;
    margin-bottom: 0;
}
.diva h3 p b {
    font-size: 13px;
    color: #000;
    line-height: 0;
}
.fade.show {
    opacity: 1;
}
.diva h2 {
    font-size: 19px;
}

#popUpDiv{
    z-index: 100;
    position: absolute;
    background-color: rgba(123, 123,123, 0.8);
    display: none;
    top: 0;
    left: 0;
    width: 200px;
    height: 300px;
}
#popupSelect{
    z-index: 1000;
    position: absolute;
    top: 130px;
    left: 50px;
}
.modal-body h2 {
    font-size: 26px;
    padding: 20px 0px 10px 0px;
}

#select-modal .modal-body h2 span, .modalzee .modal-body h2 span, #select-modal .modal-body h2 span, #select-modal .modal-body h2 span {
    color: #007bff;
}
#select-modal{
    text-align: center;
}
#select-modal .upload {
    display: flex;
    padding: 0;
    justify-content: center;
    margin-bottom: 30px;
}
#select-modal .upload li {
    list-style: none;
    list-style: none;
    margin: 0px 10px;
    background-color: #394450;
    padding: 29px 4px;
    border-radius: 5px;
    transition: 0.5s;
}
#select-modal .upload li a {
    color: white;
    text-transform: uppercase;
    border: 0px;
    padding: 0px 9px;
}
#select-modal .upload li a:hover {
    text-decoration: none;
}
#select-modal .upload li:hover {
    transform: scale(0.9);
}
.modal-dialog2:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: #1057c4;
    z-index: 9;
    border-radius: 80px 80px 0px 50px;
}
/* LogIn Page css */
.login-body {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    z-index: 999;
}
.home-logout {
    padding-top: 70px;
    text-align: end;
}
.home-logout a {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.5s;
}
.home-logout a:hover {
    text-decoration: none;
    transform: scale(0.9);
}

.home-logout a:hover, .home-logout a:focus {
    background: #333;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.home-logout a {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.5s;
}
.login-form form {
    padding: 70px;
    display: flex;
    flex-direction: column;
}
.login-form {
    padding: 0px 80px;
    margin: 50px auto;
    background-color: white;
    position: relative;
    box-shadow: 0px 5px 12px 2px #e8e8e8;
    border-top: 3px solid #1c6be2;
    border-radius: 5px;
    width: 80%;
    z-index: 222;
}
.login-form h2 {
    /* margin-left: 45px; */
    font-weight: 700;
}
.login-form h2 span {
    color: #1c6be2;
}
.login-form label {
    padding-top: 10px;
    margin: 0px;
    color: #3c3c3c;
}
.login-form input {
    padding: 12px 17px;
    width: 70%;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.login-form a {
    margin-top: 20px;
    width: 70%;
    border: 0;
    background-color: #1c6be2;
    padding: 10px 0px;
    border-radius: 7px;
    text-align: center;
    color: white;
}
a#btn-login:hover{
    text-decoration: none;
    color: white;
}

/* abc page css */
.home-my-account {
    padding-top: 70px;
    text-align: end;
}
.home-my-account a {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.5s;
}
.home-my-account a:hover {
    text-decoration: none;
    transform: scale(0.9);
}

.home-my-account a:hover, .home-my-account a:focus {
    background: #333;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.home-my-account a {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.5s;
}
section.rating-sec {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    z-index: 9999;
}
.rating-img {
    background: #fff;
    overflow: hidden;
}
.rating-img img {
    height: 200px;
    display: block;
    margin: 0 auto;
}
.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
    margin-bottom: 20px;
}
.rate:not(:checked) > input {
    position: absolute;
    top: -9999px;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;
}
a.submit_ratings {
    background: #007bff;
    color: #fff;
    padding: 7px;
    margin: 10px 10px;
    text-decoration: none;
}
.rating-sec label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.rate:not(:checked) > label:hover, .rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.submit_ratings:hover {
    background: #007bff;
    color: #fff;
    text-decoration: underline;
}
@media (min-width: 992px)
{
    .d-lg-none {
        display: none!important;
    }
}
