/* General Styles */
        body {
            font-family: 'Arial', sans-serif;
            /* background-color: #f8f9fa; */
        }

        .container {
            max-width: 1200px;
            margin-top: 20px;
        }

.custom-heading {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: white;
  background: linear-gradient(90deg, red, red);
  padding: 12px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  display: inline-block;
  transition: background 0.3s ease, color 0.3s ease;
  cursor: pointer;
  width: 48%;text-align: center;

}

.custom-heading:hover {
    background: linear-gradient(90deg, #ff5a00, #ff5a00);
    color: white;
}

 /* Modal Styles */
  #qrDownloadModal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
  }

  #qrDownloadModal .modal-content {
    background-color: #fff;
    padding: 20px;
    width: 600px;
    border-radius: 10px;
    position: relative;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  }

  #qrDownloadModal .modal-content button {
    margin: 5px;
    padding: 6px 12px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #f7f7f7;
    width: 90%;
  }

  #qrDownloadModal .modal-content button.active {
    background-color: #007bff;
    color: white;
  }

  #confirmDownload {
    background-color: rgb(11, 118, 232) !important;
    color: #fff;
  }

  #cancelDownload {
    background-color: #f85050 !important;
    border-color: #f85050 !important;
    color: #fff;
  }

  #qrDownloadModal .modal-content .close {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
    font-size: 20px;
  }


.bg-primary {
    background-color: orange !important;
}
        /* Header Styles */
        .navbar {
            background-color: #fff;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        }

        .navbar-brand {
            font-weight: bold;
            color: #007bff;
        }

        /* QR Code Container Styles */
        .qr-code-container {
            /* background-color: #fff; */
            border-radius: 10px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            padding: 20px;
            margin-bottom: 20px;
        }

        /* QR Code Type Icons */
        /* .qr-type-icons {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin-bottom: 15px;

        } */
         

        .qr-type-icons button {
            background: none;
            border: 1px solid #ced4da;
            border-radius: 5px;
            padding: 10px 15px;
            margin-right: 10px;
            cursor: pointer;
            font-size: 1rem;
            color: #495057;
            transition: all 0.2s ease-in-out;
        }

        .qr-type-icons button i {
            display: block;
            margin: 0 auto 5px;
            font-size: 1.2rem;
        }

        .qr-type-icons button:hover,
        .qr-type-icons button:focus {
            /* background-color: #e9ecef;
            border-color: #007bff;
            color: #007bff;
            outline: none; */
        }

        .qr-type-icons button.active {
            background-color: #007bff;
            border-color: #007bff;
            color: #ffffff;
        }

        /* QR Code Preview */
        #qrCodePreviewContainer {
            background-color: #fff;
            padding: 15px;
            text-align: center;
        }

        /* Design Section */
        .design-section {
            margin-top: 20px;
        }

        .design-section label {
            display: block;
            margin-bottom: 5px;
        }

        /* Sample QR Code */
        .qr-code-examples {
            margin-top: 20px;
            text-align: center;
        }
h4 {
  color: #d80d0d;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
  letter-spacing: 0.5px;
}

#testmonial .qr-img {
  max-width: 200px;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


        /*Logo Preview*/
        #logoPreview {
            max-width: 50px;
            display: none;
            margin-top: 10px;
        }

       

        /* Saved QR Codes List */
        .saved-qrcodes {
            margin-top: 20px;
        }

        .saved-qrcodes .list-group-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .saved-qrcodes .list-group-item img {
            max-width: 50px;
            margin-right: 10px;
        }

        .saved-qrcodes .list-group-item .qr-info {
            flex-grow: 1;
        }

        .saved-qrcodes .list-group-item .qr-info span {
            display: block;
        }

        /* Modal Styles */
        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 1000;
            /* Ensure modal is on top */
        }

        .modal-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: white;
            padding: 20px;
            border-radius: 5px;
            text-align: center;
            width: 400px;
            /* Adjust width as needed */
        }

        .modal-content p {
            margin-bottom: 15px;
        }

        .modal-buttons {
            display: flex;
            justify-content: space-around;
        }

        .close {
            position: absolute;
            top: 5px;
            right: 10px;
            font-size: 20px;
            cursor: pointer;
        }



        /* slider code  */

        .template-slider {
            display: flex;
            overflow-x: auto;
            gap: 15px;
            padding: 20px;
            scroll-behavior: smooth;
            scrollbar-width: none;
        }
        .template-slider::-webkit-scrollbar {
            display: none;
        }
        .template-card {
            flex: 0 0 auto;
            width: 180px;
            height: 300px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            cursor: pointer;
            transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
            position: relative;
        }
        .template-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .template-card.selected {
            border: 3px solid #007bff;
            box-shadow: 0 4px 10px rgba(0, 123, 255, 0.4);
        }
        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 20px;
            display: none;
        }
        .selected .overlay {
            display: flex;
        }
        .arrow-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: white;
            border-radius: 50%;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
            cursor: pointer;
            padding: 10px;
            font-size: 20px;
            border: none;
        }
        .arrow-left {
            left: 10px;
            z-index: 999;
        }
        .arrow-right {
            right: 10px;
        }
        #profile-cardInput {
            margin-top: 20px;
            padding: 20px;
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .slider-container {
            position: relative;
            margin-top: 10px;
        }

        .profile-container {
            /* max-width: 663px; */
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            margin: auto;
            margin-top: 20px;
        }
        .toggle-switch {
            float: right;
        }
        .upload-box {
            border: 2px dashed #ccc;
            padding: 10px;
            text-align: center;
            border-radius: 5px;
            cursor: pointer;
        }
        /* Custom Checkbox Design */
