﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600&display=swap");

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    outline: none;
}

.btn-secondary {
    background: #f98f49;
}

.btn {
    border: none !important;
    font-size: 14px;
    min-width: 140px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-weight: 500;
    padding: 0 10px;
    border-radius: 30px;
}

    .btn:focus, .btn:hover {
        box-shadow: none !important;
    }

    .btn.btn-primary {
        color: #fff;
        background-color: #1b9dba;
    }

        .btn.btn-primary:hover, .btn.btn-primary:focus {
            background: #1b9dba;
        }

    .btn.btn-dark {
        color: #fff;
        background-color: #222222;
    }

    .btn.btn-default {
        background: #eeeff1;
        color: #222222;
    }

        .btn.btn-default:focus, .btn.btn-default:hover {
            background: #eeeff1;
            color: #222222;
        }

    .btn.btn-outline-secondary {
        border: 1px solid #f98f49 !important;
        height: 33px;
        line-height: 33px;
        padding: 0 20px;
        min-width: 0;
        color: #222222;
    }

        .btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:active, .btn.btn-outline-secondary:focus {
            background-color: #f98f49 !important;
            color: #222222 !important;
        }

        .btn.btn-outline-secondary.edit {
            background: url("../images/edit-1.png") top 50% left 13px no-repeat;
            background-size: 14px;
            padding-left: 40px;
        }

        .btn.btn-outline-secondary.approve {
            background: url("../images/checked.png") top 50% left 13px no-repeat;
            background-size: 14px;
            padding-left: 40px;
        }

        .btn.btn-outline-secondary.close-btn {
            background: url("../images/cancel-item.png") top 50% left 13px no-repeat;
            background-size: 16px;
            padding-left: 40px;
        }

        .btn.btn-outline-secondary.respond {
            background: url("../images/back-arrow.png") top 50% left 13px no-repeat;
            background-size: 16px;
            padding-left: 40px;
        }

        .btn.btn-outline-secondary + .btn-outline-secondary {
            margin-left: 10px;
        }

.form-control,
.custom-select {
    box-shadow: none !important;
}

.form-group {
    margin-bottom: 25px;
}

    .form-group label {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 8px;
        color: #222222;
    }

    .form-group .form-control {
        font-size: 16px;
        color: #222222;
        height: 42px;
        line-height: 42px;
        padding: 0 10px;
        font-weight: 400;
    }

        .form-group .form-control::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #b6bac2;
        }

        .form-group .form-control::-moz-placeholder {
            /* Firefox 19+ */
            color: #b6bac2;
        }

        .form-group .form-control:-ms-input-placeholder {
            /* IE 10+ */
            color: #b6bac2;
        }

        .form-group .form-control:-moz-placeholder {
            /* Firefox 18- */
            color: #b6bac2;
        }

        .form-group .form-control:focus {
            box-shadow: none;
            color: #222222;
            border-color: #f98f49;
        }

    .form-group textarea.form-control {
        height: 90px;
        line-height: normal;
        font-weight: normal;
        padding: 10px;
    }

