/*Crop pricing*/

.pricing-items {
    margin: 0px -20px 10px -20px;
}

.pricing-items a:hover {
    text-decoration: none;
}

.pricing-tabs {
    padding: 20px !important;
}

.pricing-text {
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 8px;
}

.pricing-tabs p {
    margin: 0;
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
    color: #959595;
}

.pricing-text:hover p {
    color: #000;
}

.pricing-text:hover p {
    color: #000;
}

.pricing-text:hover {
    box-shadow: 0 6px 36px 6px rgba(0, 0, 0, 0.2);
}

.pricing-text.active {
    box-shadow: 0 6px 36px 6px rgba(0, 0, 0, 0.2);
    background-color: #1ada8f;
}

.pricing-text.active p {
    color: #fff;
}

.pricing-box {
    padding: 15px 20px 10px 20px !important;
}

.pricing-input {
    padding: 25px !important;
}

.pricing-input p {
    margin-bottom: 0px;
    font-size: 15px;
    color: #000;
    margin-top: 10px;
    font-weight: 500;
}

/*.pricing-input input{
    height: 40px;
    padding: 0 15px;
    border: 1px solid #707070;
}.pricing-input input{
    height: 40px;
    padding: 0 15px;
    border: 1px solid #707070;
}*/
.pricing-input .srch-input {
    border-right: none;
}

.pricing-input span {
    border: 1px solid;
    background-color: #fff;
}

.pricing-input select {
    height: 40px;
    padding: 0 15px;
    border: 1px solid #707070;
    border-radius: 6px;
}

.pricing-table {
    width: 100%;
    margin-bottom: 5%;
}

.pricing-table thead {
    background-color: #ede5e5;
    font-size: 17px;
    color: #959292;
}

.pricing-table.table thead th {
    border: none;
    font-weight: 600;
    padding: 15px 15px;
}

.pricing-table tr td {
    font-size: 17px;
    font-weight: 600;
    color: #959292;
}

.pricing-table .table-edit-btn {
    margin-right: 15px;
}

.pricing-table .table-edit-btn:hover {
    text-decoration: none;
}

.pricing-table-back {
    margin-top: 25px;
    margin-bottom: 50px;
}

.pricing-table .table td,
.table th {
    border-top: none;
    border-bottom: 1px solid #bfbcbc;
}

@media (max-width: 767px) {
    .pricing-tabs p {
        padding: 7px 0;
        font-size: 20px;
    }

    .pricing-tabs {
        padding: 10px !important;
    }

    .pricing-items {
        margin: 35px -10px 10px -10px;
    }

    .pricing-input p {
        margin-bottom: 0px;
        font-size: 15px;
        color: #000;
        margin-top: 0;
        font-weight: 500;
    }

    .pricing-input {
        padding: 0 !important;
    }
}

/*Crop pricing*/

/*Promotions*/

.pricing-input .dropdown button {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    background-color: #fff;
    border: 1px solid #707070;
}

.pricing-input .upload-file input {
    border: none;
}

.pricing-input .upload-file {
    margin-top: 12px;
}

.pricing-input .drop-items {
    height: auto;
}

.pricing-input .dropdown-item {
    padding: 7px;
}

.pricing-input .dropdown-item label {
    margin-bottom: 0;
}

.pricing-input .dropdown-item.active,
.dropdown-item:active {
    color: #212529;
    text-decoration: none;
    background-color: #fff;
}

.pricing-input .dropdown-menu {
    height: 35vh;
    overflow: auto;
}


/*Promotions*/


/*Packages*/

.pricing-input .upload-img {
    height: 14vh;
    width: 25%;
    border: 1px solid #707070;
    border-radius: 26px;
    margin-top: 20px;
}

.package-add {
    border: 1px solid #909090;
    height: 35vh;
    width: 100%;
    margin-bottom: 30px;
    overflow-x: auto;
    border-radius: 7px;
}

.package-srch {
    padding: 0 20px 0 25px !important;
}

.package-srch h3 {
    font-size: 23px;
    margin-bottom: 30px;
}

.package-img-box {
    padding: 60px 25px 0 20px !important;
}

.package-price p {
    display: inline-block;
    font-size: 23px;
    margin-bottom: 0px;
    color: #000;
    font-weight: 500;
    margin-top: 4px;
}