input[type="checkbox"] {
    appearance: none;
    width: 40px;
    height: 20px;
    background: #ccc;
    border-radius: 10px;
    position: relative;
    outline: none;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

input[type="checkbox"]:checked {
    background: #4CAF50;
}

input[type="checkbox"]::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 50%;
    top: 1px;
    left: 2px;
    transition: transform 0.3s ease-in-out;
}

input[type="checkbox"]:checked::before {
    transform: translateX(20px);
}

/* Upload Box Styling (for Logo and Images) */
.upload-box {
    border: 2px dashed #ccc;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    background: #f9f9f9;
    position: relative;
    transition: border-color 0.3s ease-in-out;
    /* width: 150px;
    height: 150px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-box:hover {
    border-color: #4CAF50;
}

/* Hide default input */
.upload-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px dashed #ccc;
    padding: 15px;
    cursor: pointer;
    width: 200px;
}

.upload-icon {
    font-size: 24px;
    color: #555;
    margin-bottom: 5px;
}

.upload-box input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/* Logo Preview */
.logo-preview {
    margin-top: 10px;
    text-align: center;
}

.logo-preview img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 5px;
    border: 2px solid #ddd;
}

/* Remove Button */
.logo-preview .remove-btn {
    background: red;
    color: white;
    border: none;
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 5px;
}

/* admin dashbord  */
.profile-card {
    background: #f5f5ff;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    /* width: 300px; */
    margin-bottom: 21px;
}

.toggle-btn {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 18px;
    text-decoration: none;
}

.profile-container {
    display: none; /* Initially hidden */
    position: relative;
    top: 0;
    right: 0;
    /* width: 350px; */
    height: 100%;
    background: #fff;
    padding: 20px;
    border-left: 1px solid #ddd;
    box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
}

.upload-box {
    border: 2px dashed #007bff;
    padding: 10px;
    text-align: center;
    margin: 10px 0;
    cursor: pointer;
}

.form-control {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.toggle-switch {
    cursor: pointer;
}

.close-btn {
    background: red;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    display: block;
    margin: 10px auto;
}
.profile-card.heading-container {
    margin: 18px 0 0 0;
  }
  
.heading-container {
    position: relative;
    top: 16px;
    right: 0;
    background: #fff;
    padding: 20px;
    border-left: 1px solid #ddd;
    box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    margin: 3px 0 38px 0;
  }
  #form-label {
    width: 100%;
  }
div.toggle-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
.heading-container .col-12 {
    margin: 11px 0;
  }




  /* image tab css */
  .view-options {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.view-btn {
    border: 1px solid #ccc;
    background: #f7f7f7;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.view-btn.active {
    border: 2px solid blue;
    background: white;
}
.photo-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.photo {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
}

.photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.delete-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.upload-box {
    width: 62px;
    height: 54px;
    background: #eaeaea;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}

.upload-box label {
    font-size: 24px;
    cursor: pointer;
}

.button_text_button_outer {
    display: flex;
    justify-content: space-between;
    padding: 11px 17px 5px 0;
  }
  .button_text_outer {
    margin: 18px 0 0 0;
  }
  .button_text_outerinner {
    display: flex;
  justify-content: space-between;
  align-items: center;
  }
  /* .button_outer a {
    background: #fff;
    padding: 9px;
    text-decoration: none;
    border-radius: 22px;
  }
  .button_text_outer{
  background-color: lightblue;
  padding: 1rem 9px;
  border-radius: 4px;
  } */
   /* Button Container */
.button-container {
    background: #f5f6fa;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 6px 0 13px 0;
}

/* Label */
.button-label {
    font-size: 14px;
    color: #8a8a8a;
    margin-bottom: 5px;
}

/* Input & Button Wrapper */
.button-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

/* Input Field */
.button-input {
    width: 200px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

/* Styled Button */
.styled-button {
    display: flex;
    align-items: center;
    background: white;
    padding: 8px 15px;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s;
}

/* Plus Icon */
.plus-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 14px;
    margin-left: 8px;
}
/* Main Container */
.contact-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Contact Box */
.contact-box {
    background: #f5f6fa;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
}

/* Header Section */
.contact-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: #444;
    margin-bottom: 10px;
}

/* Delete Button */
.delete-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #ff4d4d;
}

/* Form Row */
.contact-row {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}

