article.cbc-createads {
    width: 80%;
    margin: 20px auto 50px auto;
}

article.cbc-createads > section {
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

article.cbc-createads > section > h2, article.cbc-createads > section > div > h2 {
    border-bottom: 1px solid rgb(237, 237, 237);
    padding: 20px;
    font-size: 16px;
}

article.cbc-createads > section h2 > i {
    color: rgb(221, 221, 221);
    margin: 0 5px
}

article.cbc-createads > section > div {
    padding: 20px;
    overflow: hidden;
}

article.cbc-createads > section i.cbc-warning {
    transform: scale(1.7);
    margin: 0 5px;
    display: inline-block;
}

div.final {
    padding-block: 50px;
}

div.final > h2 {
    padding: 15px 0;
    font-size: 25px;
}

div.final > p {
    color: rgb(119, 119, 119);
    width: 390px;
    font-size: 12px;
    margin: 0 auto;
}

article.cbc-createads > ol:first-child {
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    padding-right: 40px;
}

article.cbc-createads ol:first-child > li:first-child {
    border-left: solid 1px #cdd;
    width: 30px;
    height: 100%;
    text-align: center;
    background: #FFF;
    font-size: 18px;
    position: absolute;
    top: 0px;
    right: 0;
    background: #ccc;
    color: #fff;
}

article.cbc-createads ol:first-child > li:first-child > a {
    height: 30px;
    display: block;
    position: absolute;
    width: 100%;
    top: calc(50% - 15px);
}


div.receive-suggests p {
    font-size: 12px;
    margin-right: 50px;
    display: inline-block;
    width: 100%;
}

div.receive-suggests {
    height: 50px;
}

/*#region hourglass-spin */

.hourglass-spin > [class*="fa-hourglass"] {
    animation: showhide 4s steps(1) infinite;
    opacity: 0;
}

.hourglass-spin > .fa-hourglass-end {
    animation-delay: 2s;
}

.hourglass-spin > .fa-hourglass-half {
    animation-delay: 1s;
}

.hourglass-spin > .fa-hourglass-start {
    animation-delay: 0s;
}

.hourglass-spin > .fa-hourglass-end.spin {
    animation: showhidespin 4s linear infinite;
}

@keyframes showhide {
    0% {
        opacity: 1
    }

    25% {
        opacity: 0
    }
}

@keyframes showhidespin {
    0% {
        opacity: 0
    }

    74.9999999% {
        opacity: 0
    }

    75% {
        opacity: 1;
        transform: rotate(0deg);
    }

    100% {
        opacity: 1;
        transform: rotate(180deg);
    }
}

/*#endregion */

a.cbc-cancel {
    color: rgb(255, 255, 255);
    float: left;
    padding: 7px 30px 11px 30px;
    border-radius: 50px;
    background: rgb(245, 7, 7);
    cursor: pointer;
    transition: all linear .3s .1s;
    border: solid 1px rgb(245, 7, 7);
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px;
    margin-top: 10px;
}

button.cbc-next {
    color: rgb(255, 255, 255);
    float: left;
    padding: 7px 30px 11px 30px;
    border-radius: 50px;
    background: rgb(40, 167, 69);
    cursor: pointer;
    transition: all linear .3s .1s;
    border: solid 1px rgb(40, 167, 69);
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px;
    margin-top: 10px;
}

button.cbc-next:disabled {
    background: #ccc;
    color: rgb(128, 128, 128);
    cursor: progress;
}

button.cbc-next:hover {
    color: rgb(0, 0, 0);
}

button.cbc-next:disabled:hover {
    color: rgb(128, 128, 128);
}

div.header_box {
}

span.cbc-actions {
    float: left;
    margin-top: -10px;
}

span.cbc-actions > button {
    color: rgb(255, 255, 255);
    border-radius: 1px;
    background: rgb(40, 167, 69);
    cursor: pointer;
    padding: 8px;
    transition: all linear .2s .1s;
    border: solid 1px #fff;
    font-size: 15px;
    margin: 0 5px;
}

span.cbc-actions > button:first-child {
    background: red;
}

span.cbc-actions > button:hover {
}

span.cbc-actions > button > i {
    float: left;
    margin: 5px 10px;
    transform: rotateY(180deg);
}

div.cbc-ads-preview {
    width: 100%;
}

div.cbc-ads-preview ul {
    list-style-type: none;
    padding: 0;
}

div.cbc-ads-preview > article {
    position: relative;
    border: solid 1px rgba(199, 198, 198, 0.45);
    margin: 5px 5px 20px 5px;
    min-height: 200px;
}

div.cbc-ads-preview > article > h1 {
    padding: 15px;
    text-align: center;
    font-size: 25px;
    position: relative;
}

div.cbc-ads-preview > article > h1::after {
    content: " ";
    position: absolute;
    border-bottom: solid 1px #ccc;
    width: 50%;
    bottom: 0px;
    left: 25%;
}

div.cbc-ads-preview > article > div {
    padding-right: 10px;
}

div.cbc-ads-preview content h2 {
    font-size: 25px;
    float: right;
    display: block;
    padding: 15px;
    width: 50%;
    margin: 30px 0;
    padding-right: 80px;
}

div.cbc-ads-preview content h3 {
    font-size: 15px;
    float: left;
    padding: 15px;
    width: 50%;
    margin: 35px 0;
}

div.cbc-ads-preview content p {
    width: 100%;
    overflow: hidden
}

div.cbc-ads-preview content ul {
}

div.cbc-ads-preview content ul > text {
    font-weight: bold;
    font-size: 15px;
}

div.cbc-ads-preview content ul > li {
    font-weight: bold;
    padding: 3px;
    margin-right: 10px;
}

/*div.cbc-ads-preview content ul > li::before {
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    margin: 5px;
    color: rgb(50, 160, 103);
}*/

div.cbc-ads-preview content ul > li > i {
    font-family: 'Font Awesome 5 Free';
    margin: 5px;
    color: rgb(50, 160, 103);
    
}

.PropertyColor {
    padding-right: 15px;
}

div.cbc-ads-preview aside ul {
    text-align: left;
    padding: 10px;
}

div.cbc-ads-preview aside ul > li {
    width: 45%;
    display: inline-block;
    border: solid 1px #ccc;
    margin: 3px;
    border-radius: 5px;
    overflow: hidden
}

div.cbc-ads-preview aside ul > li > img {
    width: 100%;
}

#AgreementModal .modal-body {
    max-height: calc(100vh - 180px);
    padding: 30px;
    overflow-y: scroll;
}

