/* Creative Web Designers (I) Pvt. Ltd */

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #F69838;
}

img {
    max-width: 100%;
}

.clear {
    clear: both;
}

body {
    background: #e4e5e6;
    position: relative;
    font-family: 'Inter', sans-serif;
    height: 100%;
    font-size: 14px;
}

body.dark {
    background: #222d32;
}

.login-logo {
    text-align: center;
    padding: 0 10px 20px;
}


/* ---- Login Screen ---- */

.parent {
    min-height: 100vh;
    align-items: center;
    display: flex;
}

.white-bg {
    background: #FFF;
    padding: 20px;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
}

.login-box {
    justify-content: center;
    margin: auto;
    flex-wrap: wrap;
    width: 350px;
}

.login-box h1 {
    font-size: 24px;
    margin: 0;
}

.login-box h1 span {
    color: #8c8c8c;
    display: block;
    font-size: 13px;
    margin: 10px 0 15px;
    font-weight: normal;
}

.login-box .input-group {
    margin: 15px 0;
    width: 100%;
}

.login-box .input-group input {
    width: 85%;
    padding: 5px;
    border: 1px solid #ced4da;
}

.login-box .input-group-text {
    border-radius: 0;
}

.login-box p {
    font-size: 12px;
    margin-top: 10px;
}

.login-box a {
    color: #20a8d8;
}

.login-box .alert {
    font-size: 13px;
}

.true-btn {
    background: #F69838;
    color: #fff;
    border-radius: 0;
    border: 0;
    padding: 10px 20px;
    margin-top: 5px;
    cursor: pointer;
    margin-bottom: 10px;
}

.left-bar {
    width: 240px;
    float: left;
    background: #222d32;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 50px;
    overflow: auto;
}

.sidebar-header {
    color: #F69838 !important;
}

.sidebar-menu>li:hover>a,
.sidebar-menu>li.active>a {
    border-left-color: #F69838;
}

.signout {
    font-weight: 400;
    border: 0;
    background: none;
    color: #c4c6c8 !important;
    padding: 0;
    margin: 5px 12px;
    font-size: 12px;
    cursor: pointer;
}

.signout .fa {
    font-size: 16px;
}

.top-bar {
    padding: 0px;
    background-color: #000;
    height: 50px;
    position: sticky;
    top: 0;
    z-index: 9;
}

.top-bar button.fullscreen {
    margin-right: 20px;
}

.top-bar .welcome-msg {
    font-size: 14px;
    padding: 0 10px;
    color: #fff;
}

.user-actions {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    padding: 8px;
}

.username {
    margin-left: 10px;
}

.user-actions button,
.user-actions form {
    float: left;
}

.user-actions form {
    margin: 0 10px;
}

.user-actions form input[type=text] {
    padding: 5px;
    height: 31px;
    border: 1px solid #ced4da;
}

.user-actions form button[type=submit] {
    background: #20a8d8;
    border: 0;
    color: #FFF;
    padding: 3px 10px;
}

.right-panel {
    margin-left: 240px;
    background: #f7f7f7;
    min-height: 100vh;
    padding-bottom: 50px;
}

.toggle-btn {
    display: none;
}

.breads {
    background: #1a2226;
    color: #fff;
    padding: 10px 20px;
    font-size: 12px;
}