/* Input Group */
.input-group {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.input-group label {
    font-size: 12px;
    color: #777;
    margin-bottom: 5px;
}

.input-group input {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
}
/* contac us email */
.contact-container {
    /* background: white;
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    max-width: 600px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); */
}
#contact {
    border-radius: 38px;
}  

/* Input Group */
.input-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.input-group label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.input-group input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

/* Checkbox Container */
.checkbox-container {
    background: #f4f4f4;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    margin-bottom: 5px;
}

/* Contact Storage Options */
.contact-options {
    background: white;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #ddd;
}

.contact-options summary {
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 5px;
}

.radio-group {
    padding: 10px 5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

/* Info Icon */
.info-icon {
    font-size: 12px;
    color: #888;
    cursor: help;
}
.toggle-container {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 18px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 34px;
    transition: 0.3s;
}

.slider:before {
    content: "";
    position: absolute;
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    border-radius: 50%;
    transition: 0.3s;
}

input:checked + .slider {
    background-color: #4a90e2;
}

input:checked + .slider:before {
    transform: translateX(16px);
}

/* Content Box */
.content-box {
    background: #f4f6fb;
    padding: 15px;
    border-radius: 8px;
    width: 100%;
    /* max-width: 600px; */
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

/* Form Group */
.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.form-group label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

/* Input Wrapper */
.input-wrapper {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #ccc;
    position: relative;
}

.input-wrapper input,
.input-wrapper textarea {
    width: 100%;
    border: none;
    padding: 8px;
    font-size: 14px;
    outline: none;
    resize: none;
}

.input-wrapper textarea {
    height: 60px;
}

/* Toolbar */
.toolbar {
    display: flex;
    gap: 8px;
    color: #4a90e2;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
}

.toolbar b, .toolbar i, .toolbar .align {
    cursor: pointer;
}



.social-link-container {
    background: #f4f5f7;
    padding: 15px;
    border-radius: 10px;
    /* width: 600px; */
    display: flex;
    flex-direction: column;
    gap: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 30px 0 0 0;
}

/* Top Row */
.top-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.platform-select,
.url-input {
    flex: 1;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: white;
}

.action-icons {
    display: flex;
    gap: 5px;
    cursor: pointer;
}

.action-icons span {
    background: white;
    padding: 5px;
    border-radius: 50%;
    font-size: 14px;
}

/* Image Upload */
.image-upload-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.platform-icon {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.upload-box {
    width: 50px;
    height: 50px;
    background: #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 12px;
}

/* Title & Subtitle */
.title-subtitle-container {
    display: flex;
    gap: 10px;
}

.title-field,
.subtitle-field {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.title-field input,
.subtitle-field input {
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: white;
}

.switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 18px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 18px;
    transition: 0.3s;
}

.slider:before {
    content: "";
    position: absolute;
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #4CAF50;
}

input:checked + .slider:before {
    transform: translateX(16px);
}

/* Container */
.links-container {
    background: #f4f5f7;
    padding: 15px;
    border-radius: 10px;
    /* width: 600px; */
    display: flex;
    flex-direction: column;
    gap: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Header */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #e0e4ec;
    padding: 10px;
    border-radius: 5px;
}

.options {
    cursor: pointer;
    font-size: 18px;
}

/* Toggle Section */
.toggle-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.toggle-label {
    font-size: 14px;
}

/* Content Box */
.content-box {
    background: white;
    padding: 10px;
    border-radius: 5px;
}

/* Form Groups */
.form-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 10px;
}

.input-wrapper {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.input-wrapper input,
.input-wrapper textarea {
    flex: 1;
    border: none;
    outline: none;
    padding: 5px;
}

.toolbar {
    display: flex;
    gap: 5px;
    font-size: 14px;
    color: #555;
    cursor: pointer;
}

/* Link Section */
.link-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.link-input {
    flex: 1;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.delete {
    cursor: pointer;
    font-size: 14px;
}

/* Icon Upload */
.link-details {
    display: flex;
    align-items: center;
    gap: 15px;
}

.icon-upload {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.upload-box {
    width: 50px;
    height: 50px;
    background: #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 12px;
}

/* Title & Subtitle */
.title-subtitle {
    display: flex;
    gap: 10px;
}

.title-field,
.subtitle-field {
    display: flex;
    flex-direction: column;
}

.title-field input,
.subtitle-field input {
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

/* Switch */
.switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 18px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 18px;
    transition: 0.3s;
}

.slider:before {
    content: "";
    position: absolute;
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #4CAF50;
}

input:checked + .slider:before {
    transform: translateX(16px);
}
.icon-upload_outer {
    display: flex;
    align-items: center;
  gap: 12px;
  }

  .lin-container_outer.content-box {
    margin: 23px 0;
  }
  .tab_output {
    background: black;
    color: white;
    width: 338px;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.tab_output .header img {
    width: 100%;
    border-radius: 10px;
}
.tab_output .profile-pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: -50px;
    border: 3px solid white;
}
.tab_output .info h2, .tab_output .info p {
    margin: 5px 0;
}
.tab_output .contact-icons button {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    margin: 5px;
    cursor: pointer;
}
.tab_output .about {
    background: white;
    color: black;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
}
.tab_output .contact_us, .tab_output .Weblinks {
    background: white;
    color: black;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    
}
.tab_output .contact_us{
    text-align: left;
}

.tab_output .actions button {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    margin: 5px;
    cursor: pointer;
}
.tab_output {
    position: relative;
      border-radius: 30px;
      border: solid 8px #021d48;
      /* height: 640px; */
      max-width: 100%;
      margin: auto;
      margin-top: 16px;
      margin-bottom: 20px;
      /* overflow: hidden; */
      /* overflow-y: auto; */
    padding :14px 13px;
    min-height: 600px;   
  }
  .tab_output .header{
    /* background: none !important; */
  }
.tab_output .info {
    text-align: left;
  }
  img {
    width: 100%;
  }
  .company-logo {
    width: 100%;
  }
  .contact-icons {
    display: flex;
    justify-content: center;
    gap: 12px;  
}
  .contact-icons a {
    color: #000;
    background-color: #fff;
    display: flex;
    justify-content: center;
    height: 31px;
    text-decoration: none;  
}

.contact-icons a i{
   display: flex;
  justify-content: center;
  align-items: center;
}   
.contact_us .fa-solid.fa-phone {
    border: 1px solid;
    padding: 7px;
    border-radius: 30px;
    background: #000;
    color: #fff;
  }
.contact_us h3 {
    display: flex;
    justify-content: space-around;
  }
  .contact_us p {
    text-align: left;
  }

  .Weblinks h3 {
    font-size: 20px;
  }
  .facbook_weblink_inner_link {
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    gap: 22px;
    text-decoration: none;
  }
  .facbook_weblink_inner .icon i {
    font-size: 41px;
    background: #0180ff;
    padding: 9px;
    color: #fff;
    border-radius: 5px;
  }
  .actions {
    display: flex;
    justify-content: space-between;
    align-items: center; 
    padding: 0 9px;
}


.add-content-outer {
    display: flex;
    justify-content: center;
    width: 36%;
    align-items: center;
    padding: 0 8px 0 0;  
    background: #343434;
}
  .add-content-outer a {
    color: #fff;
    text-decoration: none;
  }
  .add-content-outer {
    background: #343434;
    padding: 9px 6px;
    border-radius: 51px;
    font-size: 12px;
  }
  .tab_output_inner {
    overflow: auto;
    height: 600px;
    padding: 7px !important;
  }


  .cut_button_outer{
  text-align: left;
  padding: 3px 7px;

  }
  .tab_output .cut_button_outer i{
  color: #000;
}
  #qrCodePreviewContainer
  {
height: 290px;
    padding: 0;
  }

#qrCodePreviewContainer canvas {
    height: 200px !important;
}
  .toggle_outer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 16px;
  }
  #profile-cardInput #toggleProfile {
    width: 90%;
  }

  #profile-cardInput .profile-card-inner {
    min-height: 42px;
    display: flex;
    justify-content: left;
    align-items: center;
    width: 90%;
  }
  #output_template1 .contact-icons i {
    color: #000;
  }
  .profile-container .file_uploade_preview_image_outer {
    display: flex;
    align-items: baseline;
    gap: 14px;
  }
  .tab_output #output_template1 .header img {
    width: 200px;
}
  .profile-container .selected_image_outer {
    width: 64px;
    height: auto;
  }
  .tab_output_inner .company-logo {
    width: 60px;
  }

  .tab_output #output_template1 .header {
    background: #3d3d3d;
    justify-content: center;
  }
  .tab_output #output_template1 .header .profile-pic-img-output {
    border: 10px solid;
    border-radius: 126px !important;
  }
  .weblink_image_preview_output{
    display: none;
     width: 60px;
      height: 60px;
  }
  #fabook_image_upload_weblink {
    width: 33px;
    font-size: 28px;
    justify-content: center;
    display: flex;
  }

  .tab_output .image_card_output {
    background: #fff;
    margin: 11px 3px;
    border-radius: 6px;
    min-height: 121px;
  }
  
