body{
	font-family: 'Poppins';
	background-color: #F5F5F5;
}


/*admin panel css start*/
* {
    box-sizing: border-box;
}



input {
    border-color: #d8e0e5;
    border-radius: 2px !important;
    box-shadow: none !important;
    font-weight: 300 !important;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f6f7fb;
}

button.btn {
    border-radius: 2px !important;
    box-shadow: none !important;
}

button.btn.btn-primary {
    background-color: #0e9aee !important;
}

button.btn.btn-primary:hover {
    background-color: #0879c8 !important;
}

#left-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    background-color: #E7EFF3;
    overflow-y: auto;
    height: 100vh;
    border-right: 1px solid #E7EFF3;
    margin-top: 70px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow-x: hidden;
    z-index: 2;
    padding-top: 30px;
}
.header-right p {
    margin: 0;
}
#left-menu.small-left-menu,
#logo.small-left-menu {
    width: 60px;
}

#left-menu ul {
    padding: 0;
    margin: 0;
}

#left-menu ul li {
    padding: 0 20px;
    display: block;
    position: relative;
}

#left-menu > ul > li {
    margin: 15px 0;
}

#left-menu ul li a {
    border-radius: 4px;
    color: #828282 !important;
    width: 100% !important;
    display: inline-block;
    position: relative;
    padding: 8px;
    text-decoration: unset;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
}

#left-menu ul li a i {
    font-size: 22px;
    text-align: center;
    width: 35px;
    height: 35px;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#left-menu ul li:hover a span {
    color: #004e80;
}
#left-menu ul li:hover a i{
    color: #0e9aee;
}

#left-menu ul li a span {
    padding-left: 7px;
    color: #4E5C6F;
    font-weight: 500 !important;
    font-size: 15px;
}

#left-menu ul li.active a {
    background: #004e80;
    border-radius: 4px;
    color: #fff !important;
}
#left-menu ul li.active a span {
    color: #fff;
}

#left-menu ul li.active a i {
    background-color: #0e9aee;
    color: #fff;
}


#left-menu li.has-sub ul {
    background-color: #454e62;
    margin: 0 -10px;
    padding-left: 45px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#left-menu li ul.open {
/*    height: 140px;*/
}

#left-menu li.has-sub ul > li {
    padding-top: 10px;
}

a:hover {
    text-decoration: none;
}

#logo {
    position: fixed;
    top: 0;
    z-index: 2;
    left: 0;
    background-color: #e7eff3;
    border-color: #464e62;
    height: 71px;
    width: 280px;
    font-size: 30px;
    line-height: 2em;
    border-right: 1px solid #e7eff3;
    z-index: 4;
    color: #fff;
    padding-left: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    text-align: center;
    padding-top: 0px;
    border-bottom: 1px solid #dedede;
}
.header-wrapper {
    background-color: #F5F5F5;
    height: auto;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 30px;
    border-bottom: 1px solid #dedede;
}

/*#header {
    background-color: #F5F5F5;
    height: auto;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}*/

#header .header-left {
    /* padding-left: 300px; */
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 50%;
}


#header .header-right {
    padding-right: 0;
}


#main-content {
    min-height: calc(100vh - 60px);
    clear: both;
}

#page-container {
    padding-left: 280px;
    padding-top: 0;
    padding-right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#page-container.small-left-menu,
#header .header-left.small-left-menu {
    padding-left: 80px;
}

.header-left.float-left.humber-img.small-left-menu {
    padding: 0 !important;
}