select {
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.dropdown-menu {
    padding: 0;
    border: 0;
    box-shadow: 0 0 12px 0 rgba(99, 99, 99, 0.16);
    border-radius: 0;
    right: 0 !important;
    transform: none !important;
 /*   top: 100% !important;
    left: auto !important;*/
}

    .dropdown-menu .dropdown-item {
        font-size: 14px;
        font-weight: 500;
        padding: 6px 10px;
    }

        .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item.active {
            color: #fff;
            text-decoration: none;
            background-color: #f98f49;
        }

body {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    font-family: "Work Sans", sans-serif;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    padding-right: 0px;
    padding-right: 0 !important;
    background-color: #fcfcff;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 68px;
    z-index: 1005;
    display: flex;
    padding: 0 20px;
    align-items: center;
    transition: all 0.5s ease;
    border-bottom: 1px solid #f0f0f0;
}

    .header .navbar-brand img {
        width: 42px;
    }

    .header > .navbar-nav {
        flex-direction: row;
        align-items: center;
    }

        .header > .navbar-nav li {
            padding: 0 20px;
        }

            .header > .navbar-nav li:last-child {
                border-left: 1px solid #cbd0dc;
            }

        .header > .navbar-nav a {
            display: flex;
            color: #222222;
            font-weight: 500;
            align-items: center;
        }

            .header > .navbar-nav a .userImg {
                width: 32px;
                height: 32px;
                text-align: center;
                font-size: 14px;
                line-height: 32px;
                background: #1b9dba;
                color: #fff;
                border-radius: 50%;
                margin-right: 10px;
                text-transform: uppercase;
            }

    .header.has-bg {
        background: #fff;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.12);
    }

.sidebar {
    font-size: 14px;
    font-weight: 200;
    position: fixed;
    top: 84px;
    width: 70px;
    z-index: 1100;
    height: calc(100% - 84px);
    color: #fff;
    display: block !important;
    transition: all 0.5s ease;
    background-image: linear-gradient(171deg, #1b9dba, #2c0cc3 100%);
    border-radius: 0 50px 50px 0;
    padding-top: 80px;
}

    .sidebar span.name,
    .sidebar span.arrow {
        visibility: hidden;
    }

    .sidebar.show {
        width: 233px;
    }

        .sidebar.show .menu-icon {
            background-position: top left !important;
        }

        .sidebar.show span.name,
        .sidebar.show span.arrow {
            visibility: visible;
        }

        .sidebar.show + .content-wrapper {
            margin-left: 233px;
        }

    .sidebar + .content-wrapper {
        margin-left: 70px;
    }

    .sidebar .menu-icon {
        background: url(../images/menu-icon-close.png) top 0 right 0 no-repeat;
        color: #fff;
        position: absolute;
        background-size: 50px;
        top: 40px;
        right: 0;
        display: block;
        width: 22px;
        height: 25px;
        z-index: 999;
    }

    .sidebar.collapsing {
        overflow: initial;
    }

    .sidebar .menu-list {
        overflow: auto;
        overflow-x: hidden;
        height: calc(100% - 84px);
        margin: 0;
    }

        .sidebar .menu-list > li > a[data-toggle=collapse]:after {
            width: 3px;
            height: 100%;
            top: 0;
            position: absolute;
            background: #1b9dba;
            transition: all 0.5s ease;
            content: "";
            left: 0;
        }

        .sidebar .menu-list > li > a[data-toggle=collapse].collapsed:after {
            content: none;
        }

        .sidebar .menu-list li {
            list-style: none;
            padding: 0px;
            margin: 0px;
            position: relative;
            padding: 14px 0;
        }

            .sidebar .menu-list li a {
                text-decoration: none;
                color: rgba(255, 255, 255, 0.8);
                display: flex;
                align-items: center;
                font-weight: 400;
                padding: 6px 10px 6px 15px;
                border-right: 4px solid transparent;
                white-space: nowrap;
            }

                .sidebar .menu-list li a.active {
                    color: #fff;
                    background: rgba(0, 0, 0, 0.1) url("../images/");
                    border-color: #fff;
                }

                    .sidebar .menu-list li a.active .icon {
                        background: #fff;
                        color: #1b9dba;
                    }

                        .sidebar .menu-list li a.active .icon svg path {
                            fill: #1b9dba;
                        }

                        .sidebar .menu-list li a.active .icon.upload svg path + path + path {
                            fill: #fff;
                            stroke: #fff;
                        }

                .sidebar .menu-list li a .icon {
                    width: 32px;
                    height: 32px;
                    min-width: 32px;
                    min-height: 32px;
                    background: rgba(0, 0, 0, 0.1);
                    border-radius: 50%;
                    margin-right: 12px;
                    line-height: 29px;
                    text-align: center;
                }

                .sidebar .menu-list li a .arrow {
                    margin-left: auto;
                    font-size: 20px;
                }

                    .sidebar .menu-list li a .arrow:before {
                        font-family: FontAwesome;
                        content: "";
                        padding-left: 10px;
                        padding-right: 5px;
                        vertical-align: middle;
                    }

                .sidebar .menu-list li a.collapsed .arrow:before {
                    content: "";
                }

            .sidebar .menu-list li .sub-menu {
                padding-left: 15px;
            }

                .sidebar .menu-list li .sub-menu li {
                    border: none;
                    margin-left: 0px;
                    padding-bottom: 0;
                }

                    .sidebar .menu-list li .sub-menu li a {
                        padding: 6px 15px;
                    }

                        .sidebar .menu-list li .sub-menu li a.active {
                            color: #fff;
                        }

                            .sidebar .menu-list li .sub-menu li a.active .icon {
                                background: #fff;
                                color: #1b9dba;
                            }

.content-wrapper {
    margin-left: 0px;
    transition: all 0.5s ease;
    padding: 0 20px 85px;
    overflow-x: hidden;
}

    .content-wrapper .card-deck {
        margin: 0;
    }

        .content-wrapper .card-deck .card {
            border: none;
            margin: 0 0 20px 0;
            border-radius: 2px;
            box-shadow: 0 0 12px 0 rgba(44, 52, 170, 0.16);
            background-color: #ffffff;
            overflow: hidden;
        }

            .content-wrapper .card-deck .card + .card {
                margin-left: 20px;
            }

            .content-wrapper .card-deck .card.has-padding {
                padding: 0 15px;
            }

            .content-wrapper .card-deck .card h2.s-title {
                font-size: 20px;
                font-weight: 500;
                color: #222;
                margin: 20px 0;
            }

            .content-wrapper .card-deck .card .card-title {
                color: #102035;
                font-size: 18px;
                font-weight: 400;
                padding: 20px;
                margin: 0;
            }

                .content-wrapper .card-deck .card .card-title.has-right-button {
                    display: flex;
                    justify-content: space-between;
                }

                    .content-wrapper .card-deck .card .card-title.has-right-button .form-group {
                        margin: 0;
                        padding: 0 5px;
                    }

                        .content-wrapper .card-deck .card .card-title.has-right-button .form-group .UploadBtnclass {
                            height: 30px;
                            line-height: 30px;
                            min-width: 80px;
                        }

            .content-wrapper .card-deck .card .card-body {
                padding: 20px;
            }

                .content-wrapper .card-deck .card .card-body.has-bg {
                    background: #f9f9f9;
                    margin: 0 20px 20px;
                }

                .content-wrapper .card-deck .card .card-body .tab-content {
                    padding: 20px 0;
                }

            .content-wrapper .card-deck .card .row {
                margin: 0 -10px;
            }

                .content-wrapper .card-deck .card .row > div[class*=col-] {
                    padding: 0 10px;
                }

.page-title {
    padding: 20px 0;
    max-width: 500px;
    display: flex;
    align-items: center;
}

    .page-title .icon {
        margin-right: 10px;
    }

    .page-title h2 {
        font-size: 22px;
        font-weight: 500;
        color: #2a2a2a;
        line-height: normal;
    }

.chosen-container {
    font-family: "Work Sans", sans-serif !important;
    width: 100% !important;
}

    .chosen-container input[type=text] {
        font-family: "Work Sans", sans-serif !important;
    }

    .chosen-container .chosen-choices {
        min-height: 42px;
        font-size: 16px !important;
        line-height: normal;
        padding: 8px 10px !important;
        border: 1px solid #ced4da !important;
        border-radius: 0.25rem !important;
        background-image: none !important;
        background: #fff url("../images/select-arrow.png") top 50% right 15px no-repeat !important;
        font-family: "Work Sans", sans-serif;
    }

        .chosen-container .chosen-choices .search-choice {
            background: #f5f5f5 !important;
            border: 0 !important;
            border-radius: 12px !important;
            color: #4d4e5c !important;
            padding: 5px 30px 5px 10px !important;
            font-size: 14px !important;
            box-shadow: none !important;
            line-height: normal !important;
        }

            .chosen-container .chosen-choices .search-choice .search-choice-close {
                background: url("../images/cancel-item.png") center no-repeat !important;
                width: 15px !important;
                height: 15px !important;
                background-size: 15px !important;
                top: 6px !important;
                right: 7px !important;
            }

    .chosen-container .chosen-drop {
        box-shadow: 0 0 10px 0 rgba(203, 203, 203, 0.5) !important;
        border-radius: 2px !important;
        border: 0 !important;
    }

        .chosen-container .chosen-drop .chosen-results li {
            padding: 22px 12px !important;
            font-size: 16px !important;
        }

            .chosen-container .chosen-drop .chosen-results li.highlighted {
                background: #fffbf7 !important;
                background-image: none !important;
                color: #f98f49 !important;
            }

            .chosen-container .chosen-drop .chosen-results li.result-selected {
                background: #fffbf7 !important;
                color: #f98f49 !important;
                background-image: none !important;
                border-left: 4px solid #f98f49;
                font-weight: 500;
            }

    .chosen-container.chosen-container-active .chosen-choices {
        box-shadow: none !important;
        border-color: #f98f49 !important;
    }

    .chosen-container.chosen-container-multi .chosen-results li {
        position: relative;
    }

        .chosen-container.chosen-container-multi .chosen-results li:after {
            width: 26px;
            height: 26px;
            border: 3px solid #1b9dba;
            position: absolute;
            top: 50%;
            right: 15px;
            margin: -13px 0 0 0;
            content: "";
            border-radius: 2px;
        }

        .chosen-container.chosen-container-multi .chosen-results li.result-selected:after {
            background: #1b9dba url("../images/check-white.png") center no-repeat;
        }

.has-count textarea {
    padding-bottom: 26px !important;
    resize: none;
}

    .has-count textarea.input-validation-error + .char-left {
        bottom: 50px;
    }

.has-count .char-left,
.has-count #charNum {
    position: absolute;
    right: 21px;
    bottom: 30px;
    color: #cbd0dc;
}

.has-count .input-text-wrapper #charNum {
    position: absolute;
    right: 15px;
    bottom: 8px;
    color: #cbd0dc;
}

.select2.select2-container {
    width: 100% !important;
}

    .select2.select2-container .select2-search--inline .select2-search__field {
        width: 100% !important;
    }

    .select2.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
        background: #f5f5f5 !important;
        white-space: normal !important;
        border: 0 !important;
        border-radius: 20px !important;
        color: #4d4e5c !important;
        padding: 5px 35px 5px 10px !important;
        font-size: 14px !important;
        box-shadow: none !important;
        position: relative;
        word-break: break-word !important;
    }

        .select2.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
            position: absolute;
            right: 10px;
            color: #222;
            cursor: pointer;
            z-index: 99;
            font-weight: 400;
            margin-right: 0;
            width: 15px;
            height: 15px;
            border: 1px solid;
            border-radius: 50%;
            line-height: 13px;
            padding: 0;
            top: 50%;
            margin: -8px 0 0 0;
            text-align: center;
            font-size: 14px;
        }