.package-price form {
    display: inline-block;
}

.package-price input {
    text-align: right;
}

.package-img-wrap {
    width: 100%;
    white-space: normal;
    overflow-x: hidden;
    padding-top: 50px;
    padding-bottom: 30px;
}

.package-img-wrap .scroll-ele {
    display: inline-block;
    padding: 9px;
    text-align: center;
}

.package-srch-box {
    width: 100% !important;
}

.package-img-wrap {
    width: 100%;
    padding-top: 7px;
}

.pack-img {
    display: block;
    padding: 0 10px;
    text-align: center;
}

.pack-img img {
    width: 30%;
    height: auto;
}

.pack-img p {
    margin-top: 4px;
    margin-bottom: 10px;
    font-size: 12px;
}

.package-srch-img {
    margin-top: 15px;
}

@media (max-width: 767px) {
    .package-btn {
        margin-bottom: 10px;
    }
}


/*Packages*/


/*Link Content*/

.link-select {
    padding: 0 10px;
}

.selected-link {
    font-style: 18px;
    font-weight: 600;
    padding: 0 10px;
    margin: 30px 0 0 0;
    color: #afafaf;
}

.link-box {
    margin: 20px 0;
}

.selected-link button {
    float: right;
    border: none;
    padding: 1px 12px;
    font-size: 30px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0px 1px 2px 1px #a99a9a;
    border-radius: 8px;
}


/*Link Content*/

/*Home*/

.gene-btn {
    padding: 10px 20px 25px 45px !important;
}

.gene-btn button {
    float: left;
}

.gene-date input {
    height: 40px;
    padding: 0 15px;
    border: 1px solid #707070;
    width: 100%;
    border-radius: 6px;
}

@media (max-width: 767px) {
    .gene-btn {
        padding: 10px 20px 25px 20px !important;
    }
}

/*Home*/


/*Non Notifications*/

.noti-items {
    padding: 50px 0;
}

.non-date {
    width: 50%;
    display: inline-block;
    margin-right: 15px;
}

.non-add {
    font-size: 22px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 5px;
    cursor: pointer;
    color: #1ada8f;
    border: 1px solid #333 !important;
}

.non-head {
    margin-top: 50px;
}

.non-head p {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
}

.check-items h5 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.check-items {
    display: table;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 30px;
}

.non-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
}

.non-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border: 1px solid #6b6262;
    box-shadow: 1px 2px 3px 1px #0a0a0a45;
}

.non-check:hover input~.checkmark {
    background-color: #ccc;
}

.non-check input:checked~.checkmark {
    background-color: #19d38b;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.non-check input:checked~.checkmark:after {
    display: block;
}

.non-check .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.non-btns {
    padding: 50px 0 !important;
}

@media (max-width: 768px) {
    .non-btns button {
        margin-bottom: 10px;
    }
}

/*Non Notifications*/


/*Scheduled Notification*/

.sche-btn {
    height: calc(2.25rem + 2px);
    padding: 7px 20px;
    font-weight: 500;
    font-size: 14px;
}

.sche-table-delete:hover {
    text-decoration: none;
    color: #fff;
}

.sche-table-delete {
    padding: 3px 10px;
    font-size: 14px;
    color: #fff;
    background-color: #28a745;
    font-weight: 500;
    border-radius: 6px;
}

.sche-table-btn:hover {
    text-decoration: none;
    color: #fff;
}

.sche-table-btn {
    padding: 3px 10px;
    font-size: 14px;
    color: #fff;
    background-color: #007bff;
    font-weight: 500;
    border-radius: 6px;
}

/* The container */
.sche-head .container {
    display: block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.sche-head .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.sche-head .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #eee;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.sche-head .container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.sche-head .container input:checked~.checkmark {
    background-color: #1ada8f;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.sche-head .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.sche-head .container input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.sche-head .container .checkmark:after {
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}

.combination-btn {
    float: right;
}

.scheduled-modal p {
    margin-bottom: 10px;
    font-size: 15px;
    color: #000;
    margin-top: 10px;
    font-weight: 500;
}

.scheduled-modal .modal-footer {
    justify-content: flex-end;
}

.modal-btn {
    display: block;
    float: right;
}

.scheduled-modal .modal-header {
    padding: 12px 1rem;
    border-bottom: 1px solid #d8d8d8;
}