#AgreementModal .modal-title {
    width: 90%;
    text-align: center;
}

/*#region ul.select-adcategories */
ul.select-adcategories {
    padding: 0px;
    width: 100%;
    overflow: hidden;
    border-top: solid 1px rgba(204, 204, 204, .5);
}

ul.select-adcategories > li {
    position: relative;
    list-style-type: none;
    font-size: 12px;
    border-bottom: solid 1px rgba(204, 204, 204, .5);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

ul.select-adcategories > li:hover, ul.select-adcategories > li[data-isall] {
    background: rgba(204, 204, 204, .5);
}

ul.select-adcategories > li[data-isall] {
    padding: 10px;
}

ul.select-adcategories > li > a {
    /*display: block;*/
    display: inline-block;
    /*padding: 10px 25px;*/
    font-size: 12px;
    text-decoration: none;
    padding: 10px 5px;
}



ul.select-adcategories > li > b {
    display: block;
    position: absolute;
    right: 0px;
    top: 12px;
    color: #486b4a;
    cursor: pointer;
    transform: scale(1.5);
    padding: 10px;
    color: rgb(0, 123, 255);
}

ul.select-adcategories > li > a > b {
    display: inline-block;
    position: relative;
    color: #486b4a;
    cursor: pointer;
    transform: scale(1.5);
    color: rgb(0, 123, 255);
    margin-left: 7px;
}

ul.select-adcategories > li > i {
    display: block;
    position: absolute;
    right: 255px;
    top: 20px;
    color: #486b4a;
    transform: rotate(180deg);
    cursor: pointer;
}

ul.select-adcategories > li > a > i {
    display: block;
    position: absolute;
    right: 280px;
    top: 20px;
    color: #486b4a;
    transform: rotate(180deg);
    cursor: pointer;
}

ul.select-adcategories > li > button {
    display: block;
    position: absolute;
    left: 5px;
    top: 16px;
    cursor: pointer;
}

ul.select-adcategories > li > a > img {
    display: inline-block;
    /*transform: scale(1.8);
            max-width: 48px;*/
    /*max-height: 48px;*/
}

/*#endregion */

/*#region ul.select-adlocations */
ul.select-adlocations {
    padding: 0px;
    width: 100%;
    overflow: hidden;
    border-top: solid 1px rgba(204, 204, 204, .5);
}

ul.select-adlocations > li {
    position: relative;
    list-style-type: none;
    font-size: 12px;
    border-bottom: solid 1px rgba(204, 204, 204, .5);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

ul.select-adlocations > li:hover, ul.select-adlocations > li[data-isall] {
    background: rgba(204, 204, 204, .5);
}

ul.select-adlocations > li[data-isall] {
    padding: 10px;
}

ul.select-adlocations > li > a {
    /*display: block;*/
    display: inline-block;
    /*padding: 10px 25px;*/
    font-size: 12px;
    text-decoration: none;
    padding: 10px 20px;
}



ul.select-adlocations > li > b {
    display: block;
    position: absolute;
    right: 0px;
    top: 12px;
    color: #486b4a;
    cursor: pointer;
    transform: scale(1.5);
    padding: 10px;
    color: rgb(0, 123, 255);
}

ul.select-adlocations > li > a > b {
    display: inline-block;
    position: relative;
    color: #486b4a;
    cursor: pointer;
    transform: scale(1.5);
    color: rgb(0, 123, 255);
    margin-left: 7px;
}

ul.select-adlocations > li > i {
    display: block;
    position: absolute;
    right: 255px;
    top: 20px;
    color: #486b4a;
    transform: rotate(180deg);
    cursor: pointer;
}

ul.select-adlocations > li > a > i {
    display: block;
    position: absolute;
    right: 180px;
    top: 20px;
    color: #486b4a;
    transform: rotate(180deg);
    cursor: pointer;
}

ul.select-adlocations > li > button {
    display: block;
    position: absolute;
    left: 5px;
    top: 16px;
    cursor: pointer;
}

ul.select-adlocations > li > a > img {
    display: inline-block;
}

/*#endregion */

/*#region ul.content-images */
ul.content-images {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

ul.content-images > li {
    list-style-type: none;
    border: solid 1px #ccc;
    display: inline-block;
    height: 120px;
    width: 120px;
    overflow: hidden;
    margin: 0 0 0 10px;
    box-shadow: #ccc 1px 1px 5px;
    position: relative;
}

ul.content-images > li > img {
    display: block;
    height: 120px;
}

ul.content-images > li > i.fa-trash {
    font-size: 20px;
    position: absolute;
    top: 5px;
    right: 10px;
    color: red;
    cursor: pointer;
}


ul.content-images > li > i.fa-check-circle {
    font-size: 40px;
    position: absolute;
    top: 35%;
    left: 35%;
    color: #000;
    cursor: pointer;
}

ul.content-images > li:nth-child(2) > i.fa-check-circle {
    color: green;
}

ul.content-images > li.insert > i {
    font-size: 60px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 200%;
    cursor: pointer;
    transition: all ease-in .5s .4s;
}

ul.content-images > li.insert > i:hover {
    background: rgba(0, 0, 0, 0.5);
}



/*#endregion */

@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

svg {
    display: inline
}

svg path {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards
}

svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards
}

    label.Radio-Font-size {
        height: 45px;
    }
    label.Radio-Font-size p {
    }

/*#region responsive */

/* Monitor */

@media (min-width: 768px) and (max-width: 992px) {

}

/* Tablet */
@media (min-width: 576px) and (max-width: 768px) {
    article.cbc-createads {
        width: 95%;
    }

    .inputGroup {
        width: 48%;
        margin: 0;
        float: right;
        margin: 1%;
    }

    div.receive-suggests {
        height: auto;
    }

    div.receive-suggests p {
        margin: auto;
        text-align: justify;
    }

    article.cbc-createads > section > h2, article.cbc-createads > section > div > h2 {
        font-size: 14px;
        padding: 10px 0;
        overflow: hidden;
    }

    article.cbc-createads > section > h2 > a {
        font-size: 13px;
    }

    span.cbc-actions {
        float: none;
        width: 100%;
        padding-top: 10px;
        display: block;
        margin-top: 0;
        text-align: center;
    }

    span.cbc-actions > button {
        padding: 10px 10px 5px 0;
    }

    ul.content-images > li {
        width: 100%;
    }

    ul.content-images > li > i.fa-trash {
        font-size: 30px;
        top: 45px;
        right: auto;
        left: 15px;
    }

    div.cbc-ads-preview > article {
        margin: 0;
    }

    div.cbc-ads-preview content h2 {
        font-size: 18px;
        float: none;
        width: calc( 100% - 80px);
    }

    div.cbc-ads-preview content h3 {
        font-size: 16px;
        float: none;
        padding: 10px;
        width: 100%;
        display: inline-block;
        margin: 0;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .inputGroup {
        width: 48%;
        float: right;
        margin: 1%;
    }
}
/* Phone */
@media (max-width: 576px) {
    article .cbc-createads {
        width: 100%;
    }
    
    label.Radio-Font-size {
        height: 45px;
    }
    label.Radio-Font-size p {
    }

    .inputGroup {
        width: 100%;
        margin: 0;
    }

    div.receive-suggests {
        height: auto;
    }

    div.receive-suggests p {
        margin: auto;
        text-align: justify;
    }

    article.cbc-createads > section > h2, article.cbc-createads > section > div > h2 {
        font-size: 14px;
        padding: 10px 0;
        overflow: hidden;
    }

    article.cbc-createads > section > h2 > a {
        font-size: 13px;
    }

    span.cbc-actions {
        float: none;
        width: 100%;
        padding-top: 10px;
        display: block;
        margin-top: 0;
        text-align: center;
    }

    span.cbc-actions > button {
        padding: 10px 10px 5px 0;
    }

    ul.content-images > li {
        width: 100%;
    }

    ul.content-images > li > i.fa-trash {
        font-size: 30px;
        top: 45px;
        right: auto;
        left: 15px;
    }

    div.cbc-ads-preview > article {
        margin: 0;
    }

    div.cbc-ads-preview content h2 {
        font-size: 18px;
        float: none;
        width: calc( 100% - 80px);
    }

    div.cbc-ads-preview content h3 {
        font-size: 13px;
        float: none;
        padding: 10px;
        width: 100%;
        display: inline-block;
        margin: 0;
    }

    div.cbc-ads-preview content ul > text {
        font-weight: bold;
        font-size: 13px;
    }

    div.cbc-ads-preview content ul > li {
        font-size: 12px;
    }

    article.cbc-createads ol.breadcrumb {
        display: table;
        width: 100%;
    }

    article.cbc-createads ol.breadcrumb > li {
        display: table-row;
    }

    #SmsCode {
    width:100%;
    }
}

/*#endregion */