.select2-container--classic .select2-selection--multiple {
    border-color: #ced4da !important;
    min-height: 42px !important;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #f98f49 !important;
}

.form-check-inline {
    justify-content: space-between;
    display: flex;
}

.custom-control.custom-radio label {
    font-weight: 500 !important;
    color: #adb3c1;
    font-size: 16px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #1b9dba;
    background-color: #1b9dba;
    box-shadow: none !important;
}

::-ms-clear,
::-ms-reveal {
    display: none;
}

.input-text {
    appearance: none;
    -ms-progress-appearance: none;
    -ms-pappearance: none;
}

.file-wrapper {
    box-shadow: 0 0 12px 0 rgba(44, 52, 170, 0.16);
    background: #fff url("../images/read-file.svg") top 50% left 17px no-repeat;
    padding: 15px 15px 15px 60px;
    margin: 15px 0;
    background-size: 28px;
}

    .file-wrapper .file-label {
        width: 100%;
    }

        .file-wrapper .file-label #FilesUploaded {
            margin: 0;
            padding: 0;
        }

            .file-wrapper .file-label #FilesUploaded > div > div {
                display: flex;
                justify-content: space-between;
            }

        .file-wrapper .file-label a {
            color: #e02020;
            text-decoration: underline;
            font-weight: 500;
            font-size: 14px;
        }

    .file-wrapper .amount {
        font-size: 10px;
        color: #1b9dba;
    }

    .file-wrapper .progress {
        height: 6px;
        margin: 4px 0;
    }

        .file-wrapper .progress .progress-bar {
            background-color: #1b9dba;
        }

.uploaded-image {
    display: flex;
    flex-wrap: wrap;
}

    .uploaded-image .img-wrapper {
        width: 73px;
        min-height: 73px;
        margin-right: 20px;
    }

        .uploaded-image .img-wrapper figure {
            width: 73px;
            height: 73px;
            background: #fff;
            border: 1px solid #eee;
            padding: 2px;
            overflow: hidden;
        }

            .uploaded-image .img-wrapper figure img {
                width: 100%;
            }

        .uploaded-image .img-wrapper div {
            text-align: center;
        }

            .uploaded-image .img-wrapper div a {
                width: 39px;
                height: 39px;
                background-color: rgba(224, 32, 32, 0.1);
                line-height: 39px;
                text-align: center;
                display: inline-block;
                border-radius: 50%;
            }

                .uploaded-image .img-wrapper div a img {
                    width: 18px;
                }

        .uploaded-image .img-wrapper + .img-wrapper {
            margin-left: 20px;
        }

    .uploaded-image .upload-button label {
        width: 73px;
        height: 73px;
        border: 2px dashed #1b9dba;
        background: #eaeaf0 url("../images/circle-add.png") center no-repeat;
    }

    .uploaded-image .upload-button input {
        display: none;
    }

/* Global CSS Start */
* {
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    margin: 0;
}

img {
    max-width: 100%;
}

a:hover,
a:visited,
a:focus {
    text-decoration: none;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

h1 {
    font-size: 64px;
    line-height: 1.47;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.btn-blue {
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    border-radius: 21px;
    /*    background-color: #1b9dba;*/
    background-color: #1b9dba;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 0 20px;
    border: none;
    white-space: nowrap;
}

.btn-transparent {
    min-width: 148px;
    height: 38px;
    display: inline-block;
    line-height: 38px;
    padding: 0 15px;
    border-radius: 19px;
    border: 1px solid #ffffff;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
}

    .btn-transparent:hover,
    .btn-transparent:focus {
        color: #fff;
    }

    .btn-transparent + .btn-transparent {
        margin-left: 16px;
    }

.font-normal {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.input-label {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

    .input-label.required:after {
        content: " *";
        color: #e02020;
        position: relative;
        top: -1px;
    }

.input-text {
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 2px;
    border: 1px solid #cbd0dc;
    background-color: #ffffff;
    padding: 0 11px;
}

    .input-text:focus {
        border-color: #f98f49;
    }

    .input-text.error {
        border-color: #e02020;
    }

.input-text-wrapper {
    position: relative;
}

    .input-text-wrapper .icon {
        display: flex;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
    }

    .input-text-wrapper .input-text:focus + .icon svg path {
        fill: #1b9dba;
    }

.validation-error {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    display: block;
    color: #e02020;
    text-align: right;
    margin-top: 5px;
}

.form-radio-tab {
    display: flex;
    border-bottom: 2px solid #dfdfdf;
}

    .form-radio-tab .custom-control {
        flex: 1;
        text-align: center;
        padding: 0;
    }

    .form-radio-tab .custom-control-label {
        font-size: 16px;
        color: #b6bac2;
        position: relative;
        display: block;
        padding: 0 0 13px;
        cursor: pointer;
    }

    .form-radio-tab .custom-control-input {
        display: none;
    }

        .form-radio-tab .custom-control-input + .custom-control-label::before {
            display: none;
        }

        .form-radio-tab .custom-control-input:checked + .custom-control-label::after {
            width: 100%;
            display: inline-block;
            content: "";
            border-bottom: 4px solid #f98f49;
            position: absolute;
            left: 0;
            bottom: -1px;
            top: auto;
            background: none;
        }

.custom-control-input:checked + .custom-control-label {
    font-weight: 600;
    color: #222222;
}

.custom-checkbox .custom-control-input:checked + .custom-control-label {
    color: #b6bac2;
}

    .custom-checkbox .custom-control-input:checked + .custom-control-label:after {
        width: 23px;
        height: 23px;
        background: #f98f49 url("../images/check-white.png") center no-repeat;
        background-size: 12px;
    }

.custom-control.custom-checkbox .custom-control-input {
    width: 23px;
    height: 23px;
    margin: 0;
    top: 4px;
}

.custom-control.custom-checkbox .custom-control-label {
    font-weight: 400;
    color: #b6bac2;
    font-size: 14px;
    padding: 5px 0 0 10px;
    margin: 0;
}

    .custom-control.custom-checkbox .custom-control-label a {
        color: #f98f49;
        text-decoration: underline;
    }

    .custom-control.custom-checkbox .custom-control-label:before {
        width: 23px;
        height: 23px;
        border-radius: 2px;
        border: 3px solid #f98f49 !important;
        box-shadow: none !important;
    }

.custom-control.custom-radio .custom-control-label {
    margin: 0;
}

.custom-control.custom-radio .custom-control-input {
    margin: 0;
}

.custom-input-file .input-file-content {
    border: 1px dashed #1b9dba;
    background-color: #F4F4FB;
    text-align: center;
    padding: 14px 10px 10px;
}

    .custom-input-file .input-file-content h6 {
        font-size: 10px;
        font-weight: 500;
        color: #cbd0dc;
        margin-top: 8px;
    }

    .custom-input-file .input-file-content span.validation-error {
        text-align: center;
        position: static;
    }

.custom-input-file .custom-file-label {
    height: 31px;
    line-height: 31px;
    border-radius: 16px;
    background-color: #1b9dba;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin: 18px 0 0;
    padding: 0 22px;
    position: static;
    border: none;
    cursor: pointer;
}

    .custom-input-file .custom-file-label.btn-orange {
        background: #f98f49;
        padding: 0px 25px;
        border-radius: 20px;
        height: 40px;
        line-height: 40px;
        margin: 12px 0 10px;
    }

    .custom-input-file .custom-file-label:after {
        display: none;
    }

.custom-input-file .custom-file-input {
    display: none;
}

.custom-input-file.secondary .input-file-content {
    background: #f5f8ff;
    border-width: 2px;
}

    .custom-input-file.secondary .input-file-content h6 {
        color: #3b3b3b;
        font-size: 16px;
        line-height: 26px;
        font-weight: normal;
    }

#FilesUploaded {
    border-radius: 2px;
    border: 1px solid #cbd0dc;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1b9dba;
    margin-top: 17px;
    padding: 4px 11px;
    text-decoration: underline;
    max-height: 120px;
    overflow-y: scroll;
}

    #FilesUploaded > div {
        padding: 5px 0;
    }

        #FilesUploaded > div > div {
            display: flex;
            justify-content: space-between;
        }

#PreviousProjectFilesUploaded {
    border-radius: 2px;
    border: 1px solid #cbd0dc;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1b9dba;
    margin-top: 17px;
    padding: 4px 11px;
    text-decoration: underline;
    max-height: 120px;
    overflow-y: scroll;
}

    #PreviousProjectFilesUploaded > div {
        padding: 5px 0;
    }

        #PreviousProjectFilesUploaded > div > div {
            display: flex;
            justify-content: space-between;
        }