/* image_oupute  code start*/
.image_card_output .list2 > div {
    display: inline-block;
    /* margin: 5px; */
}

.image_card_output .images_output.list2 .img_output{
    width: 125px;
    height: 114px;
    object-fit: cover;
    /* border: 1px solid #000; */
}
.image_card_output .images_output.list2 .full_width_div{
  width: 100%;
}

.image_card_output .list3 > div {
    display: inline-block;
    /* margin: 5px; */
}

.image_card_output .images_output.list3 .img_output{
    width: 125px;
    height: 114px;
    object-fit: cover;
    /* border: 1px solid #000; */
}

/* imgae output code end  */

/* social link output code css */
.social_link_inner {
    background: #fff;
    /* min-height: 112px; */
  }
  .social-link-card {
    max-width: 350px;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #fff;
    text-align: center;
    padding: 20px;
}
.social-link-title {
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
}
.social-link-description {
    color: #6c757d;
    font-size: 14px;
}
.social-link-image {
    display: flex;
    align-items: center;
    padding: 10px;
    border-top: 1px solid #ddd;
    text-decoration: none;
    color: black;
    justify-content: space-between;
}
.social-link-image img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.social-link-text {
    flex-grow: 1;
    margin-left: 10px;
}
.social-link-img-title {
    font-size: 16px;
    font-weight: bold;
}
.social-link-subtitle {
    font-size: 12px;
    color: #6c757d;
}
.social-link-arrow {
    font-size: 16px;
    color: #6c757d;
}
.social_link_output_outer .social-link-img-title{
    color: #000;
}
/* social link output code css */