.sche-table-date {
    width: 100%;
    display: block;
    margin-right: 0;
    height: 29px !important;
    border-radius: 0 !important;
    border-color: #9f9fa0 !important;
    font-size: 13px;
}

.table-add {
    border-radius: 50%;
    background: #1ada8f;
    font-size: 14px;
    padding: 0 4px;
    cursor: pointer;
}

#scheduled-table_1 th {
    border: 1px solid #bfbcbc;
    border-right: none;
    border-bottom: none;
    font-size: 14px;
}

#scheduled-table_1 th:last-child {
    border-right: 1px solid #bfbcbc;
}

#scheduled-table_1 td:last-child {
    border-right: 1px solid #bfbcbc;
}

#scheduled-table_1 td {
    border: 1px solid #bfbcbc;
    border-right: none;
    border-top: none;
    font-size: 14px;
    vertical-align: middle;
}

/*Scheduled Notification*/

/*Marketing Notification*/

.marketing-modal .modal-body {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    border-top: 1px solid #1ada8f;
}

.marketing-table-btn {
    font-size: 13px;
    padding: 1px 7px;
    color: #fff !important;
    font-weight: 500;
    border-radius: 4px;
}

/*Marketing Notification*/


/*DashBoard*/

.count-num-head p {
    padding: 10px 5px;
    font-size: 40px;
    font-weight: 700;
}



.count-num-btn{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.count-num-btn button{
    width: max-content !important;
}

.count-num {
    color: #1ada8f;
    letter-spacing: 2px;
}

#canvas {
    width: 100%;
    height: 100%;
}

/*DashBoard*/

/*Comments*/

.comments-table .btn {
    padding: 3px 5px;
    font-size: 13px;
    text-align: center;
}


/*Comments*/

/*Comments-views*/

.comments-head {
    margin: 25px 0;
}

.comments-head p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.comments-box {
    border: 1px solid #8b9094;
    padding: 35px;
    margin: 10px 0;
    border-radius: 8px;
}

.comments-file {
    margin: 0 0 50px 0;
}

.comments-file p {
    padding: 10px 0 5px 0;
}

.comments-file input:focus {
    outline: 0;
}

.comments-box p {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 20px;
}

.comments-btn {
    padding: 5px 24px;
    font-size: 13px;
}

.comments-del {
    float: right;
}

.comments-del button {
    padding: 5px 24px;
    font-size: 13px;
}

.comments-box.comments-text {
    font-size: 13px;
}

.comments-img {
    max-width: 20%;
    height: auto;
    margin-top: 15px;
}

.comments-box audio {
    width: 90%;
}

.comments-post p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    padding-top: 30px;
}

.comments-post {
    border-top: 2px solid #1ada8f;
}

/*.upload-audio{
    width: 197px;
}*/

@media (max-width: 768px) {
    .comments-box {
        padding: 15px;
    }

    .comments-btn {
        width: auto !important;
        padding: 5px 20px;
        margin-bottom: 5px;
    }
}


/*Comments-views*/


/*Add Content*/

.lan-btn .btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #1ada8f;
    border-color: #1ada8f;
}

.lan-btn input {
    display: none;
}

.lan-btn .btn-secondary {
    color: #706f70;
    background-color: #ffffff;
    border-color: #1ada8f;
    padding: 10px 25px;
    margin: 15px 10px;
}

.lan-btn .btn-secondary:hover {
    color: #fff;
    background-color: #1ada8f;
    border-color: #1ada8f;
}

.lan-btn.btn-secondary:focus {
    box-shadow: none;
}

.lan-btn.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: none !important;
}


/*Add Content*/


/*CRMI Interface*/

.un-view-btn {
    font-size: 14px;
    display: inline-block;
    background-color: #007bff;
    color: #fff;
    padding: 3px 15px;
    border-radius: 5px;
    font-weight: 500;
    margin-right: 10px;
}

.un-sub-btn {
    font-size: 14px;
    display: inline-block;
    background-color: #fc602f;
    color: #fff;
    padding: 3px 15px;
    border-radius: 5px;
    font-weight: 500;
    margin-right: 10px;
}

.un-sub-btn:hover {
    color: #fff;
    text-decoration: none;
}

.un-view-btn:hover {
    text-decoration: none;
    color: #fff;
}