.modal {
    background: rgba(0, 0, 0, 0.5);
}

.custom-modal .modal-dialog {
    max-width: 659px;
    width: 100%;
}

.custom-modal .modal-content {
    border: none;
    border-radius: 9px;
}

.custom-modal .modal-header {
    padding: 22px 20px;
    position: relative;
    display: block;
    border: none;
}

.custom-modal .modal-title {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}

.custom-modal .modal-header .close {
    width: 28px;
    height: 28px;
    border: 2px solid #222;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    opacity: 1;
    position: absolute;
    right: 18px;
    top: 18px;
}

.custom-modal .modal-body {
    padding: 12px 20px;
}

    .custom-modal .modal-body .no-data {
        font-size: 20px;
        line-height: 28px;
        text-align: center;
    }

.custom-modal .modal-footer {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    border: none;
}

    .custom-modal .modal-footer .btn {
        font-size: 18px;
        border-radius: 22.5px;
    }

    .custom-modal .modal-footer .btn-default,
    .custom-modal .modal-footer .btn-default:hover {
        box-shadow: 0 0 2px 2px rgba(201, 201, 201, 0.5) !important;
        border: none;
        background-color: #fff;
        color: #666;
    }

    .custom-modal .modal-footer .left-btn .btn {
        min-width: 119px;
    }

    .custom-modal .modal-footer .right-btn .btn {
        min-width: 157px;
    }

    .custom-modal .modal-footer .right-btn .btn-secondary {
        margin-left: 11px;
    }

    .custom-modal .modal-footer .btn-secondary:hover,
    .custom-modal .modal-footer .btn-secondary:focus {
        background-color: #f98f49;
    }

.icon {
    display: inline-block;
}

.book-icon {
    width: 66px;
    height: 53px;
    display: inline-block;
    background-image: url(../images/Book.png);
}

.facebook-icon {
    width: 36px;
    height: 36px;
    background-image: url(../images/facebook.png);
}

.google-icon {
    width: 36px;
    height: 36px;
    background-image: url(../images/google.png);
}

.file-icon {
    width: 42px;
    height: 31px;
    background-image: url(../images/file-icon.svg);
}

/* Global CSS End */
/* Login Pages Layout CSS Start */
.login-main-wrapper {
    width: 100%;
/*    background-image: url("../images/LoginBackground.png");*/
    background-size: cover;
    padding: 80px 15px;
    display: flex;
    min-height: 100vh;
    align-items: center;
}

#LoginWrapperVideo {
    /* width: 1576px; */
    /* height: 946px; */
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
/*    max-height: 100%;*/
     max-width: 100%;
}

.login-main {
    max-width: 1150px;
    min-height: 607px;
    background-color: rgba(255,255,255,0.3);
    /*    background-image: linear-gradient(332deg, rgba(27, 32, 126, 0.85) 104%, rgba(7, 9, 60, 0) 3%);*/
    margin: 0 auto;
    border-radius:5px;
    /*    padding: 25px 50px;*/
    padding: 0px 0px 0px 50px;
    display: flex;
    flex: 0 0 100%;
    position: relative;
}

.transparent-logo {
/*    margin-left: -65px;*/
    margin-left: -10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.login-main .bg-header {
    width: 38px;
    height: 169px;
    opacity: 0.7;
    background-color: #2b309f;
    position: absolute;
    left: 0;
    top: 0;
}

    .login-main .h-border {
        width: 100%;
        height: 1px;
        opacity: 0.5;
        background-color: #c4c5e7;
        position: absolute;
        left: 0;
        top: 170px;
    }

    .login-main .v-border {
        width: 1px;
        height: 100%;
        opacity: 0.5;
        background-color: #c4c5e7;
        position: absolute;
        left: 39px;
        top: 0;
    }

    .login-main .v-border-2 {
        left: 467px;
    }

    .login-main .v-border-3 {
        left: 708px;
    }

.login-left {
/*    max-width: 395px;*/
max-width:100%;
    position: relative;
}

    .login-left h1 {
        color: #b9f1ff;
        margin: 92px 0 38px;
        padding-left: 15px;
    }

    .login-left h5 {
        position: relative;
        color: #a9b3be;
        padding-left: 52px;
        font-size: 20px;
    }

    .login-left span {
        font-size: 55px;
    }

        .login-left h5:before {
            width: 42px;
            height: 2px;
            display: inline-block;
            content: "";
            opacity: 0.3;
            border-radius: 1px;
            background-color: #ffffff;
            position: absolute;
            left: 0;
            top: 16px;
        }

.login-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex: 1;
    padding-left: 20px;
    position: relative;
}

/* Login Pages Layout CSS End */
    /* Welcome Page CSS Start */
    .welcome-content {
    margin-top: 330px;
    padding-right: 10px;
}

    .welcome-content h6 {
/*        color: #a9b3be;*/
color:white;
        margin-bottom: 24px;
    }

        .welcome-content h6:after {
            width: 42px;
            height: 2px;
            display: inline-block;
            vertical-align: middle;
            content: "";
            opacity: 0.3;
            border-radius: 1px;
            background-color: #ffffff;
            margin-left: 5px;
        }

    .welcome-content .facebook-icon {
        margin-right: 16px;
    }

/* Welcome Page CSS End */
/* Login Page CSS Start */
.login-form-wrapper {
    width: 461px;
    min-height: 100%;
    border: 1px solid #979797;
    border-radius:5px;
    background-color: #ffffff;
    padding: 20px 38px 20px 28px;
}

.login-form-heading {
    font-size: 18px;
    font-weight: 500;
    /*color: #1b9dba;
    border-bottom: 1px solid #1b9dba;*/
    color: #1b9dba;
    border-bottom: 1px solid #1b9dba;
    padding-bottom: 18px;
    margin-bottom: 16px;
}