#show-lable {
    opacity: 0;
    visibility: hidden;
    left: 80px;
    font-weight: 300;
    padding: 6px 15px;
    background-color: #0e9aee;
    position: fixed;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#left-menu.small-left-menu li.has-sub::after{
    content: '';
}
#left-menu.small-left-menu li.has-sub ul{
    position: fixed;
    width: 280px;
    z-index: 123;
    height: 0;
    left: 69px;
    padding-left: 15px;
}
.profile-img img {
    width: 45px;
    height: 45px;
    border: 2px solid #0092df;
    border-radius: 100px;
}
.big-logo a.logo-text {
    text-decoration: unset;
    color: #004e80;
    border: 0;
    font-size: 23px;
    font-weight: 800;
}
.pages-content-wrapper {
    padding: 30px;
}
.dashbord-box {
    width: 30%;
    padding: 30px;
    border: 2px solid #0067b1;
    border-radius: 8px;
    border-top: 6px solid #0067b1;
    background: #fff;
}
.left-content p {
    font-size: 17px;
    margin-bottom: 5px;
}
.left-content h3 {
    color: #000;
    font-size: 40px;
    margin: 15px 0px;
}
.text-link a {
    color: #0067b1;
    font-weight: 600;
}
.left-content h3 {
    color: #000;
    font-size: 40px;
    margin: 15px 0px;
}
.heading h3 {
    color: #000;
    font-weight: 600;
    font-size: 25px;
}
span.icon-circule {
    display: inline-flex;
    width: 65px;
    text-align: center;
    height: 65px;
    align-items: center;
    justify-content: center;
    color: #0067b1;
    background: #0067b11a;
    font-size: 22px;
    border-radius: 50px;
    border: 2px solid #0067b1;
}
a.item-btn {
    color: #0067b1;
    text-decoration: unset;
    border: 1px solid #0067b1;
    display: inline-block;
    font-size: 16px;
    padding: 10px;
    border-radius: 4px;
}
.article-box-field {
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid #dedede;
    border-radius: 8px;
}
.article-content h4 {
    color: #000;
    font-size: 20px;
}
.article-content p {
    margin: 0;
}
.article-img img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
}
a.modify-btn:hover {
    color: #0067b1;
    text-decoration: unset;
    border: 1px solid #0067b1;
    display: inline-block;
    font-size: 16px;
    padding: 10px;
    border-radius: 4px;
}
a.modify-btn {
    margin-right: 10px;
    color: #000;
    text-decoration: unset;
}
a.icon-btn {
    color: #000;
}
.image-upload-container {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.upload-box, .preview-box {
  width: 300px;
  height: 200px;
  border: 2px dashed #d1d5db;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: white;
  text-align: center;
}

.upload-box:hover {
  cursor: pointer;
  background-color: #f3f4f6;
}

.upload-box input {
  display: none;
}
.preview-box img.preview-image {
    width: 100%;
}
.input-field .custom-field {
    width: 100%;
    border: 1px solid #dedede;
    padding: 12px;
    border-radius: 5px !important;
    outline: unset;
}
.input-field label {
    color: #000;
    font-size: 18px;
    margin-bottom: 15px;
}
.input-field {
    margin-bottom: 15px;
}
.buttons {
    margin-top: 15px;
    text-align: right;
}
button.btn-add {
    background: #004e80;
    border: 0;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    margin-left: 15px;
    border-radius: 8px;
}
a.link-btn {
    background: #0067b11a;
    text-align: center;
    margin-right: 0px;
    display: inline-block;
    color: #004e80;
    text-decoration: unset;
    padding: 10px 20px;
    border-radius: 8px;
}
a.link-btn:hover{
    background: #004e80;
    color: #fff;
}
.preview-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid #dedede;
    border-radius: 8px;
    margin-bottom: 20px;
}
.articles .article-content p {
    height: 70px;
    overflow: hidden;
}
.articles .article-img img {
    width: 100%;
    height: 350px;
    border-radius: 6px;
    object-fit: cover;
}
.articles .article-box {
    margin-bottom: 20px;
}
.article-content {
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede;
}
.article-content h3 {
    color: #000;
    font-size: 20px;
}
.article-meta {
    margin-top: 15px;
    color: #004e80;
}
.article-footer {
    padding: 0px 20px 20px 20px;
}
a.link-btn.delete-btn {
    background: #fff;
    color: #ef4444;
    border: 1px solid #ef4444;
}
a.link-btn.delete-btn:hover {
    background: #ef4444;
    color: #fff;
}
@media only screen and (max-width: 992px) {
    #left-menu,
    #logo {
        width: 60px;
    }
    
    #page-container,
    #header .header-left {
        padding-left: 80px;
    }
    
    #toggle-left-menu,.big-logo{
        display: none;
    }

}

@media only screen and (min-width: 992px) {
    #left-menu li.has-sub::after {
        font-family: "Ionicons";
        content: "\f3d3";
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        transform: rotate(0deg);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #left-menu li.has-sub.rotate:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .small-logo{
        display: none;
    }
    
}

/*end*/

/* login-form Css*/ 

.full-baner-bg {
    background: #0067b1;
    height: 100vh;
    display: grid;
    align-items: center;
    position: relative;
}

.login-form-weapper {
    background: #ffffff;
    position: relative;
    z-index: 999;
    border-radius: 12px;
}
.login-form {
    position: relative;
    z-index: 999;
    padding: 0px 50px 50px 50px;
}
.login-logo-text {
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #0000001a;
    margin-bottom: 15px;
    color: #0067b1;
}
.login-logo-text h2 {
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 700;
}
.top-contet h3 {
    color: #202224;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 20px;
}
.top-contet p {
    color: #202224;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.input-field .custom-field {
    display: inline-block;
    width: 100%;
    border: 1px solid #d5d5d5;
    padding: 10px;
    border-radius: 8px;
}
.input-field .custom-field {
    display: inline-block;
    width: 100%;
    border: 1px solid #d5d5d5;
    padding: 10px;
    border-radius: 8px;
    outline: unset;
    color: #a6a6a6;
    font-size: 18px;
    font-weight: 600;
}
.input-field {
    text-align: left;
    margin-bottom: 15px;
}
.input-field label {
    color: #202224;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    width: 100%;
}
.form-btn-item {
    text-align: center;
}
.form-btn-item button.btn-item {
    display: inline-block;
    width: 90%;
    border: 0;
    padding: 10px;
    background: #0067b1;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 12px;
}

/* login-form Css end*/ 