/* output template 2 css code start  */

  .output_template2 .image_outer {
    width: 50%;
  }
  .output_template2 .header {
    background: #5701aa !important;
    padding: 12px;
    margin: 6px 0px 14px 0px;
  }
  .social-link-title{
    color: #000;
  }
  .output_template2 .contact-icons a i {
    background: #000;
    border-radius: 22px;
    padding: 6px;
    margin: 2px;
    height: 27px;
    color: #fff;
  }
  .output_template2 .contact-icons a {
    color: #000;
    background-color: #ea7d01;
    display: flex;
    justify-content: center;
    height: 31px;
    text-decoration: none;
  }
  #output_template2 {
    background: #e8e8e8;
    border-radius: 10px;
    padding: 5px 9px 0 7px;
  }

  #output_template2 .about {
    border-radius: 37px;
    color:#f37b00;
  }
  
  #output_template2 .contact_us {
    border-radius: 37px;
    padding: 19px 9px;
    background: #f1f1f1;
    color: #f37b00;  
}
#output_template2 .icon_outer {
    background: #f37b00;
    padding: 3px;
    border-radius: 11px;
  }
  #output_template2 .Weblinks {
    color: #f37b00;
    background: #f1f1f1;
    margin-bottom: 16px;
  
  }
  .tab_output .fa-solid{
    color: #fff;
  }
  #actionsprofile-card .qr, #actionsprofile-card .share, #actionsprofile-card .add-content-outer{
    /* background: #ee7c00; */
    padding: 7px 13px;
    border-radius: 22px;
    font-size: 17px;
  }
  .actions.template2 .qr, .actions.template2 .share, .actions.template2 .add-content-outer{
    background: #ee7c00;
  }

  .actions .add-content-outer {
    width: 47%;
    padding: 0px 4px 0 0 !important;
    margin: 9px 0 0 0;
    font-size: 14px !important;
  }

  /*header css*/
/* .navbar.navbar-expand-lg.navbar-light.bg-light{
    background-color: #fff;
  } */
  .navbar-brand {
    width: 127px;
    width: 127px;
    padding: 0;
    margin: 0;
  }
  .nav-item.active a {
    color: red;
  }
  
  .section1 {
    background: #DE1400;
    margin: 0px;
    padding: 1px;
    padding-bottom: 0 !important;
  }
  .banner-section .container {
    color: #fff;
    text-align: center;
  }
  .banner-section {
    margin: 128px 0;
  }
  #inputSection {
    background: #fff;
    padding: 25px;
  }
  .col-md-4 {
    background: #fff;
  }
  .social_link_output_outer .social-link-image .social-link-image-output-outer {
    color: #fff;
    font-size: 32px;
    background: #0180ff;
    width: 40px;
  }
/* footer css */
.footer {
    background: linear-gradient(to right, #ff3c00, #ff5e00);
}

.social-link {
    color: white;
    font-size: 20px;
    text-decoration: none;
    border: 2px solid white;
    padding: 10px;
    border-radius: 50%;
    transition: 0.3s;
}

.social-link:hover {
    background: white;
    color: #ff3c00;
}
.image-footer-logo {
    background: #fff;
    display: flex;
    width: 76px;
  }


/* banner css */

/* Section1 Hero Styling */
.section1 {
    background: linear-gradient(to right, #ff3c00, #ff5e00);
    text-align: center;
    color: white;
}

.section1 .heading-section h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

.section1 .heading-section p {
    font-size: 1rem;
    margin-bottom: 20px;
}

/* QR Code Type Selector Inside .section1 */
.section1 .slider-container_outer {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.section1 .slider-container {
    display: flex;
    gap: 10px;
    overflow-x: hidden;
    padding: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    
}


/* QR Type Buttons Inside .section1 */
.section1 .qr-type-button {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
/*     display: flex; */
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
}

.section1 .qr-type-button i {
    font-size: 16px;
}

.section1 .qr-type-button:hover,
.section1 .qr-type-button.active {
    background: white;
    color: #ff3c00;
}
.section1 .qr-type-icons{
    padding: 0 8px;   
}
/* Responsive Fixes */
@media (max-width: 768px) {
    .section1 .heading-section h1 {
        font-size: 2rem;
    }

    .section1 .slider-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .section1 .qr-type-button {
        font-size: 12px;
        padding: 8px 12px;
    }
}

hr {
    height: 4px !important;
    background-color: #d71616 !important
}
.error{
color

#urlInput {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 16px;
  }
  #qrForm .row .col-md-4{
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* display: flex;
  justify-content: center; */
  /* align-items: center; */
  margin: 27px 0;
  }


  /* template 3 */
  .tab_output #output_template3 {
    background: #d70101;
  }
  #output_template3 .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #e0e4ec;
    padding: 10px;
    border-radius: 153px !important;
    background: #fff;
  }
  #output_template3 .info {
    text-align: center;
  }

  #output_template3 .company-logo {
    margin: 0 auto ;
  }
  #output_template3 .contact-icons a i {
    color: #000 ;
  }