.login-form-wrapper .form-group,
.custom-modal .form-group {
    margin: 0;
    padding-bottom: 25px;
    position: relative;
}

    .login-form-wrapper .form-group .validation-error,
    .custom-modal .form-group .validation-error {
        position: absolute;
        line-height: 16px;
    }

.login-form-wrapper .keep-login {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    padding-bottom: 40px;
}

    .login-form-wrapper .keep-login label {
        display: flex;
        align-items: center;
        margin: 0;
    }

        .login-form-wrapper .keep-login label span {
            margin-left: 8px;
        }

.login-form-wrapper a {
    /*    color: #1b9dba;*/
    color: #1b9dba;
}

.login-form-wrapper .login-btn .btn-blue {
    width: 100%;
}

.login-form-wrapper .or-login-wrapper {
    font-size: 14px;
    color: #cbd0dc;
    text-align: center;
    margin-top: 30px;
}

.login-form-wrapper .or-login-with {
    text-align: center;
    position: relative;
}

    .login-form-wrapper .or-login-with span {
        width: 118px;
        display: inline-block;
        background-color: #fff;
        position: relative;
        font-size: 12px;
    }

    .login-form-wrapper .or-login-with:before {
        width: calc(100% - 50px);
        display: inline-block;
        content: "";
        border: solid 1px #cbd0dc;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 10px;
    }

.login-form-wrapper .or-login-icons {
    margin: 35px 0 23px;
}

    .login-form-wrapper .or-login-icons .icon {
        border: 1px solid #C3C1CE;
        border-radius: 50%;
        margin: 0 10px;
    }

/* Login Page CSS End */
/* Sign Up Page CSS Start */
.signup-form-wrapper {
    padding: 20px 0;
}

    .signup-form-wrapper .login-form-heading {
        margin: 0 38px 16px 28px;
    }

    .signup-form-wrapper .form-radio-tab {
        margin-bottom: 35px;
    }

    .signup-form-wrapper .or-login-wrapper {
        padding: 0 38px 0 28px;
    }

.signup-form-inner {
    margin-bottom: 20px;
    padding: 0 28px;
    max-height: 270px;
    overflow: auto;
}

    .signup-form-inner .add-links .input-text-wrapper {
        margin-bottom: 15px;
    }

.signup-form-wrapper .login-btn {
    padding: 0 38px 0 28px;
}

.postal-input {
    display: flex;
}

.signup-form-wrapper .btn-secondary {
    min-width: 160px;
    height: 42px;
    line-height: 42px;
    border-radius: 2px;
    margin-left: 15px;
}

    .signup-form-wrapper .btn-secondary:hover,
    .signup-form-wrapper .btn-secondary:focus {
        background-color: #f98f49;
    }

.address-list-modal .address-list {
    margin: 0 -20px;
    max-height: 325px;
    overflow: auto;
}

    .address-list-modal .address-list .postal-addresses {
        font-size: 20px;
        line-height: 28px;
        color: #666;
        padding: 14px 25px;
        margin-top: -10px;
    }

        .address-list-modal .address-list .postal-addresses:hover {
            background-color: #1b9dba;
            color: #fff;
        }

.postal-addresses-active {
    background-color: #1b9dba !important;
    color: #fff !important;
}

.manual-address-modal .manual-address {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

    .manual-address-modal .manual-address .form-group {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

        .manual-address-modal .manual-address .form-group label {
            font-size: 16px;
        }

.manual-address-modal .modal-footer .left-btn .btn {
    min-width: 169px;
}

/* Sign Up Page CSS End */
@media only screen and (min-width: 768px) {
   /* .navbar-toggler {
        display: none;
    }*/

    /* modal center */
    .modal {
        text-align: center;
        padding: 0 !important;
    }

        .modal:before {
            content: "";
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -4px;
        }

    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

    /* modal center */
}
/* Media Query CSS Start */
@media screen and (max-width: 992px) {
    .login-form-wrapper {
        width: 315px;
    }

    .manage-account-wrapper .manage-account-left,
    .manage-account-wrapper .account-side {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .manage-account-wrapper .manage-account-left {
        text-align: center;
    }

        .manage-account-wrapper .manage-account-left .account-image {
            margin: 0 auto 20px;
        }

        .manage-account-wrapper .manage-account-left > div {
            margin-bottom: 20px !important;
        }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }

    .btn-transparent {
        min-width: 100px;
    }

    .login-main-wrapper {
        padding: 40px 15px;
    }

    .col-rev {
        flex-direction: column-reverse;
    }

        .col-rev figure {
            text-align: center;
        }

            .col-rev figure img {
                max-width: 140px !important;
            }

    .login-main {
        display: block;
        min-height: inherit;
        background: rgba(39, 45, 152, 0.9);
        background-color: rgba(255,255,255,0.3);
        padding: 20px;
    }

    .transparent-logo {
        margin-left: 0px;
    }


    .login-left h1 {
        margin: 20px 0;
        padding-left: 0;
    }

    .login-left span {
        font-size: 28px;
    }

    .login-left h5 {
        font-size: 18px;
    }



    .login-right {
        align-items: flex-start;
        padding-left: 0;
    }

    .welcome-wrapper {
        margin-top: 30px;
    }

    .welcome-content {
        margin-top: 30px;
    }

    .login-form-wrapper {
        width: 100%;
        margin-top: 20px;
        padding: 20px 15px;
    }

        .login-form-wrapper .keep-login {
            display: block;
        }

            .login-form-wrapper .keep-login label {
                margin-bottom: 10px;
            }

    .signup-form-wrapper {
        padding: 20px 0;
    }

        .signup-form-wrapper .login-form-heading {
            margin: 0 15px 16px;
        }

        .signup-form-wrapper .login-btn {
            padding: 0 15px;
        }

        .signup-form-wrapper .already-member-text {
            padding: 25px 15px 0;
        }

    .signup-form-inner {
        max-height: inherit;
        overflow: visible;
        padding: 0 15px;
    }

    /*body {
    padding-top: 68px;
  }*/
    .sidebar + .content-wrapper {
        margin-left: 0 !important;
    }

    .header {
        padding: 0 15px;
    }

        .header .navbar-brand {
            color: rgba(0, 0, 0, 0.9);
            width: 35px;
            margin-left: 15px;
        }

    .navbar-light .navbar-toggler {
        padding: 0;
        border: 0;
    }

        .navbar-light .navbar-toggler .navbar-toggler-icon {
            background: url("../images/menu.svg") center no-repeat;
            background-size: 23px;
        }

    .sidebar {
        width: 233px !important;
        transform: translateX(0px);
        -ms-transform: translateX(0px);
        -moz-transform: translateX(0px);
        top: 0;
        border-radius: 0;
        padding-top: 20px;
    }

        .sidebar .menu-icon {
            background: url("../images/close-white.png") center no-repeat;
            top: 10px;
            right: 10px;
            background-size: 16px;
        }

        .sidebar.show span.name,
        .sidebar span.arrow {
            visibility: visible;
        }

        .sidebar.show {
            transform: translateX(-300px);
            -ms-transform: translateX(-300px);
            -moz-transform: translateX(-300px);
        }

    .login-main .v-border-1,
    .login-main .v-border-3,
    .login-main .v-border-2,
    .login-main .h-border {
        width: 0px;
        position: absolute;
        left: 0px;
    }

    .dropdown-toggle #UserName,
    .dropdown-toggle .icon {
        display: none;
    }

    .header > .navbar-nav li {
        padding: 0 12px;
    }

        .header > .navbar-nav li .userImg {
            margin: 0;
        }

    .custom-modal .modal-dialog {
        width: calc(100% - 30px);
        margin: 50px 15px 0;
    }

    .custom-modal .modal-header {
        padding: 15px 25px;
    }

        .custom-modal .modal-header h4 {
            font-size: 20px;
        }

    .custom-modal .address-list {
        margin: 0 -15px;
    }

        .custom-modal .address-list .postal-addresses {
            font-size: 15px;
            line-height: 20px;
        }

    .custom-modal .modal-body {
        padding: 15px;
    }

    .custom-modal .modal-footer {
        padding: 15px;
    }

        .custom-modal .modal-footer .btn {
            font-size: 15px;
            min-width: 90px !important;
            padding-left: 15px;
            padding-right: 15px;
        }

    .form-group.form-check-inline.m-0 {
        margin-bottom: 20px !important;
    }

    .btn-row .col-md-2 {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 20px !important;
    }

        .btn-row .col-md-2 .btn {
            width: 100%;
        }

    .card-title .cancel-btn {
        margin: 0 !important;
        float: none;
    }

    #addressLookUp {
        width: 100%;
    }

    .file-label #FilesUploaded > div > div span {
        display: block;
        width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
/* Media Query CSS End */
.padding {
    padding-right: 35px;
}

/*LOADER
*/
#loader {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 999999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#loader::after {
    content: "";
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: #11848b;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    background: none;
    font-weight: normal;
    color: #454545;
    margin: 0px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0px;
    width: 35px;
    height: 20px;
    text-decoration: none;
    text-align: center;
}

.ui-widget.ui-widget-content {
    min-width: 270px;
}

.ui-widget-header {
    border: none;
    background: none;
    color: #333333;
    font-weight: bold;
}

body::-webkit-scrollbar,
ul::-webkit-scrollbar,
textarea::-webkit-scrollbar,
div::-webkit-scrollbar,
form::-webkit-scrollbar {
    width: 7px;
    /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track,
ul::-webkit-scrollbar-track,
textarea::-webkit-scrollbar-track,
div::-webkit-scrollbar-track,
form::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* color of the tracking area */
}

body::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb,
form::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    /* creates padding around scroll thumb */
}

