@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.gutnm-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: stretch;
}
.gutnm-col-xl-1 {
    grid-column: span 1;
}
.gutnm-col-xl-2 {
    grid-column: span 2;
}
.gutnm-col-xl-3 {
    grid-column: span 3;
}
.gutnm-col-xl-4 {
    grid-column: span 4;
}
.gutnm-col-xl-5 {
    grid-column: span 5;
}
.gutnm-col-xl-6 {
    grid-column: span 6;
}
.gutnm-col-xl-7 {
    grid-column: span 7;
}
.gutnm-col-xl-8 {
    grid-column: span 8;
}
.gutnm-col-xl-9 {
    grid-column: span 9;
}
.gutnm-col-xl-10 {
    grid-column: span 10;
}
.gutnm-col-xl-11 {
    grid-column: span 11;
}
.gutnm-col-xl-12 {
    grid-column: span 12;
}

.gutnm-dashboard-template-container h1,
.gutnm-dashboard-template-container h2,
.gutnm-dashboard-template-container h3,
.gutnm-dashboard-template-container h4,
.gutnm-dashboard-template-container h5,
.gutnm-dashboard-template-container h6,
.gutnm-request-review-content span,
.gutnm-request-review-button a,
.gutnm-feature-request-button a,
.gutnm-feature-request-content span,
.gutnm-system-requerment-item span,
.gutnm-system-requerment-notes span,
.gutnm-general-footer-item-content span,
.gutnm-general-footer-item--button a,
.gutnm-widget-pro-badge,
.gutnm-widget-free-pro-badge,
.gutnm-tab-menu li a,
.gutnm-widgets-en-di-button button,
.gutnm-widgets-filter-button-wrap button,
.gutnm-widgets-filter-button-wrap span,
.gutnm-widgets-use-button,
.gutnm-widgets-unuse-button,
.gutnm-integrations-wrap span,
.gutnm-integrations-wrap a,
.gutnm-extrasettings-wrap span,
.gutnm-license-content span,
.gutnm-license-table-area table tr td.gutnm-table-title span,
.gutnm-license-buttton a{
    font-family: "Poppins", sans-serif;
}