/* template 4 */
.tab_output #output_template4{
    background: #eaf827;
  }
  .tab_output #output_template4 .header{
    background: #eaf827;
  }
  .tab_output #output_template4 .header .profile-pic-img-output {
    background: #fff;
  }
  .tab_output #output_template4 .header img {
    width: 100%;
    border-radius: 10px;
    border: 10px solid #000;
  }
  .tab_output #output_template4 .info {
    padding: 16px;
  }
  
  .tab_output #output_template4 .icon i {
    color: #000;
  }

/* template 5  */
.tab_output #output_template5{
    background: #cf0000;
  }
  .tab_output #output_template5  .info{
    text-align: center;
  }
  .tab_output #output_template5 .company-logo {
    margin: 0 auto ;
  }
  .tab_output #output_template5 .contact-icons .icon i {
    color: #000;
  }
  .tab_output #output_template5 .header{
    background: #cf0000;
  }

  /* template 6  */
  .tab_output #output_template6 {
    background: #01acd4;
  }

  .tab_output #output_template6 .header {
    background: none;
  }
  .tab_output #output_template6  .info{
    text-align: center;
  }
  .tab_output #output_template6 .contact-icons a i{
color: #000;
  }
  .tab_output #output_template6 .company-logo {
    margin: 0 auto ;
  }

  #output_template6 .profile_section_outer .info .name,#output_template6 .profile_section_outer .info .company {
    color: #fdb92d;
  }
  .tab_output #output_template6 .about, .tab_output #output_template6 .contact_us, .tab_output #output_template6 .Weblinks{
    background: #f1f1f1;
    margin: 11px 0;
  }
  .tab_output #output_template6 .image_card_output{
    background: #f1f1f1 !important;
  }
  /* template 7 */
  .tab_output #output_template7 {
    background: #0094dd;
  }
  .tab_output #output_template7 .header {
    background: #0062fc;
    display: flex;
  justify-content: end;
  }
  
  .tab_output #output_template7 .header img {
    width: 174px;
    border: 1px solid;
    background: #fff;
    border-radius: 99px;
  }

  .tab_output #output_template7 .info {
    padding: 22px;
  }
  .tab_output #output_template7 .contact-icons .icon i {
    color: #000 ;
  }
  .tab_output #output_template7 .about, .tab_output #output_template7 .contact_us, .tab_output #output_template7 .image_card_output, .tab_output #output_template7 .Weblinks, .tab_output #output_template7 .social_link_output_outer {
  background:#f1f1f1;
  }
  .tab_output #output_template7 .image_card_output{
    background: #f1f1f1 !important;
  }

  /* template 8 */
  .tab_output #output_template8 {
    background: #fff;
  }
  .tab_output #output_template8 .about, .tab_output #output_template8 .contact_us, .tab_output #output_template8 .image_card_output, .tab_output #output_template8 .Weblinks, .tab_output #output_template8 .social_link_output_outer {
    background:#f1f1f1;
    }
    .tab_output #output_template8 .image_card_output{
      background: #f1f1f1 !important;
    }
    .tab_output #output_template8 .info {
        color: #fdb62e;
        padding: 0 21px;
    }      
    .tab_output #output_template8 .contact-icons a{
        border:1px solid #000;
    }
    .tab_output #output_template8 .contact-icons a i {
        color: #000 ;
      }
      /* template 9 */
      
      .tab_output #output_template9 {
        background: #0186ef;
      }
      .tab_output #output_template9 .about, .tab_output #output_template9 .contact_us, .tab_output #output_template9 .image_card_output, .tab_output #output_template9 .Weblinks, .tab_output #output_template9 .social_link_output_outer {
        background:#f1f1f1;
        }
        .tab_output #output_template9 .image_card_output{
          background: #f1f1f1 !important;
        }
        .tab_output #output_template9 .info {
            color: #fdb62e;
            padding: 0 21px;
        }      
        .tab_output #output_template9 .contact-icons a{
            border:1px solid #000;
        }
        .tab_output #output_template9 .contact-icons a i {
            color: #000 ;
          }
          .tab_output #output_template9 .header {
            background: none;
          }
          /* template10 */
          .tab_output #output_template10 {
            background: #0186ef;
          }
          .tab_output #output_template10 .about, .tab_output #output_template10 .contact_us, .tab_output #output_template10 .image_card_output, .tab_output #output_template10 .Weblinks, .tab_output #output_template10 .social_link_output_outer {
            background:#f1f1f1;
            }
            .tab_output #output_template10 .image_card_output{
              background: #f1f1f1 !important;
            }
            .tab_output #output_template10 .info {
                color: #fdb62e;
                padding: 0 21px;
            }      
            .tab_output #output_template10 .contact-icons a{
                border:1px solid #000;
            }
            .tab_output #output_template10 .contact-icons a i {
                color: #000 ;
              }
              .tab_output #output_template10 .header {
                background: none;
              }


              /* pdf tab css */
              .pdf-output.pdf-template-template1 {
                width: 100%;
                max-width: 400px;
                margin: 20px auto;
                background: white;
                padding: 20px;
                border-radius: 10px;
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            }
            .pdf_output_outer .outer-container {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 100vh;
            }
            .pdf_output_outer h1 {
                font-size: 18px;
                margin-bottom: 10px;
            }
            .pdf_output_outer h2 {
                font-size: 22px;
                font-weight: bold;
                margin-bottom: 10px;
            }
            .pdf_output_outer p {
                font-size: 16px;
                color: #555;
                margin-bottom: 20px;
            }
            .pdf_output_outer #pdf-output-template1 .image-placeholder {
                width: 100%;
                height: 250px;
                background: #58c3f0;
                border-radius: 10px;
                display: flex;
                align-items: center;
                justify-content: center;
                color: white;
                font-size: 20px;
                font-weight: bold;
            }
            .pdf_output_outer .button {
                display: inline-block;
                background: #ff6600;
                color: white;
                padding: 10px 20px;
                text-decoration: none;
                border-radius: 5px;
                font-size: 16px;
                font-weight: bold;
                cursor: pointer;
            }
            .pdf_output_outer {
              height: 508px;
              background: #fff;
              border-radius: 15px;
              /* padding: 0 12px; */
            }
            .pdf-output-title{
              color: #000;
            }
            .pdf-output-heading{
              color: #000;
            }
            #pdf-card-Container .file_uploade_preview_image_outer .pdf-upload-text-uploade {
              display: flex;
              align-items: center;
              width: 100%;
              gap: 10px;
            }
            #pdf-card-Container .pdf-upload-outer {
              display: flex;
              gap: 9px;
              align-items: center;
            }
            #pdf-card-Container .pdf-icon-upload-output-display {
              border: 1px solid #000;
              padding: 4px;
              
            }
            #pdf-card-Container .pdf-icon-upload-output-display i{
              font-size: 27px;
            }
            
            #pdf-card-Container .fa-solid.fa-file-pdf {
            background: red;
            color: #fff;
            border-radius: 31px;
            width: 36px;
            display: flex;
            justify-content: center;
            height: 34px;
            align-items: center;
          }
          
      #pdf-card-Container {
        /* background: #f5f5ff; */
      }
      .pdf-upload-text-uploade input {
        width: 100%;
      }
      #pdf-card-Container .pdf-card-outer {
        background: #f5f5ff;
        margin: 0 0 21px 0;
        padding: 18px;
      }
      .pdf-summary-container {
        padding: 9px 0;
      }
      /* profile card  */
      .pdf-profile-card-inner{
      width: 90%;
      padding: 8px 0;
      }
      #pdf-profileContainer {
        margin: 0 0 18px 0;
      }
       .pdf_add_summry {
        margin: 0 0 12px 0;
      }
      #pdf-card-Container {
        display: block;
      }
      #pdf-card-Container .pdf-icon-upload-output-display img {
        width: 50px;
        height: 53px;
        object-fit: cover;
      }
      #pdf-output-template1 .pdf-image-cover {
        height: 246px;
        border-radius: 2px;
      }

      .pdf_output_outer #pdf-output-template1 {
        padding: 0 11px;
      }
      #pdf-card-Container {
        margin:0 0 20px 0;
      }