div,
body,
ul,
textarea,
form {
    scrollbar-width: thin;
    /* "auto" or "thin"  */
    scrollbar-color: #c1c1c1 #f1f1f1;
    /* scroll thumb & track */
}

div,
ul,
body, textarea, form {
    /* ie scrollbar color properties */
    scrollbar-base-color: #efefef;
    scrollbar-face-color: #666666;
    scrollbar-3dlight-color: #666666;
    scrollbar-highlight-color: #666666;
    scrollbar-track-color: #efefef;
    scrollbar-arrow-color: #666666;
    scrollbar-shadow-color: #666666;
    scrollbar-dark-shadow-color: #666666;
    scrollbar-width: thin;
}

.calender-container {
    position: relative;
    max-width: 20rem;
}

    .calender-container .bottom-btn {
        display: none;
        justify-content: space-between;
        position: absolute;
        top: 280px;
        z-index: 999;
        width: 100%;
        padding: 0 10px 0 0;
    }

        .calender-container .bottom-btn a {
            font-size: 12px;
            font-weight: 500;
            padding: 2px 2px 2px 40px;
            color: #2c3135;
            background: url("../images/save-date.svg") top 50% left no-repeat;
        }

            .calender-container .bottom-btn a + a {
                background: url("../images/cancel-date.svg") top 50% left no-repeat;
            }

        .calender-container .bottom-btn.show {
            display: flex;
        }

    .calender-container .dropdown-menu {
        width: 100%;
        padding-bottom: 50px;
    }

        .calender-container .dropdown-menu table {
            width: 100% !important;
            border-collapse: inherit;
        }

            .calender-container .dropdown-menu table th {
                font-weight: 500 !important;
                color: #7f8fa4;
            }

                .calender-container .dropdown-menu table th.datepicker-switch {
                    font-size: 16px !important;
                    color: #2c3135;
                }

            .calender-container .dropdown-menu table th,
            .calender-container .dropdown-menu table td {
                font-size: 12px !important;
            }

            .calender-container .dropdown-menu table td {
                font-size: 12px !important;
                color: #2c3135 !important;
            }

                .calender-container .dropdown-menu table td.active {
                    background-color: #1b9dba !important;
                    color: #fff !important;
                }

                .calender-container .dropdown-menu table td.old {
                    color: #bac2c7 !important;
                    background-color: #edf2f5 !important;
                }

.nav-tabs {
    border-color: #1b9dba;
    display: flex;
    flex-wrap: inherit;
}

@media screen and (max-width: 767px) {
    .nav-tabs {
        flex-wrap: wrap;
    }
}

.nav-tabs .nav-item {
    width: 100%;
    text-align: center;
    white-space: nowrap;
}

    .nav-tabs .nav-item .nav-link {
        font-size: 15px;
        color: #b6bac2;
        letter-spacing: 0.5px;
        font-weight: 500;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
    }

        .nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link:focus, .nav-tabs .nav-item .nav-link.active {
            border-color: #1b9dba #1b9dba #1b9dba;
            background-color: #1b9dba;
            color: #fff;
        }