.gutnm-dashboard-template-container ul,
.gutnm-dashboard-template-container ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.gutnm-dashboard-template-container ul li a:focus {
    box-shadow: none!important;
}
.gutnm-dashboard-template-container {
    padding: 30px;
    background-color: #f3f4f8;
}
.gutnm-dashboard-template-container .gutnm-logo-title-banner img {
    width: 110px;
}
.gutnm-dashboard-template-container .gutnm-title-banner {
    background: #fff;
    padding: 25px 45px 25px 45px;
    border-radius: 15px;
    margin-bottom: 50px;
    align-items: center;
}
.gutnm-dashboard-template-container .gutnm-save-settings-button {
    text-align: right;
}
.gutnm-dashboard-template-container .gutnm-logo-title-banner {
    display: flex;
    align-items: center;
}
.gutnm-dashboard-template-container .gutnm-save-settings-button .gutnm-save-button {
    box-shadow: 0px 20px 50px 0px rgba(252, 73, 159, 0.15);
    border-radius: 5px;
    background: linear-gradient(297.24deg, #050335 8.2%, #1D0BCE 91.8%);
    box-sizing: border-box;
    width: fit-content;
    color: #fff;
    border: none;
    line-height: 1;
    font-weight: 500;
    padding: 20px 45px;
    cursor: pointer;
}
.gutnm-dashboard-template-container .gutnm-logo-title-banner h1 {
    margin: 0;
    color: #030303;
    font-size: 45px;
    font-weight: 700;
    display: inline-block;
    color: white;
    -webkit-text-stroke: 1px #1D0BCE;
    text-shadow: 2px 2px 0 #00000042, -1px -1px 0 #00000042, 1px -1px 0 #00000042, -1px 1px 0 #00000042, 1px 1px 0 #00000042;
}

/* Start Tab Menu */
.gutnm-dashboard-template-container ul.gutnm-tab-menu {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d0d1d266;
    gap: 35px;
    margin-bottom: 30px;
}
.gutnm-dashboard-template-container ul.gutnm-tab-menu li.gutnm-tab-list a {
    line-height: 1;
    padding-top: 30px;
    padding-bottom: 30px;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    color: transparent;
    background: linear-gradient(297.24deg, #030303 8.2%, #030303 91.8%);
    background-clip: text;
    -webkit-background-clip: text;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.gutnm-dashboard-template-container ul.gutnm-tab-menu li.gutnm-tab-list a:hover,
.gutnm-dashboard-template-container ul.gutnm-tab-menu li.gutnm-tab-list.gutnm-active a {
    color: transparent;
    background: linear-gradient(297.24deg, #050335 8.2%, #1D0BCE 91.8%);
    background-clip: text;
  -webkit-background-clip: text;
}
.gutnm-dashboard-template-container ul.gutnm-tab-menu li.gutnm-tab-list a::after,
.gutnm-dashboard-template-container ul.gutnm-tab-menu li.gutnm-tab-list.gutnm-active a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 75%;
    height: 2px;
    background: linear-gradient(297.24deg, #050335 8.2%, #1D0BCE 91.8%);
    transform: translate(-50%, 0);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.gutnm-dashboard-template-container ul.gutnm-tab-menu li.gutnm-tab-list a::after {
    width: 0;
}
.gutnm-dashboard-template-container ul.gutnm-tab-menu li.gutnm-tab-list a:hover::after {
    width: 75%;
}
/* End Tab Menu */

/* Start General Menu Content */
.gutnm-dashboard-template-container .gutnm-widgets-area-container,
.gutnm-dashboard-template-container .gutnm-general-footer-item-wrap,
.gutnm-dashboard-template-container .gutnm-system-requerment-wrap,
.gutnm-dashboard-template-container .gutnm-feature-request-wrap,
.gutnm-dashboard-template-container .gutnm-general-whats-new-template,
.gutnm-dashboard-template-container .gutnm-general-widgetsbar-container,
.gutnm-dashboard-template-container .gutnm-general-changelog-container {
    background: #fff;
    border-radius: 10px;
}
.gutnm-dashboard-template-container .gutnm-system-requerment-content,
.gutnm-dashboard-template-container .gutnm-general-changlog-wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.gutnm-dashboard-template-container .gutnm-general-changlog-free-header,
.gutnm-dashboard-template-container .gutnm-general-changlog-pro-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d0d1d266;
    padding: 30px;
}
.gutnm-dashboard-template-container .gutnm-general-changlog-not-pro{
    max-width: 100%;
    width: 100%;
}
.gutnm-dashboard-template-container .gutnm-general-changlog-free,
.gutnm-dashboard-template-container .gutnm-general-changlog-pro {
    max-width: 50%;
    width: 50%;
}
.gutnm-dashboard-template-container .gutnm-system-requerment-content .gutnm-center-border,
.gutnm-dashboard-template-container .gutnm-general-changlog-wrap .gutnm-center-border {
    background: #d0d1d266;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
}
.gutnm-dashboard-template-container .gutnm-general-changlog-free-content,
.gutnm-dashboard-template-container .gutnm-general-changlog-pro-content {
    padding: 20px 30px;
}
.gutnm-dashboard-template-container .gutnm-license-content h3,
.gutnm-dashboard-template-container .gutnm-extrasettings-wrap h3,
.gutnm-dashboard-template-container .gutnm-integrations-wrap h3,
.gutnm-dashboard-template-container .gutnm-widgets-title h6,
.gutnm-dashboard-template-container .gutnm-widgets-item-title h3,
.gutnm-dashboard-template-container .gutnm-general-footer-item-content h3,
.gutnm-dashboard-template-container .gutnm-system-requerment-title h3,
.gutnm-dashboard-template-container .gutnm-feature-request-content h3,
.gutnm-dashboard-template-container .gutnm-general-whats-new-template-title h3,
.gutnm-dashboard-template-container .gutnm-general-widgetsbar-title h3,
.gutnm-dashboard-template-container .gutnm-general-changlog-free-header h3,
.gutnm-dashboard-template-container .gutnm-general-changlog-pro-header h3 {
    text-transform: capitalize;
    color: #030303;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}
.gutnm-dashboard-template-container .gutnm-general-changlog-free-header button,
.gutnm-dashboard-template-container .gutnm-general-changlog-pro-header button {
    padding: 14px 27px 14px 27px;
    line-height: 1;
    border-radius: 3px;
    border: none;
    background-color: #FC499F;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    outline: none;
    margin: 0;
    display: inline-block;
    cursor: help;
}
.gutnm-dashboard-template-container .gutnm-general-changlog-pro-header button{
    background-color: #447AF5;
}
.gutnm-dashboard-template-container .gutnm-changlog-change {
    padding-left: 19px;
}
.gutnm-dashboard-template-container ul.gutnm-changlog-change {
    position: relative;
}
.gutnm-dashboard-template-container .gutnm-general-changlog-free-item:not(:last-child),
.gutnm-dashboard-template-container .gutnm-general-changlog-pro-item:not(:last-child) {
    padding-bottom: 60px;
}
.gutnm-dashboard-template-container ul.gutnm-changlog-change::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 20px;
    width: 1px;
    height: 90%;
    background: #D9D9D9;
}
.gutnm-dashboard-template-container .gutnm-general-changlog-free-item:not(:last-child) ul.gutnm-changlog-change::before,
.gutnm-dashboard-template-container .gutnm-general-changlog-pro-item:not(:last-child) ul.gutnm-changlog-change::before {
    content: "";
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    border-bottom: 2px dashed #D9D9D9;
    width: 90%;
    margin: auto;
    opacity: .3;
}
.gutnm-dashboard-template-container ul.gutnm-changlog-change li {
    list-style-type: disc;
    padding-left: 5px;
}
.gutnm-dashboard-template-container ul.gutnm-changlog-change li h6 {
    margin: 0;
    color: #030303;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}
.gutnm-dashboard-template-container ul.gutnm-changlog-change li h6 span {
    color: #03030373;
    display: inline-block;
    padding-left: 6px;
}

.gutnm-dashboard-template-container ul.gutnm-changlog-change li button.gutnm-changlog-change-version {
    background: #FC499F26;
    border: none;
    border-radius: 4px;
    color: #030303;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}
.gutnm-dashboard-template-container ul.gutnm-changlog-change button.gutnm-changlog-change-version {
    padding: 6px 8px;
    line-height: 1;
    border-radius: 3px;
    border: none;
    background-color: #FC499F26;
    color: #030303;
    font-size: 12px;
    font-weight: 700;
    outline: none;
    margin-top: 25px;
    margin-bottom: 15px;
    margin-left: 25px;
    margin-right: 0;
    display: inline-block;
}
.gutnm-dashboard-template-container .gutnm-general-changlog-pro-item ul.gutnm-changlog-change button.gutnm-changlog-change-version {
    background-color: #e3ebfd;
}
.gutnm-dashboard-template-container ul.gutnm-changlog-change ul.gutnm-changlog-change-item {
    padding-left: 45px;
}
.gutnm-dashboard-template-container ul.gutnm-changlog-change ul.gutnm-changlog-change-item li:not(:last-child) {
    margin-bottom: 15px;
}
.gutnm-dashboard-template-container .gutnm-view-changelog-button {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}
.gutnm-dashboard-template-container .gutnm-view-new-template-button a,
.gutnm-dashboard-template-container .gutnm-view-changelog-button a {
    color: transparent;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    background: linear-gradient(297.24deg, #050335 8.2%, #1D0BCE 91.8%);
    background-clip: text;
    -webkit-background-clip: text;
    position: relative;
}
.gutnm-dashboard-template-container .gutnm-view-new-template-button a::after,
.gutnm-dashboard-template-container .gutnm-view-changelog-button a::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: linear-gradient(297.24deg, #050335 8.2%, #1D0BCE 91.8%);
    width: 95%;
    height: 2px;
    margin: auto;
    opacity: 0.3;
}
.gutnm-dashboard-template-container .gutnm-system-requerment-container.gutnm-grid,
.gutnm-dashboard-template-container .gutnm-general-whats-new-template-container.gutnm-grid,
.gutnm-dashboard-template-container .gutnm-general-container.gutnm-grid {
    align-items: stretch;
    column-gap: 25px;
    margin-bottom: 25px;
}
.gutnm-dashboard-template-container .gutnm-general-widgetsbar-container,
.gutnm-dashboard-template-container .gutnm-widgets-area-container,
.gutnm-dashboard-template-container .gutnm-general-footer-item-wrap,
.gutnm-dashboard-template-container .gutnm-system-requerment-wrap,
.gutnm-dashboard-template-container .gutnm-feature-request-wrap,
.gutnm-dashboard-template-container .gutnm-general-whats-new-template {
    padding: 30px;
}
.gutnm-dashboard-template-container .gutnm-general-widgetsbar-title {
    margin-top: 10px;
    margin-bottom: 40px;
}
.gutnm-dashboard-template-container .gutnm-whats-new-item h5 {
    color: #030303;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
.gutnm-dashboard-template-container .gutnm-whats-new-item {
    display: flex;
    align-items: center;
    gap: 18px;
    border-top: 1px solid #d0d1d266;
    padding-top: 17px;
}
.gutnm-dashboard-template-container .gutnm-whats-new-item:not(:last-child) {
    padding-bottom: 16px;
}
.gutnm-dashboard-template-container .gutnm-general-whats-new-template-title h3 {
    padding-bottom: 20px;
}
.gutnm-dashboard-template-container .gutnm-whats-new-item img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 5px;
}
.gutnm-dashboard-template-container .gutnm-new-template-items {
    display: flex;
    align-items: center;
    gap: 20px;
}
.gutnm-dashboard-template-container .gutnm-new-template-item {
    width: 33.33%;
}
.gutnm-dashboard-template-container .gutnm-new-template-item img {
    border: 1px solid rgba(3, 3, 3, 0.1);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.gutnm-dashboard-template-container .gutnm-view-new-template-button {
    text-align: center;
    padding-top: 18px;
}
.gutnm-dashboard-template-container .gutnm-request-review-background {
    background-image: url('images/request-for-review.svg');
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    padding: 80px 30px;
}
.gutnm-dashboard-template-container .gutnm-request-for-review-container.gutnm-grid {
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    text-align: center;
}
.gutnm-dashboard-template-container .gutnm-request-review-content h2 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 12px;
}
.gutnm-dashboard-template-container .gutnm-request-review-content span {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}
.gutnm-dashboard-template-container .gutnm-request-review-button {
    margin-top: 30px;
}
.gutnm-dashboard-template-container .gutnm-request-review-button a {
    display: inline-block;
    padding: 22px 41px;
    background: #fff;
    border-radius: 5px;
    line-height: 1;
    width: fit-content;
    color: #030303;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.gutnm-dashboard-template-container .gutnm-feature-request-content h3 {
    margin-top: 20px;
    margin-bottom: 12px;
}
.gutnm-dashboard-template-container .gutnm-feature-request-content span {
    color: #595A60;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
}
.gutnm-dashboard-template-container .gutnm-feature-request-button {
    margin-top: 20px;
}
.gutnm-dashboard-template-container .gutnm-license-buttton a,
.gutnm-dashboard-template-container .gutnm-integrations-wrap a,
.gutnm-dashboard-template-container .gutnm-feature-request-button a {
    border-radius: 5px;
    background: linear-gradient(297.24deg, #050335 8.2%, #1D0BCE 91.8%);
    width: fit-content;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 20px 40px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.gutnm-dashboard-template-container .gutnm-feature-request-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
}
.gutnm-dashboard-template-container .gutnm-system-requerment-content .gutnm-center-border{
    width: 2px;
}
.gutnm-dashboard-template-container .gutnm-system-requerment-content {
    align-items: center;
}
.gutnm-dashboard-template-container .gutnm-system-requerment-items {
    width: 45%;
}
.gutnm-dashboard-template-container .gutnm-system-requerment-item {
    display: flex;
    align-items: center;
}
.gutnm-dashboard-template-container .gutnm-system-requerment-item span {
    font-size: 16px;
    font-weight: 400;
    color: #595A60;
}
.gutnm-dashboard-template-container .gutnm-system-requerment-value img {
    width: 19px;
}
.gutnm-dashboard-template-container .gutnm-system-requerment-value {
    display: flex;
    align-items: center;
    gap: 11px;
}
.gutnm-dashboard-template-container .gutnm-system-requerment-lable,
.gutnm-dashboard-template-container .gutnm-system-requerment-value {
    width: 50%;
}
.gutnm-dashboard-template-container .gutnm-system-requerment-item {
    border-top: 2px solid #d0d1d266;
    padding-top: 15px;
    padding-bottom: 15px;
}
.gutnm-dashboard-template-container .gutnm-system-requerment-item:first-child {
    border-top: 0;
    padding-top: 0;
}
.gutnm-dashboard-template-container .gutnm-system-requerment-item:last-child {
    padding-bottom: 0;
}
.gutnm-dashboard-template-container .gutnm-system-requerment-title h3 {
    margin-bottom: 30px;
}
.gutnm-dashboard-template-container  .gutnm-system-requerment-notes {
    padding: 30px;
    background: #f3f4f8;
    border-radius: 10px;
    margin-top: 40px;
}
.gutnm-dashboard-template-container .gutnm-system-requerment-notes span {
    font-size: 16px;
    font-weight: 400;
    color: #595A60;
}
.gutnm-dashboard-template-container .gutnm-system-requerment-notes span span {
    font-weight: bold;
}
.gutnm-dashboard-template-container .gutnm-license-content span,
.gutnm-dashboard-template-container .gutnm-extrasettings-wrap span,
.gutnm-dashboard-template-container .gutnm-integrations-wrap span,
.gutnm-dashboard-template-container .gutnm-general-footer-item-content span {
    color: #595A60;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}
.gutnm-dashboard-template-container .gutnm-general-footer-item-content h3 {
    margin-bottom: 12px;
}
.gutnm-dashboard-template-container .gutnm-general-footer-item-image {
    border-radius: 10px;
    border: 1px solid #466DE9;
    background: rgba(70, 109, 233, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.gutnm-dashboard-template-container .gutnm-general-footer-container.gutnm-grid {
    align-items: stretch;
    column-gap: 25px;
}
.gutnm-dashboard-template-container .gutnm-general-footer-item--button a {
    color: #466DE9;
    text-transform: uppercase;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.6px;
    position: relative;
    text-decoration: none;
}
.gutnm-dashboard-template-container .gutnm-general-footer-item--button a::before,
.gutnm-dashboard-template-container .gutnm-general-footer-item--button a::after {
    content: '';
    border-radius: 4px;
    background: #466DE9;
    position: absolute;
    top: 50%;
    left: 105%;
    width: 8px;
    height: 8px;
    transform: translate(0, -50%);
}
.gutnm-dashboard-template-container .gutnm-general-footer-item--button a::before {
    border-radius: 0;
    left: 108%;
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, #466DE9 10.7%, rgba(255, 255, 255, 0.2) 106.4%);
}
.gutnm-dashboard-template-container .gutnm-general-footer-item--button {
    margin-top: 25px;
    line-height: 1;
}
/* End General Menu Content */

/* Start Widgets Menu Content */
.gutnm-dashboard-template-container .gutnm-widgets-item-container.gutnm-grid {
    gap: 20px;
}
.gutnm-dashboard-template-container .gutnm-widgets-item-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 30px 22px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 5px #1d0bce33;
}
.gutnm-dashboard-template-container .gutnm-widgets-item-title h3 {
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
}
.gutnm-dashboard-template-container .gutnm-widgets-items:first-child .gutnm-widgets-item-title h3 {
    margin-top: 0;
}
.gutnm-dashboard-template-container .gutnm-widgets-title h6 {
    font-size: 16px;
    margin-bottom: 5px;
}
.gutnm-dashboard-template-container .gutnm-widgets-title span {
    font-size: 14px;
    line-height: 1;
    color: #595a60;
    font-weight: 400;
    text-transform: uppercase;
}
.gutnm-dashboard-template-container .gutnm-widgets-title-icon-wrap {
    display: flex;
    align-items: center;
    gap: 25px;
}
.gutnm-dashboard-template-container .gutnm-widgets-info-icons {
    position: relative;
}
.gutnm-dashboard-template-container .gutnm-widgets-demo-icon,
.gutnm-dashboard-template-container .gutnm-widgets-video-icon,
.gutnm-dashboard-template-container .gutnm-widgets-doc-icon {
    position: absolute;
    line-height: 1;
    z-index: 1;
    transition: all 0.03s;
    opacity: 0;
    visibility: hidden;
}
.gutnm-dashboard-template-container .gutnm-widgets-demo-icon {
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.03s;
    transition: all .3s ease-in-out;
}
.gutnm-dashboard-template-container .gutnm-widgets-info-icons:hover .gutnm-widgets-demo-icon {
    top: -17px;
}
.gutnm-dashboard-template-container .gutnm-widgets-video-icon {
    bottom: 0;
    left: 0;
    transition: all .3s ease-in-out;
}
.gutnm-dashboard-template-container .gutnm-widgets-info-icons:hover .gutnm-widgets-video-icon {
    bottom: -17px;
}
.gutnm-dashboard-template-container .gutnm-widgets-doc-icon {
    left: 0px;
    top: 4px;
    transition: all .3s ease-in-out;
}
.gutnm-dashboard-template-container .gutnm-widgets-info-icons:hover .gutnm-widgets-doc-icon {
    left: 20px;
}
.gutnm-dashboard-template-container .gutnm-widgets-info-icons:hover .gutnm-widgets-demo-icon,
.gutnm-dashboard-template-container .gutnm-widgets-info-icons:hover .gutnm-widgets-video-icon,
.gutnm-dashboard-template-container .gutnm-widgets-info-icons:hover .gutnm-widgets-doc-icon {
    opacity: 1;
    visibility: visible;
}
.gutnm-widgets-info-icon img {
    transform: scale(1.5);
    transition: all .3s ease-in-out;
}
.gutnm-dashboard-template-container .gutnm-widgets-info-icons:hover .gutnm-widgets-demo-icon img,
.gutnm-dashboard-template-container .gutnm-widgets-info-icons:hover .gutnm-widgets-video-ico img,
.gutnm-dashboard-template-container .gutnm-widgets-info-icons:hover .gutnm-widgets-doc-icon img,
.gutnm-dashboard-template-container .gutnm-widgets-info-icons:hover .gutnm-widgets-info-icon img {
    transform: scale(1.1);
}
.gutnm-dashboard-template-container .gutnm-widgets-info-icon {
    padding: 10px;
    padding-left: 0;
}
.gutnm-dashboard-template-container .gutnm-extrasettings-switch,
.gutnm-dashboard-template-container .gutnm-widget-switch {
    display: inline-block;
    margin-bottom: 0;
    font-size: 0;
    cursor: pointer;
    line-height: 1;
}
.gutnm-dashboard-template-container .gutnm-extrasettings-switcher,
.gutnm-dashboard-template-container .gutnm-widgets-switcher {
    font-size: 0;
}
.gutnm-dashboard-template-container .gutnm-extrasettings-switcher input,
.gutnm-dashboard-template-container .gutnm-widgets-switcher input {
    outline: none;
    position: relative;
    z-index: 1;
    display: none;
}
.gutnm-dashboard-template-container .gutnm-extrasettings-switcher .gutnm-switch-box,
.gutnm-dashboard-template-container .gutnm-widgets-switcher .gutnm-switch-box {
    display: inline-block;
    height: 15px;
    width: 47px;
    border-radius: 240px;
    position: relative;
    background: #E0E7F2;
    transition: all 0.5s ease-in-out;
    transition-property: background, box-shadow;
}
.gutnm-dashboard-template-container .gutnm-extrasettings-switcher input:checked ~ .gutnm-switch-box,
.gutnm-dashboard-template-container .gutnm-widgets-switcher input:checked ~ .gutnm-switch-box {
    background: linear-gradient(297.24deg, #050335 8.2%, #1D0BCE 91.8%);
}
.gutnm-dashboard-template-container .gutnm-extrasettings-switcher .gutnm-switch-box::before,
.gutnm-dashboard-template-container .gutnm-widgets-switcher .gutnm-switch-box::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 51%;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #E0E7F2;
    transform: translate(0, -50%);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    box-shadow: rgb(204, 219, 232) 1px 0px 0px 0px;
}
.gutnm-dashboard-template-container .gutnm-extrasettings-switcher input:checked ~ .gutnm-switch-box::before,
.gutnm-dashboard-template-container .gutnm-widgets-switcher input:checked ~ .gutnm-switch-box::before {
    left: 24px;
    box-shadow: #03030342 -1px 0px 2px 0px;
}
.gutnm-dashboard-template-container .gutnm-widget-new-badge {
    position: absolute;
    top: -6px;
    left: -26px;
    background: #447af5;
    padding: 0;
    color: #fff;
    line-height: 1;
    font-size: 9px;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 6px;
    width: 70px;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(-45deg);
}
.gutnm-dashboard-template-container .gutnm-widget-free-pro-badge,
.gutnm-dashboard-template-container .gutnm-widget-pro-badge {
    position: absolute;
    top: 10px;
    right: -37px;
    width: 100px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(45deg);
}
.gutnm-dashboard-template-container .gutnm-widget-free-pro-badge::before,
.gutnm-dashboard-template-container .gutnm-widget-pro-badge::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(297.24deg, #050335 8.2%, #1D0BCE 91.8%);
    position: absolute;
    z-index: -1;
    left: 0;
    top: -17px;
    padding-top: 22px;
}
.gutnm-dashboard-template-container .gutnm-widget-free-pro-badge {
    top: 0;
    right: 0;
    width: 60px;
    font-size: 10px;
    transform: rotate(0deg);
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.gutnm-dashboard-template-container .gutnm-widget-free-pro-badge::before {
    padding-top: 0;
    top: 0;
    border-radius: 0 0 0 10px;
    -webkit-border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    -ms-border-radius: 0 0 0 10px;
    -o-border-radius: 0 0 0 10px;
}
.gutnm-dashboard-template-container .gutnm-widgets-actions-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.gutnm-dashboard-template-container .gutnm-widgets-filter-by,
.gutnm-dashboard-template-container .gutnm-widgets-filter-button-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.gutnm-dashboard-template-container .gutnm-widgets-use-button,
.gutnm-dashboard-template-container .gutnm-widgets-unuse-button,
.gutnm-dashboard-template-container .gutnm-enable-all,
.gutnm-dashboard-template-container .gutnm-disable-all,
.gutnm-dashboard-template-container .gutnm-all-widgets-button,
.gutnm-dashboard-template-container .gutnm-free-widgets-button,
.gutnm-dashboard-template-container .gutnm-pro-widgets-button {
    display: inline-block;
    padding: 12px 25px;
    line-height: 1;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    outline: none;
    border: 1px solid transparent;
    text-transform: capitalize;
}
.gutnm-dashboard-template-container .gutnm-enable-all {
    background: #1D0BCE;
    margin-right: 10px;
    cursor: pointer;
}
.gutnm-dashboard-template-container .gutnm-disable-all {
    background: #050335;
    cursor: pointer;
}
.gutnm-dashboard-template-container .gutnm-all-widgets-button {
    background: #447AF5;
}
.gutnm-dashboard-template-container .gutnm-all-widgets-button.active-color {
    background: #fff;
    color: #447AF5;
}
.gutnm-dashboard-template-container .gutnm-free-widgets-button {
    background: #f4e3ef;
    color: #FC499F;
}
.gutnm-dashboard-template-container .gutnm-free-widgets-button.active-color {
    background: #fff;
}
.gutnm-dashboard-template-container .gutnm-pro-widgets-button {
    border: 1px solid #c3c4c7;
    color: #030303;
    background: transparent;
}
.gutnm-dashboard-template-container .gutnm-pro-widgets-button.active-color {
    background: #fff;
}
.gutnm-dashboard-template-container .gutnm-widgets-filter-by span {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #030303;
}
.gutnm-dashboard-template-container .gutnm-widgets-use-unuse-button {
    display: flex;
    align-items: center;
    gap: 10px;
}
.gutnm-dashboard-template-container .gutnm-widgets-use-button, 
.gutnm-dashboard-template-container .gutnm-widgets-unuse-button {
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #030303;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 8px 22px;
}
.gutnm-dashboard-template-container .gutnm-widgets-use-button span,
.gutnm-dashboard-template-container .gutnm-widgets-unuse-button span {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background: #447AF5;
    line-height: 1;
    width: 25px;
    height: 25px;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gutnm-dashboard-template-container .gutnm-widgets-filter-search {
    position: relative;
}
.gutnm-dashboard-template-container .gutnm-widgets-filter-search input {
    position: relative;
    padding: 12px;
    padding-left: 45px;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
}
.gutnm-dashboard-template-container .gutnm-widgets-filter-search .gutnm-widgets-filter-search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
}

/* End Widgets Menu Content */

/* Start Integrations Menu Content */
.gutnm-dashboard-template-container .gutnm-integrations-container.gutnm-grid,
.gutnm-dashboard-template-container .gutnm-extrasettings-container.gutnm-grid {
    gap: 20px;
}
.gutnm-dashboard-template-container .gutnm-integrations-wrap {
    padding: 30px;
    z-index: 1;
    border-image: linear-gradient(297.24deg, #050335 8.2%, #1D0BCE 91.8%);
    border-image-slice: 1;
    border-image-width: 1px;
    border-style: solid;
    background-color: #fff;
}
.gutnm-dashboard-template-container .gutnm-extrasettings-wrap h3,
.gutnm-dashboard-template-container .gutnm-integrations-wrap h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.gutnm-dashboard-template-container .gutnm-integrations-button {
    margin-top: 30px;
}
.gutnm-dashboard-template-container .gutnm-extrasettings-wrap {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    background-image: url('/assets/admin/images/bg-mask.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}
.gutnm-dashboard-template-container .gutnm-extrasettings-action-switch {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 35px;
}
/* End Integrations Menu Content */

/* Start License Menu Content */
.gutnm-dashboard-template-container .gutnm-license-content h3 {
    font-size: 30px;
    margin-top: 45px;
    margin-bottom: 10px;
}
.gutnm-dashboard-template-container .gutnm-license-content {
    text-align: center;
}
.gutnm-dashboard-template-container .gutnm-license-container {
    max-width: 1320px;
    margin: auto;
}
.gutnm-dashboard-template-container .gutnm-license-table-area table {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    border-collapse: separate;
    border-spacing: 0;
}
.gutnm-dashboard-template-container .gutnm-license-table-area table tr:nth-child(1) .gutnm-table-title{
    opacity: 0;
    border: 0;
}
.gutnm-dashboard-template-container .gutnm-license-table-area table tr td {
    border: 1px solid #d0d1d23d;
    padding: 15px 25px;
}
.gutnm-dashboard-template-container .gutnm-license-table-area table tr td.gutnm-table-title {
    text-align: left;
}
.gutnm-dashboard-template-container .gutnm-license-table-area table tr .gutnm-head-title h4 {
    font-weight: 600;
    margin: 0;
    font-size: 20px;
    line-height: 1;
    color: #030303;
}
.gutnm-dashboard-template-container .gutnm-license-table-area table tr .gutnm-table-title span {
    color: #595A60;
    font-size: 16px;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
}
.gutnm-dashboard-template-container .gutnm-license-table-area table tbody tr:nth-child(1) td{
    border-radius: 10px 10px 0 0;
}
.gutnm-dashboard-template-container .gutnm-license-table-area table tbody tr:last-child td:nth-child(1) {
    border-radius: 0 0 0 10px;
}
.gutnm-dashboard-template-container .gutnm-license-table-area table tbody tr:last-child td:nth-child(3) {
    border-radius: 0 0 10px 0;
}
.gutnm-dashboard-template-container .gutnm-license-table-area table tbody tr:nth-child(2) td:nth-child(1) {
   border-radius: 10px 0 0 0 ;
}
.gutnm-dashboard-template-container .gutnm-license-table-area table tr td:last-child{
    background: #fff;
}
.gutnm-dashboard-template-container .gutnm-license-buttton {
    margin-top: 30px;
    text-align: right;
}
.gutnm-canvas-chart {
    width: 450px;
    margin: 0 auto;
}

.gutnm-general-changlog-free-content .gutnm-changlog-change-item, .gutnm-general-changlog-pro-content .gutnm-changlog-change-item {
    overflow: scroll;
    height: 460px;
}

#toplevel_page_gutnm-plugin-main-menu .wp-menu-image img{
    padding: 5px 0 0;
    width: 65%!important;
}
.gutnm-widget-nonepro-badge {
    display: none;
}