/* pdf template 2  */
.pdf_output_outer #pdf-output-template2, .pdf_output_outer #pdf-output-template3{
  background: #f1aa03;
  height: 100%;
}
/* #pdf-output-template2 .pdf-image-cover{
height: 100%;
} */
#pdf-output-template2 .image-placeholder-outer {
  border: 7px solid #fff;
  margin: 10px 10px;
  border-radius: 22px;
  min-height: 17%;
  /* overflow: hidden;
  text-align: left; */
}

#pdf-output-template2 .pdf-image-cover-link {
  display: flex;
  gap: 28px;
  align-items: center;
}
#pdf-output-template2 .pdf-image-cover-outer .pdf-image-cover, #pdf-output-template3 .pdf-image-cover-outer .pdf-image-cover {
  border-radius: 58px;
  height: 65px;
  object-fit: cover;
  width: 65px;

}
#pdf-output-template2 .pdf-image-cover-link {
  display: flex;
}
.image-placeholder-content .pdf-heading{
  width: 140px;
  overflow-wrap: break-word;
  white-space: normal;
}
.image-placeholder-content .pdf-subheading{
  width: 140px;
  overflow-wrap: break-word;
  white-space: normal;
}
.image-placeholder-content{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 119px;
  text-align: left;
}
#pdf-output-template2 .image-placeholder-content .arrow-icon {
  font-size: 36px;
}
.image-placeholder-outer .pdf-image-cover-link {
  text-decoration: none;
  color: #fff;
}