.comic-box {
    display: flex;
    border-radius: 4px;
    position: relative;
}

    .comic-box .action-item {
        position: absolute;
        top: 8px;
        right: 13px;
        cursor: pointer;
        z-index: 99;
    }

        .comic-box .action-item .dropdown-toggle {
            width: 15px;
            height: 28px;
            background: url("../images/user-menu.png") center no-repeat;
            background-size: 21px;
            border: 0;
        }

        .comic-box .action-item.wishlist {
            background: url("../images/heart.png") center no-repeat;
            background-size: 24px;
            width: 24px;
            height: 24px;
        }

            .comic-box .action-item.wishlist.selected {
                background: url("../images/heart-fill.png") center no-repeat;
                background-size: 24px;
                width: 24px;
                height: 24px;
            }

    .comic-box figure {
        width: 133px;
        height: 185px;
        min-width: 133px;
        overflow: hidden;
        margin: 0 20px 0 0;
        background: #b6bac2 url("../images/Book.png") center no-repeat;
    }

        .comic-box figure img {
            max-width: 100%;
        }

    .comic-box .comic-text {
        color: #222222;
        padding-bottom: 40px;
    }

        .comic-box .comic-text h3 {
            font-size: 18px;
            line-height: 1.2;
            font-weight: 500;
            margin-bottom: 10px;
        }

            .comic-box .comic-text h3.has-icon {
                padding-right: 30px;
                margin-bottom: 20px;
            }

        .comic-box .comic-text .tag {
            font-size: 14px;
            color: #adafc9;
            line-height: 24px;
            font-weight: 500;
        }

            .comic-box .comic-text .tag.writer {
                background: url("../images/writer.png") top 50% left 0 no-repeat;
                padding-left: 31px;
                background-size: 20px;
                margin-top: 5px;
            }

            .comic-box .comic-text .tag.reader {
                background: url("../images/reader.png") top 50% left 0 no-repeat;
                padding-left: 31px;
                background-size: 20px;
                margin-top: 5px;
            }

        .comic-box .comic-text .description {
            font-size: 14px;
            word-break: break-word;
        }

            .comic-box .comic-text .description a {
                font-weight: 600;
            }

        .comic-box .comic-text .credits {
            font-size: 20px;
            font-weight: 500;
            line-height: 1.2;
            color: #f98f49;
            margin: 0;
            padding: 20px 0 12px 0;
            border-top: 1px dashed #e7e7e7;
        }

        .comic-box .comic-text .btn {
            height: 38px;
            line-height: 38px;
            min-width: 0;
            padding: 0 20px;
            position: absolute;
            bottom: 15px;
        }

    .comic-box.skyblue {
        background-image: linear-gradient(280deg, #ffffff -14%, #21a1da 99%);
    }

    .comic-box.orange {
        background-image: linear-gradient(280deg, #ffffff -14%, #f9d67f 99%);
    }

    .comic-box.green {
        background-image: linear-gradient(280deg, #ffffff -14%, #61d376 99%);
    }

    .comic-box.light {
        box-shadow: 0 0 12px 0 rgba(44, 52, 170, 0.16);
        padding: 20px 10px;
    }

        .comic-box.light .comic-text {
            color: ;color:#222222;
        }

            .comic-box.light .comic-text a {
                color: ;color:#222222;
            }

            .comic-box.light .comic-text .btn {
                background-color: #fff;
                color: #222;
                border-color: #fff;
            }

.search-filter-wrapper {
    display: flex;
    padding: 20px 0px 0 0;
}

@media screen and (max-width: 767px) {
    .search-filter-wrapper {
        flex-wrap: wrap;
    }

        .search-filter-wrapper .right {
            padding-left: 0;
        }
}

.search-filter-wrapper .left {
    flex: 0 0 70%;
    max-width: 70%;
}

    .search-filter-wrapper .left .form-inline .pr-3 {
        color: #9b9b9b;
    }

@media screen and (max-width: 767px) {
    .search-filter-wrapper .left {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.search-filter-wrapper .right {
    flex: 0 0 30%;
    max-width: 30%;
    padding-left: 20px;
}

@media screen and (max-width: 767px) {
    .search-filter-wrapper .right {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }
}

hr.dashed {
    margin: 30px 0 0 0;
    width: 100%;
    border-top: 2px dashed #eee;
}

.slider-wrapper {
    position: relative;
}

    .slider-wrapper .owl-nav {
        position: absolute;
        right: 0;
        top: -50px;
    }

        .slider-wrapper .owl-nav button {
            margin: 0 10px;
        }

            .slider-wrapper .owl-nav button span {
                font-size: 30px;
            }

.new-comics {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    overflow: hidden;
}

    .new-comics .wrapper {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding: 0 20px 50px;
        border-right: 1px solid #eee;
    }

@media screen and (max-width: 1332px) {
    .new-comics .wrapper {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 387px) {
    .comic-box .comic-text h3 {
        margin-bottom: 0px;
    }
    .comic-box .comic-text h3.has-icon {
                margin-bottom: 0px;
            }
    .comic-box .comic-text .credits {
        font-size:15px;
        padding: 0 0 0 0;
    }
    .comic-box .comic-text .btn {
        bottom: -7px !important;
    }

}


@media screen and (max-width: 955px) {
    .new-comics .wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.new-comics .wrapper .comic-box figure {
    width: 110px;
    height: 158px;
    min-width: 110px;
}

.new-comics .wrapper .comic-box .comic-text {
    padding-right: 10px;
}

.for-sale {
    display: flex;
    flex-wrap: wrap;
    margin: 5px -10px;
}

    .for-sale .wrapper {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .for-sale .wrapper3 {
        flex: 0 0 33%;
        max-width: 33%;
    }

    .for-sale .wrapper .comic-box {
        padding: 10px;
        box-shadow: 0 0 11px 0 rgba(163, 163, 163, 0.34);
        border-radius: 5px;
        cursor: pointer;
    }

        .for-sale .wrapper .comic-box h3 {
            font-size: 15px;
        }

        .for-sale .wrapper .comic-box .tag {
            margin: 0;
            line-height: 18px;
        }

        .for-sale .wrapper .comic-box figure {
            width: 110px;
            min-width: 110px;
            height: 155px;
            margin-right: 10px;
        }

        .for-sale .wrapper .comic-box .btn {
            font-size: 12px;
            height: 32px;
            line-height: 32px;
            padding: 0 10px;
        }

@media screen and (max-width: 992px) {
    .for-sale .wrapper {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .for-sale .wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 1200px) and (min-width : 992px) {
    .comic-box {
        min-height: 320px !important;
        max-height: 320px !important;
        min-width: 240px;
        max-width: 270px;
    }
}

@media screen and (max-width: 361px) {
    .comic-box {
        min-height: 290px !important;
        max-height: 290px !important;
        min-width: 240px;
        max-width: 270px;
    }
}

@media screen and (max-width: 442px) {
    .comic-box {
        min-height: 280px !important;
        max-height: 280px !important;
        min-width: 240px;
        max-width: 270px;
    }
}
.for-sale.user-data .wrapper figure {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 4px;
    overflow: hidden;
}

.for-sale.user-data .wrapper .comic-text {
    padding: 0;
}

    .for-sale.user-data .wrapper .comic-text h3 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.4px;
    }

    .for-sale.user-data .wrapper .comic-text h3,
    .for-sale.user-data .wrapper .comic-text p {
        margin-bottom: 0;
    }

#editForm .form-group {
    margin-bottom: 0;
}

#editForm .address-bar .form-group {
    margin-bottom: 15px;
}

.inline-form-wrapper {
    display: flex;
}

    .inline-form-wrapper .form-control {
        background: #f8f9f8 url("../images/search.png") top 50% right 15px no-repeat;
        border: 0;
        box-shadow: none !important;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 40px 0 10px;
    }

        .inline-form-wrapper .form-control::placeholder, .inline-form-wrapper .form-control::-ms-input-placeholder, .inline-form-wrapper .form-control::-webkit-input-placeholder {
            color: #aeaeae;
        }

        .inline-form-wrapper .form-control.no-bg {
            background-color: transparent;
            border-bottom: 1px solid #222;
            border-radius: 0;
            padding-left: 0;
        }

    .inline-form-wrapper .icon-button {
        background: #f98f49 url("../images/filter.png") center no-repeat;
        width: 60px;
        min-width: 60px;
        height: 38px;
        margin-left: 12px;
        border: 0;
        border-radius: 11px;
        background-size: 22px;
    }

/* Media Query CSS End */
.comic-modal {
    padding: 0 !important;
}

    .comic-modal .modal-lg {
        max-width: 1150px;
        width: 100%;
    }

    .modal.show {
        display: flex !important;
    }

@media screen and (max-width: 767px) {
    .no-btn{
        margin-left:11px;
        margin-top:10px;
    }
    .comic-modal .modal-lg {
        margin: 0;
        padding: 20px;
    }

    .manual-address-modal .manual-address .form-group {
        width: 100%;
    }

    .modal-footer .right-btn {
        display: inline-grid;
    }

        .modal-footer .right-btn #btnSelectAddressForm {
            margin-top: 10px;
        }

        .modal-footer .right-btn #btnmanualAddressForm {
            margin-top: 10px;
        }
}

.comic-modal .modal-content {
    border-radius: 4px;
}

.comic-modal .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 20px;
    padding: 0;
    border: 2px solid #222;
    color: #222222;
    opacity: 1;
    border-radius: 50%;
    z-index: 99;
    font-size: 16px;
    font-weight: 500;
}

.comic-modal .CollabListDetailContainer {
    padding: 20px 30px;
    background: url("../images/path.svg") top 150px left no-repeat;
}

    .comic-modal .CollabListDetailContainer .form-group label {
        font-size: 14px;
        font-weight: 400;
    }

    .comic-modal .CollabListDetailContainer .form-group div {
        font-size: 16px;
    }

    .comic-modal .CollabListDetailContainer figure img {
        max-width: 230px;
    }

    .comic-modal .CollabListDetailContainer .pop-title {
        margin-bottom: 20px;
    }

        .comic-modal .CollabListDetailContainer .pop-title h2 {
            font-size: 14px;
            font-weight: 500;
        }

        .comic-modal .CollabListDetailContainer .pop-title span {
            color: #9b9b9b;
        }

.custom-select {
    background: url("../images/select-arrow.png") top 50% right 10px no-repeat;
}

/*# sourceMappingURL=style.css.map */

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #bac2c7 !important;
    background-color: #edf2f5 !important;
}

.datepicker .datepicker-years {
    padding-bottom: 50px;
}

.datepicker .datepicker-months {
    padding-bottom: 50px;
}

.datepicker .datepicker-decades {
    padding-bottom: 50px;
}

.datepicker .datepicker-centuries {
    padding-bottom: 50px;
}






/*Notifications Style*/

.notification {
    width: 18px;
    margin-right: 52px;
}


.notificationIcon-box {
    display: inline-block;
    margin-right: 30px;
    position: relative;
}

    .notificationIcon-box .notificationIcon {
        width: 20px;
        cursor: pointer;
    }

    .notificationIcon-box .notificationIndicator {
        display: none;
    }

        .notificationIcon-box .notificationIndicator.show {
            background: red;
            display: inline-block;
            border-radius: 50%;
            width: 8px;
            height: 8px;
            right: -1px;
            top: 4px;
            position: absolute;
        }

#notificationListBox {
    position: absolute;
    background: #fff;
    z-index: 1000;
    border: 1px solid;
    border-color: black;
    /*    opacity: 0.9;*/
    top: 80px;
    right: 40px;
    border-radius: 7px;
    width: 280px;
    box-shadow: 0px 3px 4px 2px #ccc;
    display: none;
}

    #notificationListBox.show {
        display: inline-block;
    }

    #notificationListBox .notification-heading {
        display: inline-block;
        padding: 20px 15px;
        color: black;
        font-family: "Work Sans", sans-serif;
        font-weight: 800;
    }

    #notificationListBox ul {
        /*padding: 0 15px;*/
    }

        #notificationListBox ul li.notification-item {
            padding: 7px 15px;
            cursor: pointer;
        }

            #notificationListBox ul li.notification-item:hover {
                background-color: #eee;
            }

            #notificationListBox ul li.notification-item .notif-type {
                display: block;
                color: red;
            }

            #notificationListBox ul li.notification-item .notif-detail {
                display: block;
            }

    #notificationListBox .notificationList {
        max-height: 330px;
        overflow-y: auto;
    }


