@import url('https://use.typekit.net/yim8pnj.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
.vgs-post-modal {
    --accent: #34ABA3;
    --light: white;
    --dark: black;

    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "myriad-pro", sans-serif;
    font-weight: 700;
    background: rgba(0, 0, 0, .5);
}

.vgs-post-modal-hidden {
    display: none
}

.vgs-post-modal-content {
    position: relative;
   
}

.vgs-post-modal-close {
    position: absolute;
    right: 3px;
    top: -8px;
    color: var(--dark);
    text-decoration: none;
    font-size: 20px;
    font-weight: normal;
}

.vgs-post-modal dt {
    float: left;
    clear: left;
    margin-top: 0;
}

.vgs-post-modal img {
    width: 40px;
}

.vgs-post-modal dd {
    margin-bottom: 1rem;
    overflow: hidden;
    padding-left: 10px;
}

.vgs-post-modal dd a {
    font-family: 'Poppins';
    color: var(--dark);
    font-size: 14px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 12px;
    line-height: 28px;
    margin-top: 3px;
}

.flatpickr-calendar.open.open {
    margin-left: 15px;
    z-index: 999999999;
}

.flatpickr-calendar.open:before {
    content: 'Select date. Set time. \A Click social platform to schedule.';
    width: auto;
    height: auto;
    background: inherit;
    border: 0 none;
    text-align: left;
    margin-bottom: 5px;
    left: 4px;
    right: 4px;
    padding: 2px 10px;
    font-size: 17px;
    white-space: pre;
}



/** RONA CHANGES **/


.vgs-post-modal dd a {
    border-width: 1px;
    color: #666666;
    border-color: #dcdcdc;
    font-weight: bold;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(#ffffff, #f6f6f6);
    color: var(--dark);
    font-size: 14px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #717171;
    line-height: 31px;
    margin-top: 3px;
}


.vgs-post-modal-content {

    position: relative;
color:white;
}


a.fb:hover {
    background: #1877f2 !important;
    color: white;
}

a.inst:hover {
    background: #f85048 !important;
    color: white !important;
}

a.link:hover {
    background: #0077b5 !important;
    color: white !important;
}

a.pint:hover {
    background: #bd081b !important;
    color: white !important;
}

a.twit:hover {
    background: black !important;
    color: white !important;
}



.vgs-post-modal-close {
      background: #a35353;
    text-align: center;
    font-family: initial;
    width: 25px;
    height: 25px;
    position: absolute;
    right: -8px;
    border-radius: 50%;
    top: -6px;
    color: white;
    text-decoration: none;
    font-size: 17px;
}


a.vgs-post-modal-close:hover {
    background: red;
}

button#btnschedule {
    border-radius: 5px;
    font-family: 'Poppins';
    padding: 5px 13px 5px 13px !important;
}

button#btnschedule:hover {
    background: black;
}


/** SOCIAL POST UI **/

.container-vgsmodal {
            background: #333333;
            padding:40px;
            border-radius: 15px;
            width:530px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	    font-family: 'Poppins' !important;
    font-weight: 400 !important;
        }
        .title-vgs {
            font-size: 20px;
            font-weight: 700;
			margin-bottom: 7px;
        }
        .schedule-button {
            background: none;
            border: 2px solid #2ec4b6;
            color: #2ec4b6;
            padding: 5px 15px;
            border-radius: 8px;
            font-size: 18px;
            cursor: pointer;
            margin-left: 20px;
            transition: 0.3s;
        }
        .schedule-button:hover {
            background: #2ec4b6;
            color: white;
        }
        .profile-list {
            margin-top: 10px;
        }
        .profile-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 0;
        }
        .profile-info {
            display: flex;
            align-items: center;
        }
        .profile-info img {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            margin-right: 10px;
        }
        .social-badge {
            width: 20px !important;
            height: 16px;
            position: relative;
            left: -18px;
            bottom: -12px;
        }
        .toggle-switch {
            width: 40px;
            height: 20px;
            background: #555;
            border-radius: 15px;
            position: relative;
            cursor: pointer;
        }
        .toggle-switch::before {
            content: "";
            position: absolute;
            width: 16px;
            height: 16px;
            background: white;
            border-radius: 50%;
            top: 2px;
            left: 2px;
            transition: 0.3s;
        }
        .toggle-switch.active {
            background: #00d54f;
        }
        .toggle-switch.active::before {
            left: 22px;
        }
        .publish-button {
            background: #2ec4b6;
    color: white;
    padding: 10px;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    width: fit-content;
    padding: 10px 30px;
    margin-top: 15px;
    transition: 0.3s;
    justify-self: right;
			
        }
        .publish-button:hover {
            background: #28b3a5;
        }



/** POST TO SOCIAL ICON BADGE **/

img.social-badge {
    background: #525252;
    height: 22px;
    width: 22px !important;
    padding: 2px;
	border: solid 2px;}


button#btnchange {
	border-radius: 5px;}


.profile-list {
    max-height: 400px;
    overflow-y: scroll;
    padding-right: 10px;
}


/* width */
  
.profile-list::-webkit-scrollbar {
       width: 5px;
    }
  /* Track */

.profile-list::-webkit-scrollbar-track {
      background: #3C3E3F;
   }

  /* Handle */

.profile-list::-webkit-scrollbar-thumb {
      background:#515151;
   }

  /* Handle on hover */

.profile-list::-webkit-scrollbar-thumb:hover {
       background: #555;
   }



button#btnpost {
	border-radius: 5px;
	background: transparent;
    font-size: 14px;
}



div#scheduledfor span {
    font-size: 19px;
    color: #ffffff;
	margin-left: 5px;}


/** IF NO SOCIAL CONNECTED**/


.no-accounts {
    font-size: 16px;
    color: #bc8739;
    background: #3e3e3e;
    padding: 10px;
    border-left: solid;
}

/* Scrollbar width */
.post-copy.pixo-properties::-webkit-scrollbar {
  width: 10px; 
}

/* Track background */
.post-copy.pixo-properties::-webkit-scrollbar-track {
  background: transparent;
}

/* Thumb with stretched image */
.post-copy.pixo-properties::-webkit-scrollbar-thumb {
  background: url("https://createmysocial.media/wp-content/uploads/2025/08/arrow1.png") no-repeat center;
  background-size: 100% 100%;   /* stretches image to fill thumb */
  border-radius: 0;             
}


img.emoji {
    width: 10px !important;
	height: 10px !important;}