.page-title {
    padding: 20px 20px;
    background: #fff;
    margin: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.page-title h1 {
    font-weight: normal;
    font-size: 26px;
    color: #4c4f53;
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
}

.page-title h1 img {
    margin-right: 8px;
}

.main-content {
    padding: 20px;
    background: #FFF;
    border-radius: 10px;
    margin: 0px 20px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    font-size: 13px;
}

.main-content .panel .btn {
    width: 100%;
    margin: 10px 0;
    min-height: 300px;
    color: #FFF;
}

.main-content .panel .btn-success {
    min-height: unset;
}

.main-content .panel .btn-success span {
    margin: 10px !important;
}

.main-content .panel .btn span {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
}

.main-content .panel .btn a {
    color: #FFF;
    font-size: 14px;
}

.main-content .panel .btn span i {
    background: #FFF;
    color: #000;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin: 20px auto;
    line-height: 80px;
}

.panel-box h3 {
    margin-bottom: 5px;
    font-size: 18px;
    background: rgb(244, 244, 244);
    padding: 10px;
}

.boxes1 {
    min-height: 200px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(238, 238, 238);
    border-image: initial;
    padding: 20px;
}

.boxes2 {
    margin-bottom: 15px;
    border: 1px solid #eee;
    padding: 10px;
    min-height: 120px;
}

.boxes2 p {
    padding: 10px;
    margin: 0
}

.panel-box a {
    color: #16ACDF;
}

.main-content h3 {
    margin-bottom: 5px;
    font-size: 16px;
    margin: 20px 0;
}

.main-content .form-control {
    border-radius: 0;
    font-size: 13px;
    padding: 10px;
    border: 1px solid #dee5ec;
}

.page-item.active .page-link {
    background: #2B6B9F;
    border-color: #2B6B9F
}

.page-link {
    color: #2B6B9F
}

body .copyright {
    position: absolute;
    top: 100%;
    bottom: 0;
    right: 20px;
    color: #ccc;
    font-size: 12px;
    padding: 20px 0 20px 20px;
}

h2 {
    letter-spacing: -1px;
    font-size: 22px;
    padding-left: 20px;
    line-height: normal;
}

label {
    width: 100%;
    margin-top: 10px;
}

textarea {
    width: 100%;
}

select {
    height: 40px!important;
}

.main-content table {
    width: 100%;
}

.main-content table th {
    background: #222d32;
    color: #fff;
    font-weight: 100;
    font-size: 16px;
    white-space: pre;
}

.btn.btn-xs.btn-default {
    color: #D20606;
}

table td.prod img {
    height: 80px;
    text-align: center;
    max-width: 80%;
}

.main-content table .edit {
    background: #669933;
    border: 0;
    color: #fff;
    padding: 5px 25px;
}

.main-content table .del {
    background: #D20606;
    border: 0;
    color: #fff;
    padding: 5px 25px;
}

.form-group {
    margin: 20px 0;
    overflow: auto;
}

.main-content .col-sm,
.main-content .col-sm-1,
.main-content .col-sm-10,
.main-content .col-sm-11,
.main-content .col-sm-12,
.main-content .col-sm-2,
.main-content .col-sm-3,
.main-content .col-sm-4,
.main-content .col-sm-5,
.main-content .col-sm-6,
.main-content .col-sm-7,
.main-content .col-sm-8,
.main-content .col-sm-9,
.main-content .col-sm-auto {
    float: left;
}

.pagination {
    margin: 10px 20px;
    flex-wrap: wrap;
}

.pagination li {
    padding: 5px 10px;
    border: 1px solid #E0E0E0;
    color: #069;
}

.pagination li.active {
    background: #2B6B9F;
    border: 1px solid #2B6B9F;
}

.pagination li.active a {
    color: #FFF;
}

a.activelink {
    color: #FFF !important;
}

.btn {
    font-size: 0.80rem;
}


/* Additional Images */

.col.col-2.add_imgs {
    float: left;
    margin-bottom: 20px;
}

.col.col-2.add_imgs img {
    width: 100%;
}

.col.col-2 .add_delete {
    position: absolute;
    top: 0px;
    color: #fff;
    background: #000;
    font-size: 15px;
}

#img_del {
    position: absolute;
    left: 20px;
    top: 40px;
    color: #fff;
    background: #dc3545;
    z-index: 99999;
    padding: 10px;
    border-radius: 5px;
    opacity: 0.9;
    font-size: 16px;
}

@media (max-width: 767px) {
    .toggle-btn {
        display: block;
        color: #FFF;
        float: right;
        margin: 10px 20px 10px;
        z-index: 905;
        position: relative;
    }
    .top-bar {
        height: auto;
    }
    .left-bar {
        position: relative;
        width: 100%;
        top: auto;
        float: none;
    }
    .right-panel {
        margin-left: 0;
    }
    .top-bar p.welcome-msg {
        display: none;
    }
}


/*# sourceMappingURL=style.css.map */

.fileuser input {
    padding: 10px 0px;
    text-align: center;
    margin: 10px 0px;
    border-radius: 5px;
    color: #fff;
}

.fileuser p {
    padding: 5px 0px;
}

#output_image {
    max-width: 100%;
    max-height: 100%;
}

.main-website {
    cursor: pointer;
    background: none;
}

.home_videos {
    padding-bottom: 20px;
}

.home_videos iframe {
    width: 100%;
    height: 100%;
}

.add_delete {
    position: absolute;
    left: 15px;
    background: #000;
    color: #fff;
}


/*9 Nov 21*/

.user-popup {
    position: absolute;
    right: 0;
    left: auto;
    height: 100vh;
    overflow-y: auto;
    width: 350px;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    transition: right .2s ease-in-out;
    border: 0;
    padding: 20px 15px;
    border-radius: 0;
    display: none;
    z-index: 99;
}

.user-popup .user {
    display: flex;
    padding: 0 20px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.user-img {
    margin-right: 10px;
}

.user-popup .user p {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
}

.user-popup .user p span {
    font-size: 13px;
    font-weight: 300;
    display: block;
}

.box-user {
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.box-user a {
    width: 48%;
    margin-bottom: 5px;
}

.box-user a span {
    color: #000;
    font-size: 16px;
}

.box-user a span span {
    font-size: 14px;
    color: #555;
}

.box-user p {
    font-weight: 500;
    font-size: 14px;
}

.d-flex {
    display: flex;
    justify-content: space-between;
}

.d-flex .btn-group {
    margin-right: 5px;
}

.box-user .form-control {
    font-size: 14px;
    font-weight: 500;
    height: 35px !important;
    color: #555;
}

.mail-free-plan span {
    display: block;
    color: #888;
}

.upgrade {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 15px;
    width: auto !important;
}

.upgrade:hover {
    background: none;
}

.circle {
    background: #e4f3ff;
    border-radius: 100%;
    height: 60px;
    text-align: center;
    width: 60px;
    position: relative;
}

.mail {
    padding: 20px;
    align-items: center;
}

.circle::before {
    position: absolute;
    content: '';
    top: -20px;
    border: 5px solid #eee;
    bottom: -20px;
    right: -20px;
    left: -20px;
    border-radius: 100px;
}

.circle span {
    line-height: 15px;
}

.circle p {
    line-height: 55px;
    margin: revert;
    font-size: 18px;
}

.span {
    font-size: 10px;
}

.mail span {
    display: block;
}

.text-center i {
    font-style: normal;
}

.take-a-tour .fa {
    font-style: 18px;
}

.logo {
    padding: 3px 0;
}