.noNewNotifications {
    padding: 0 15px 15px;
    color: black;
}

.close-collab {
    /*    margin-left: 10px;*/
}

@media only screen and (max-width: 407px) {
    .close-collab {
        margin-left: 0px !important;
    }
}

@media only screen and (max-width: 397px) {
    .close-collab {
        margin-top: 10px;
        margin-left: 0px !important;
    }
}

@media only screen and (min-width: 992px) {
   /* .nav-link.active {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: #000;
        position: absolute;
        bottom: 5px;
        left: 0px;
    }*/
   /* .nav-item {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: #000;
        position: absolute;
        bottom: 5px;
        left: 0px;
    }*/
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 23px 20px;
        font-size: 20px;
        font-weight: 500;
    }
    .nav-item.dropdown a {
        padding: 23px 20px;
    }

    .nav-item.dropdown.show {
        position: relative;
    }
    .nav-item.dropdown.show::after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: #000;
        position: absolute;
        bottom: 5px;
        left: 0px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu.show {
        position: fixed;
        width: 100%;
        top: 68px;
        left: 0px;
        display: flex;
        align-items: center;
        padding-left: 30px;
        /*        justify-content: center;*/
        box-shadow: none;
        margin-top: 0px;
        border-bottom: 1px solid #f0f0f0;
    }
    .dropdown-menu .dropdown-item {
        width: auto;
        white-space: normal;
    }
}

@media only screen and (max-width: 991px) {
    .header {
        padding-left: 50px;
    }

    .navbar.navbar-expand-lg.navbar-light {
        position: absolute;
        left: 0;
        top: 12px;
        width: 100%;
        background-color: white;
        z-index:-1;
    }

    .navbar-collapse.collapse.show {
        background: rgb(255, 255, 255);
    }

    .navbar-nav .nav-item {
        border-bottom: 1px solid #f0f0f0;
    }

    .navbar-nav .nav-item:last-child {
        border-bottom:0px;
    }
    .navbar-nav .dropdown-menu {
        box-shadow: none;
    }
    .navbar-light .navbar-toggler .navbar-toggler-icon {
        background: url(../images/menu.svg) center no-repeat;
        background-size: 23px;
    }
    .navbar-light .navbar-toggler {
        padding: 0;
        border: 0;
    }
}

@media only screen and (max-width: 767px) {
    #SubscriptionDuration{
        float:left !important;
    }

    .mange-account-dropdown.admin.show {
        top: 30px !important;
        left: -44% !important;
        box-shadow: 0 0 12px 0 rgb(99 99 99 / 16%);
        z-index: 1001;
    }
}

    @media only screen and (max-width: 390px) {
        .comic-box figure {
            width: 113px;
            min-width: 113px;
        }

            .comic-box figure + img {
                width: 113px !important;
                min-width: 113px !important;
            }

        .comic-box.light .comic-text .btn.one {
            margin-bottom: 50px !important;
            height: 30px !important;
            font-size: 11px;
            line-height: 32px !important;
        }

        .comic-box.light .comic-text .btn.two {
            height: 30px !important;
            font-size: 11px;
            bottom: 7px !important;
            line-height: 29px !important;
        }

        .comic-box .comic-text .description {
            font-size: 11px;
        }
    }

    .mange-account-dropdown.show {
        top: 30px !important;
       /* left: 44% !important;*/
        box-shadow: 0 0 12px 0 rgb(99 99 99 / 16%);
        z-index: 1001;
    }

.open-collaboration-img {
    top: 5px;
    left: 72px;
    position: absolute;
    height: 45px;
    width: 45px;
}

.closed-collaboration-img {
    top: 5px;
    height: 50px;
    width: 45px;
    position: absolute;
    left: 72px;
}


@media only screen and (max-width: 1235px) {
    #LoginWrapperVideo {
        max-height: 100%;
        max-width: fit-content;
    }
}

div h2.SubscriptionExpirationMessage{
    font-size:45px;
}

@media only screen and (max-width: 1045px) {
    .welcome-signup {
        margin-left: 0px !important;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    div h2.SubscriptionExpirationMessage {
        font-size: 30px;
    }
    .welcome-signup {
        margin-left: 0px !important;
        margin-top:0px;
    }
}