.pdf-image-cover-outer i {
  font-size: 28px;
  width: 51px;
  margin: 0 0 0 5px;
  color: #fff;
  background: red;
  border-radius: 29px;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pdf-image-cover-outer {
  border: 1px solid;
  margin: 0 4px 3px 8px;
  padding: 3px;
  margin: 5px 0 7px 6px;
}
#pdf-output-template3 .image-placeholder-outer,#pdf-output-template4 .image-placeholder-outer,#pdf-output-template5 .image-placeholder-outer  {
  
  margin:10px 10px;
  border-radius:22px;
  min-height: 17%;
  border: 7px solid #d3e5f7;
}
#pdf-output-template3 .pdf-image-cover-link{
display: flex;
gap:28px;
align-items: center;
}

/* .pdf-image-cover-outer {
  border-radius:58px;
  height: 77px;
  object-fit: cover;
  width: 64px;
} */
.pdf-output-template-outer {
  padding:44px 0;
}
#pdf-output-template3 .pdf-output-template-outer_inner {
  background:#f3f3f3;
  padding:10px 4px;
}

#pdf-output-template3  .pdf-heading {
  color: #000;
}

/* pdf design tab section  */

#designTabContent .shape-option.selected {
  border: 2px solid #007bff !important;

}
/* pdf template 4 */
#pdf-output-template4{
background: #f1aa03;
height: 100%;

}
#pdf-output-template4 .pdf-image-cover-link ,#pdf-output-template5 .pdf-image-cover-link {
  display: flex;
  gap:28px;
  align-items: center;
}



#pdf-output-template4 .image-outer {
  width: 100%;
  display: flex;
  justify-content: center;
}
#pdf-output-template4 .image-outer img, #pdf-output-template5 .image-outer img {
  width: 83px;
  border: 1px solid #000;
  padding: 5px;
  height: 83px;
}
.pdf-output{
  overflow:auto;
}
#pdf-output-template5 {
  background:#f1aa03;
  height: 100%;
}
#pdf-output-template5 .pdf-output-template-outer_inner {
  background:#f3f3f3;
  padding:11px 2px;
}

.arrw-icon-outer i{
color: #000;
  font-size: 44px;
}
.pdf-output .image-outer {
  margin:9px 0;
}

#Google-map-url {
  width: 100%;
}
/* multi url tab css */
.multi-url-output {
  /* height: 533px; */
  overflow:auto;
  background: #f1aa03;
  border-radius: 12px;
  padding: 111px 0 0 0;
}
 #multi-url-output-template1 {
  background: #fff;
height: 415px;
  overflow:auto;

} 
/* .template1-innersection {
  padding:41px 0;
} */ 
.multi-url-output .multiurl-profile-outer .multiurl-profile-name,
.multi-url-output .multiurl-profile-outer .multiurl-profile-description,
.multi-url-output .multiurl-profile-outer .multiurl-extra-infor {
  color: #000;
}

.multi-url-output .multi_url_links {
  background:#f1f1f1;
  padding:8px 0;
  border-radius: 37px;
  margin: 0 26px;
}
.multi-ulr-content-outer .multi-ulr-linkimage-outer .multiulr-image {
  width: 58px;
}
.multi-ulr-content-outer {
  display: flex;
  justify-content: space-around;
  gap:8px;
  margin-left: 15px;
  margin-bottom: 6px;
  
}
#multi-url-card-Container .multi-profile-preview {
  /* max-width: 100%;
 height: auto;
 border-radius: 8px;
 margin-top: 10px;
  width: 60px; */
}

#multi-url-card-Container .multi-profile-preview-outer {
  border: 1px solid #000;
  padding: 0 4px;
  height: 54px;
  width: 54px;
}
#multi-url-card-Container .multi-ulr-card-profile-outer {
  display: flex;
  justify-content: left;
  gap: 18px;
}
#multi-url-card-Container .profile-card-enabel-switch {
  display: flex;
  padding:10px 8px;
}

#multi-url-card-Container #multi-url-name {
  width: 100%;
}

.multi-url-output .multiurl-image-outer {
  margin: 0 auto;
  width: 70px;
  height: 64px;
  border: 1px solid #000;
}
.multi-url-output .multiurl-image-outer {
  position: absolute;
  z-index: 999;
  left: 131px;
  top: 91px;
}

.multi-url-output .multiurl-profile-outer {
  margin: 43px 0;
}



#multi-url-card-Container.multi-profile-preview-outer,#multi-url-output-template1 .multiurl-image-outer {
  display: flex;
}
/* multi url css end  */