.crm-img {
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    width: 160px;
}

.crm-img img {
    border-radius: 15px;
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: center;
}

.img-sub {
    font-size: 13px;
    font-weight: 500;
    background: #fc602f;
    padding: 2px 6px;
    color: #fff;
    border-radius: 5px;
}

.img-sub:hover {
    color: #fff;
    text-decoration: none;
}

.crm-modal .modal-header {
    border-bottom: 1px solid #d8d8d8;
}

.crm-modal ol {
    margin: 0;
    padding: 0 0 0 1rem;
}

.crm-modal .content-name {
    font-weight: 600 !important;
    color: #1ada8f !important;
}

.crm-modal .modal-content p {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin: 0 5px;
}

.sub-heading {
    font-size: 17px;
    font-weight: 700;
    padding: 15px 25px;
    margin: 0;
}

.crm-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: max-content;
}

/* Hide the browser's default checkbox */
.crm-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.crm-check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.crm-check:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.crm-check input:checked~.checkmark {
    background-color: #1ada8f;
}

/* Create the checkmark/indicator (hidden when not checked) */
.crm-check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.crm-check input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.crm-check .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check-text {
    margin: 0 !important;
    padding: 20px 0;
    font-size: 15px;
    font-weight: 600;
}

.tree-view {
    padding: 20px 0 0 24px;
    font-size: 15px;
    font-weight: 500;
}

.tree-view ul,
#myUL {
    list-style-type: none;
    margin-top: 0;
}

.tree-view #myUL {
    margin: 0;
    padding: 0;
}

.tree-view .caret {
    cursor: pointer;
    -webkit-user-select: none;
    /* Safari 3.1+ */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
}

.tree-view .caret::before {
    content: "\25B6";
    color: black;
    display: inline-block;
    margin-right: 6px;
}

.tree-view .caret-down::before {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari */
    '
transform: rotate(90deg);
}

.tree-view .nested {
    display: none;
}

.tree-view .active {
    display: block;
}


/*CRMI Interface*/

/*Crop Look and Crop Pricing*/

.crop-look-pad {
    padding: 2% 20px 0;
}

.crop-look-img {
    width: 220px;
    height: 220px;
    padding: 35px 35px 0 35px;
    text-align: center;
}

.crop-look-mar {
    margin: 0 -20px;
}

.crop-look-img-modal {
    width: 220px;
    height: 220px;
    padding: 35px 35px 0 35px;
    text-align: center;
}

.crop-look-img-modal {
    width: 160px;
    height: 160px;
    padding: 25px 35px 0 35px;
    text-align: center;
    position: relative;
}

.crop-look-img-modal .scroll-ele__name {
    font-weight: 300;
    font-size: 12px;
}

/* The container */
.crop-look-check {
    display: block;
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.crop-look-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.crop-look-checkmark {
    position: absolute;
    top: -5px;
    right: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid gray;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.crop-look-check:hover input~.crop-look-checkmark {
    background-color: #1ada8f;
}

/* When the checkbox is checked, add a blue background */
.crop-look-check input:checked~.crop-look-checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.crop-look-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.crop-look-check input:checked~.crop-look-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.crop-look-check .crop-look-checkmark:after {
    left: 9px;
    top: -3px;
    width: 7px;
    height: 16px;
    border: solid #1ada8f;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*Crop Look and Crop Pricing*/

#left-cloned {
    position: absolute;
    top: -29px;
    left: 0;
    background-color: #fff;
    width: 200px;
}

#left-cloned th {
    background-color: #ede5e5;
    vertical-align: middle;
    border: 1px solid #bfbcbc;
    border-right: none;
    border-bottom: none;
}

#left-cloned td {
    vertical-align: middle;
}

.mul-select-notification .select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    padding-left: 10px;
}
.mul-select-notification .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    border: none;
}

.mul-select-notification .select2-container .select2-search--inline{
    display: none;
}

.edit-video-pre-wrap{
    width: 100%;
    height: 300px;
}

.edit-video-pre-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
}

.mul-select-super .select2-container{
    width: 100% !important;
}
.mul-select-super .select2-container--default .select2-search--inline .select2-search__field{
    display: none;
}
.modal-success .icon{
    font-size: 50px;
    color: #1ada8f;
    text-align: center;
}
.modal-success .text{
    color: #212529;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0;
}
