/* Basic admin styles */
@font-face {
    font-family: 'Segoe UI Bold';
    src: url('../font/Segoe_UI_Bold.ttf') format('truetype');
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('../font/Segoe_UI.ttf') format('truetype');
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Segoe UI Semibold';
    src: url('../font/Segoe_UI_Semibold.ttf') format('truetype');
}
.cptb-wrapper {
    padding:20px;
}
.cptb-dashboard {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.cptb-dashboard-widget {
    flex: 0 0 48%;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
}
.cptb-dashboard-widget h2 {
    margin-top: 0;
}
.cptb-notice-banner-wrap{
    display: flex;
    gap: 10px;
}



/* changed */

.cptb-banner-heading{
    color: #FFFFFF;
    font-size: 30px !important;
    line-height: 75px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    font: normal normal bold 77px / 77px Segoe UI Bold;
}
.notice.is-dismissible.cptb {
    background: #E92C6A;
    border-left: 10px solid #44DBDA;
}
p.banner-para {
    color: white;
    text-align: center;
}
.wp-die-message, p {
    color: #3c434a;
    font-size: 13px;
    line-height: 1.5;
    margin: 1em 0;
    text-align: left;
}
.banner-limited {
    margin-left: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.banner-para {
    font-size: 18px !important;
}
h2.banner-heading {
    color: white;
    font-size: 30px !important;
    margin: 15px 0px 20px;
}
button.custom-button {
    background: #44DBDA;
    width: 75%;
    height: 34px;
    border: none;
    border-radius: 2px;
}   
a.get {
    text-decoration: none;
    color: white;
    font-size: 17px;
    font-weight: 900;
}
.cptb-notice-banner-left{
    width: 20%;
}

/* change end */

.cptb-banner-sub-heading{
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 43px;
    line-height: 44px;
    text-align: center;
    font-family: 'Segoe UI Semibold';
    margin: 0;
}
.cptb-notice-banner-content-wrap{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    gap: 10px;
}
.cptb-banner-cat{
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 32px;
    margin: 0;
    text-align: center;
    font-family: 'Segoe UI Semibold';
}
.cptb-banner-btn{
    background: #44DBDA;
    width: max-content;
    margin: 0 auto;
    padding: 15px 25px;
    text-decoration: none;
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    border-radius: 10px;
    font-family: 'Segoe UI Bold';
}
.cptb-banner-btn:hover{
    color: #E92C6A;
}

.cptb-img {
    width: 100%;
}

.cptb-per-wrap{
    position: absolute;
    right: 13%;
    top: 10px;
}


.cptb-notice-banner-right{
    width: 60%;
}

@media screen and (max-width:1639px) and (min-width:1600px)  {
    .banner-para {
        font-size: 14px !important;
    }
    .cptb-banner-heading {
        color: #FFFFFF;
        font-size: 23px !important;
    }
    h2.banner-heading {
        font-size: 24px !important;
    }

}
@media screen and (max-width:1696px) and (min-width:1639px)  {
    h2.banner-heading {
        font-size: 24px !important;
    }
    .banner-para {
        font-size: 16px !important;
    }
    .cptb-banner-heading {
        font-size: 24px !important;
    }
}
@media screen and (max-width:1752px) and (min-width:1696px)  {
    .cptb-banner-heading {
        font-size: 25px !important;
    }
    h2.banner-heading {
        font-size: 25px !important;
    }
}

@media screen and (max-width:1780px) and (min-width:1752px)  {
    h2.banner-heading {
        font-size: 28px !important;
    }
    .cptb-banner-heading {
        font-size: 25px !important;
    }

}
@media screen and (max-width:1809px) and (min-width:1780px)  {
    .cptb-banner-heading {
        font-size: 26px !important;
    }
    .banner-para {
        font-size: 17px !important;
    }
    h2.banner-heading {
        font-size: 29px !important;
    }

}
@media screen and (max-width:1865px) and (min-width:1809px)  {
    .cptb-banner-heading {
        font-size: 27px !important;;
    }
    .banner-para {
        font-size: 17px !important;
    }
    h2.banner-heading {
        font-size: 29px !important;
    }

}
@media screen and (max-width:1924px) and (min-width:1865px) {
    .cptb-banner-heading {
        font-size: 27px !important;
    }
    .banner-para {
        font-size: 14px !important;
    }
}
@media screen and (max-width:1980px) and (min-width:1924px) {
    .cptb-banner-heading {
        font-size: 29px !important;
    }
    .banner-para {
        font-size: 19px !important;
    }
}
@media screen and (max-width:1600px) {
    .banner-para {
        font-size: 13px !important;
    }
    a.get {
        font-size: 12px;
    }
    h2.banner-heading {
        font-size: 18px !important;
    }
    .cptb-arrow-img{
        top: 6px;
        right: -7%;
    }
    .cptb-arrow-per{
        font-size: 55px;
        line-height: 60px;
    }
    .cptb-banner-heading {
        font-size: 19px !important;
        line-height: 70px;
    }
    .cptb-banner-sub-heading {
        font-size: 36px;
        line-height: 36px;
    }
    .cptb-banner-cat{
        font-size: 26px;
        line-height: 28px;
    }
    .cptb-img {
        padding-top: 12%;
    }
}
@media screen and (max-width:1199px) {
    .banner-para {
        font-size: 10px !important;
    }
    .cptb-banner-heading {
        font-size: 20px;
        line-height: 35px;
    }
    a.get {
        font-size: 11px;
    }
    .banner-para {
        font-size: 10px !important;
    }
    h2.banner-heading {
        font-size: 12px !important;
    }
    .cptb-banner-sub-heading{
        font-size: 24px;
        line-height: 24px;
    }
    .cptb-banner-btn{
        font-size: 20px;
        line-height: 25px;
        padding: 10px 20px;
    }
    .cptb-arrow-img{
        top: 0px;
        width: 55px;
        height: 55px;
        right: -9%
    }
    .cptb-arrow-per{
        font-size: 38px;
        line-height: 38px;
        right: 12%;
        top: 12%;
    }
    .cptb-banner-cat{
        font-size: 18px;
        line-height: 19px;
    }
    .cptb-per-wrap{
        right: -3%;
        top: 5px;
    }
}
@media screen and (max-width:991px) {
    .cptb-banner-heading {
        font-size: 35px;
        line-height: 35px;
    }
    .cptb-banner-sub-heading {
        font-size: 22px;
        line-height: 22px;
    }
    .cptb-banner-cat {
        font-size: 15px;
        line-height: 21px;
    }
    .cptb-templates-search-content-box>div.d-flex {
        display: block !important;
    }

}
@media screen and (max-width:768px) {
    h2.banner-heading {

        margin: 0px;
    }
    .wp-core-ui .notice.is-dismissible {
        padding-right: 0px;
    }
    .banner-limited {
        margin-left: 0px;
        gap: 10px;
        margin-top: 15px;
    }
    .cptb-notice-banner-left,.cptb-notice-banner-right{
        width: 100%;
    }
    .cptb-notice-banner-wrap{
        display: block !important
    }
    .cptb-img {
        padding-top: 5%;
    }
    .cptb-per-wrap {
        right: 22%;
    }
}


@media screen and (max-width:575px) {
    .cptb-img {
        padding-top: 20%;
    }
    .cptb-arrow-img {
        top: 17px;
        width: 45px;
        height: 45px;
        right: 0%;
    }
}

.cptb-dashboard {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.cptb-dashboard-widget {
    background: #fff;
    border: 1px solid #ccd0d4;
    border-left: 4px solid #007cba;
    padding: 20px;
    flex: 1 1 45%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.04);
}

.cptb-dashboard-widget h2 {
    margin-top: 0;
    color: #007cba;
    font-size: 18px;
}

.cptb-dashboard-widget ul {
    margin: 0;
    padding-left: 20px;
}

.cptb-dashboard-widget li {
    margin-bottom: 10px;
}

.cptb-dashboard-widget a {
    color: #0073aa;
    text-decoration: none;
}

.cptb-dashboard-widget a:hover {
    text-decoration: underline;
}

 
  